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

Unified Diff: ipc/ipc.gyp

Issue 1217213002: Convert ipc_tests to run exclusively on Swarming (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@2_aura_unittests
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 | « build/gn_migration.gypi ('k') | ipc/ipc_tests.isolate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipc/ipc.gyp
diff --git a/ipc/ipc.gyp b/ipc/ipc.gyp
index 1a28fc26c9a3d24a7cd2e41c04782e46fcdd39cb..df9d75e7d112054c2f57bc2c9b278ca4231c83b8 100644
--- a/ipc/ipc.gyp
+++ b/ipc/ipc.gyp
@@ -198,5 +198,22 @@
'includes': [ '../build/apk_test.gypi' ],
}],
}],
+ ['test_isolation_mode != "noop"', {
+ 'targets': [
+ {
+ 'target_name': 'ipc_tests_run',
+ 'type': 'none',
+ 'dependencies': [
+ 'ipc_tests',
+ ],
+ 'includes': [
+ '../build/isolate.gypi',
+ ],
+ 'sources': [
+ 'ipc_tests.isolate',
+ ],
+ },
+ ],
+ }],
],
}
« no previous file with comments | « build/gn_migration.gypi ('k') | ipc/ipc_tests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698