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

Unified Diff: ppapi/ppapi_tests.gypi

Issue 1696953003: Add a ppapi_unittests_run target. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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 cf09030ba37dffce18ebee660802db279d9f71b7..b168b1140fe3396f5d05dbedfa2d844e549c2e91 100644
--- a/ppapi/ppapi_tests.gypi
+++ b/ppapi/ppapi_tests.gypi
@@ -664,4 +664,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