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', |