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

Unified Diff: components/components_tests.gyp

Issue 863023003: Make components_browsertests swarmable and add to main waterfall. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add copyright header to isolate-file. 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
Index: components/components_tests.gyp
diff --git a/components/components_tests.gyp b/components/components_tests.gyp
index bc2dab2dac83bb8fa8bf63ea5e98c195f177d490..285b79bfe7fdd2acd3e7939e05d125d4f0d99ca0 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -1038,6 +1038,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',

Powered by Google App Engine
This is Rietveld 408576698