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

Unified Diff: build/all.gyp

Issue 10828061: Remove target chromium_swarm_tests when test_isolate_mode == noop. (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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « base/base.gyp ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/all.gyp
diff --git a/build/all.gyp b/build/all.gyp
index 98f9076a987e8bf8a424bebd49d2b647a45d72bd..e4e8b452567275c42f425a5c3229051ead3ada27 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -178,27 +178,6 @@
],
}, # target_name: All_syzygy
{
- 'target_name': 'chromium_swarm_tests',
- 'type': 'none',
- 'dependencies': [
- # Add new dependencies to the !ios section just below, not here (see
- # the comment there).
- ],
- 'conditions': [
- ['OS!="ios"', {
- 'dependencies': [
- # TODO(ios): This is temporary; currently almost nothing builds with
- # OS=ios. Move dependencies back to the main dependencies section
- # above as gyp files come online.
- '../base/base.gyp:base_unittests_run',
- '../chrome/chrome.gyp:browser_tests_run',
- '../chrome/chrome.gyp:unit_tests_run',
- '../net/net.gyp:net_unittests_run',
- ],
- }],
- ],
- }, # target_name: chromium_swarm_tests
- {
'target_name': 'chromium_builder_tests',
'type': 'none',
'dependencies': [
@@ -695,5 +674,19 @@
},
], # targets
}], # "use_aura==1"
+ ['test_isolation_mode != "noop"', {
+ 'targets': [
+ {
+ 'target_name': 'chromium_swarm_tests',
+ 'type': 'none',
+ 'dependencies': [
+ '../base/base.gyp:base_unittests_run',
+ '../chrome/chrome.gyp:browser_tests_run',
+ '../chrome/chrome.gyp:unit_tests_run',
+ '../net/net.gyp:net_unittests_run',
+ ],
+ }, # target_name: chromium_swarm_tests
+ ],
+ }],
], # conditions
}
« no previous file with comments | « base/base.gyp ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698