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

Unified Diff: components/components_tests.gyp

Issue 874843002: Make components_browsertests swarmable and add to main waterfall. (2nd try) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased since extensions_browsertests.isolate went away Created 5 years, 11 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 | « components/components_browsertests.isolate ('k') | testing/buildbot/chromium.linux.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/components_tests.gyp
diff --git a/components/components_tests.gyp b/components/components_tests.gyp
index 024040b3ebc43d7fce7e4c577d27cc1fe213f745..baa86690d32b5916fa16bf37c5b5d60e83bd44c9 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -940,6 +940,30 @@
],
}],
['OS!="ios"', {
+ 'conditions': [
+ ['test_isolation_mode != "noop"', {
+ 'targets': [
+ {
+ 'target_name': 'components_browsertests_run',
+ 'type': 'none',
+ 'dependencies': [ 'components_browsertests' ],
+ 'includes': [
+ '../build/isolate.gypi',
+ ],
+ 'sources': [
+ 'components_browsertests.isolate',
+ ],
+ 'conditions': [
+ ['use_x11==1', {
+ 'dependencies': [
+ '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
+ ],
+ }],
+ ],
+ },
+ ],
+ }],
+ ],
'targets': [
{
'target_name': 'components_browsertests',
@@ -1047,6 +1071,11 @@
'../base/allocator/allocator.gyp:allocator',
],
}],
+ ['OS=="mac"', {
+ 'dependencies': [
+ '../content/content_shell_and_tests.gyp:content_shell', # Needed for Content Shell.app's Helper.
+ ],
+ }],
],
},
],
« no previous file with comments | « components/components_browsertests.isolate ('k') | testing/buildbot/chromium.linux.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698