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

Unified Diff: test/unittests/unittests.gyp

Issue 1380593002: [swarming] Isolate v8 testing. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Make dependencies conditional. Created 5 years, 2 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 | « test/preparser/preparser.isolate ('k') | test/unittests/unittests.isolate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/unittests/unittests.gyp
diff --git a/test/unittests/unittests.gyp b/test/unittests/unittests.gyp
index dcd0bf56aade7a9a4aee5ef9f938d84b947bf433..773eaf9c8ec54ed977f3b3af9dd2a9b9931f6fd0 100644
--- a/test/unittests/unittests.gyp
+++ b/test/unittests/unittests.gyp
@@ -178,4 +178,23 @@
],
},
],
+ 'conditions': [
+ ['test_isolation_mode != "noop"', {
+ 'targets': [
+ {
+ 'target_name': 'unittests_run',
+ 'type': 'none',
+ 'dependencies': [
+ 'unittests',
+ ],
+ 'includes': [
+ '../../build/isolate.gypi',
+ ],
+ 'sources': [
+ 'unittests.isolate',
+ ],
+ },
+ ],
+ }],
+ ],
}
« no previous file with comments | « test/preparser/preparser.isolate ('k') | test/unittests/unittests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698