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

Unified Diff: url/url.gyp

Issue 1211103006: Convert url_unittests to run exclusively on Swarming (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@3_ipc_tests
Patch Set: Created 5 years, 6 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 | « testing/buildbot/chromium.win.json ('k') | url/url_unittests.isolate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: url/url.gyp
diff --git a/url/url.gyp b/url/url.gyp
index 41148019b0a67760902883f72cfa3144ede74ed7..80ae98a7fb7669befe7cb2096979c32084e276f4 100644
--- a/url/url.gyp
+++ b/url/url.gyp
@@ -123,5 +123,22 @@
},
],
}],
+ ['test_isolation_mode != "noop"', {
+ 'targets': [
+ {
+ 'target_name': 'url_unittests_run',
+ 'type': 'none',
+ 'dependencies': [
+ 'url_unittests',
+ ],
+ 'includes': [
+ '../build/isolate.gypi',
+ ],
+ 'sources': [
+ 'url_unittests.isolate',
+ ],
+ },
+ ],
+ }],
],
}
« no previous file with comments | « testing/buildbot/chromium.win.json ('k') | url/url_unittests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698