Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(104)

Side by Side Diff: build/all.gyp

Issue 10810004: Build content_browsertests on aura bots (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'All', 8 'target_name': 'All',
9 'type': 'none', 9 'type': 'none',
10 'xcode_create_dependents_test_runner': 1, 10 'xcode_create_dependents_test_runner': 1,
(...skipping 599 matching lines...) Expand 10 before | Expand all | Expand 10 after
610 ['use_aura==1', { 610 ['use_aura==1', {
611 'targets': [ 611 'targets': [
612 { 612 {
613 'target_name': 'aura_builder', 613 'target_name': 'aura_builder',
614 'type': 'none', 614 'type': 'none',
615 'dependencies': [ 615 'dependencies': [
616 '../chrome/chrome.gyp:browser_tests', 616 '../chrome/chrome.gyp:browser_tests',
617 '../chrome/chrome.gyp:chrome', 617 '../chrome/chrome.gyp:chrome',
618 '../chrome/chrome.gyp:interactive_ui_tests', 618 '../chrome/chrome.gyp:interactive_ui_tests',
619 '../chrome/chrome.gyp:unit_tests', 619 '../chrome/chrome.gyp:unit_tests',
620 '../content/content.gyp:content_browsertests',
620 '../remoting/remoting.gyp:remoting_unittests', 621 '../remoting/remoting.gyp:remoting_unittests',
621 '../ui/aura/aura.gyp:*', 622 '../ui/aura/aura.gyp:*',
622 '../ui/compositor/compositor.gyp:*', 623 '../ui/compositor/compositor.gyp:*',
623 '../ui/ui.gyp:gfx_unittests', 624 '../ui/ui.gyp:gfx_unittests',
624 '../ui/views/views.gyp:views', 625 '../ui/views/views.gyp:views',
625 '../ui/views/views.gyp:views_unittests', 626 '../ui/views/views.gyp:views_unittests',
626 '../webkit/webkit.gyp:pull_in_webkit_unit_tests', 627 '../webkit/webkit.gyp:pull_in_webkit_unit_tests',
627 ], 628 ],
628 'conditions': [ 629 'conditions': [
629 ['OS=="win"', { 630 ['OS=="win"', {
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
672 'dependencies': [ 673 'dependencies': [
673 '../chromeos/chromeos.gyp:chromeos_unittests', 674 '../chromeos/chromeos.gyp:chromeos_unittests',
674 ], 675 ],
675 }], 676 }],
676 ], 677 ],
677 }, 678 },
678 ], # targets 679 ], # targets
679 }], # "use_aura==1" 680 }], # "use_aura==1"
680 ], # conditions 681 ], # conditions
681 } 682 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698