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

Unified Diff: test/cctest/cctest.gyp

Issue 1390473003: Reland [swarming] Isolate v8 testing. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Correct includes 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 | « src/base.isolate ('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 9563c2db85641fa5b61a2b60924f1cf729025291..529fd035fc8196c02c43eb3a7749c1a9b14d9981 100644
--- a/test/cctest/cctest.gyp
+++ b/test/cctest/cctest.gyp
@@ -331,4 +331,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 | « src/base.isolate ('k') | test/cctest/cctest.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698