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

Unified Diff: mojo/mojo_apps.gypi

Issue 198193007: Isolated tests: mojo_js_unittests and mojo_apps_js_unittests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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 | « mojo/mojo.gyp ('k') | mojo/mojo_apps_js_unittests.isolate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/mojo_apps.gypi
diff --git a/mojo/mojo_apps.gypi b/mojo/mojo_apps.gypi
index 645608a8135bc704acb99af74ef1aac7ca27cfff..934d36afb73043c4648b508a15f81279b0640e30 100644
--- a/mojo/mojo_apps.gypi
+++ b/mojo/mojo_apps.gypi
@@ -62,4 +62,24 @@
],
},
],
+ 'conditions': [
+ ['test_isolation_mode != "noop"', {
+ 'targets': [
+ {
+ 'target_name': 'mojo_apps_js_unittests_run',
+ 'type': 'none',
+ 'dependencies': [
+ 'mojo_apps_js_unittests',
+ ],
+ 'includes': [
+ '../build/isolate.gypi',
+ 'mojo_apps_js_unittests.isolate',
+ ],
+ 'sources': [
+ 'mojo_apps_js_unittests.isolate',
+ ],
+ },
+ ],
+ }],
+ ],
}
« no previous file with comments | « mojo/mojo.gyp ('k') | mojo/mojo_apps_js_unittests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698