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

Unified Diff: components/components_tests.gyp

Issue 856323003: Revert of Make components_browsertests swarmable and add to main waterfall. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 285b79bfe7fdd2acd3e7939e05d125d4f0d99ca0..bc2dab2dac83bb8fa8bf63ea5e98c195f177d490 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -1038,30 +1038,6 @@
],
}],
['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',
« 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