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

Unified Diff: test/cctest/cctest.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 | « build/all.gyp ('k') | test/cctest/cctest.isolate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/cctest/cctest.gyp
diff --git a/test/cctest/cctest.gyp b/test/cctest/cctest.gyp
index a7092a8bdc4ba63c86576b4061331d166264d437..de169d1009c899f8c94c411b8bdfe01e0c879729 100644
--- a/test/cctest/cctest.gyp
+++ b/test/cctest/cctest.gyp
@@ -330,4 +330,23 @@
],
},
],
+ 'conditions': [
+ ['test_isolation_mode != "noop"', {
+ 'targets': [
+ {
+ 'target_name': 'cctest_run',
+ 'type': 'none',
+ 'dependencies': [
+ 'cctest',
+ ],
+ 'includes': [
+ '../../build/isolate.gypi',
+ ],
+ 'sources': [
+ 'cctest.isolate',
+ ],
+ },
+ ],
+ }],
+ ],
}
« no previous file with comments | « build/all.gyp ('k') | test/cctest/cctest.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698