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

Unified Diff: ppapi/ppapi_tests.gypi

Issue 1224453003: Convert ppapi_unittests to run exclusively on Swarming (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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') | ppapi/ppapi_unittests.isolate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/ppapi_tests.gypi
diff --git a/ppapi/ppapi_tests.gypi b/ppapi/ppapi_tests.gypi
index 830933ef834fcab5165c0b06a013de7c869a6510..8da5da7162aba857177bf6f0d96cf7f306038923 100644
--- a/ppapi/ppapi_tests.gypi
+++ b/ppapi/ppapi_tests.gypi
@@ -653,4 +653,19 @@
# Adding a new PPAPI example? Don't forget to update the GN build.
# See //ppapi/examples/BUILD.gn
],
+ 'conditions': [
+ ['test_isolation_mode != "noop"', {
+ 'targets': [
+ {
+ 'target_name': 'ppapi_unittests_run',
+ 'type': 'none',
+ 'dependencies': [
+ 'ppapi_unittests',
+ ],
+ 'includes': [ '../build/isolate.gypi' ],
+ 'sources': [ 'ppapi_unittests.isolate' ],
+ },
+ ],
+ }],
+ ],
}
« no previous file with comments | « build/gn_migration.gypi ('k') | ppapi/ppapi_unittests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698