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

Unified Diff: gni/isolate.gni

Issue 2039873002: [gn] Fix isolate_driver for gn (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Review Created 4 years, 6 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 | « no previous file | tools/isolate_driver.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gni/isolate.gni
diff --git a/gni/isolate.gni b/gni/isolate.gni
index 9f29556ef866bb2198f9de1fc0f031a903f1b1ac..a5e1937368b88be594aebeeca6358f7fb5447495 100644
--- a/gni/isolate.gni
+++ b/gni/isolate.gni
@@ -101,6 +101,8 @@ template("v8_isolate_run") {
use_snapshot = "0"
}
+ # Note, all paths will be rebased in isolate_driver.py to be relative to
+ # the isolate file.
args = [
v8_test_isolation_mode,
"--isolated",
« no previous file with comments | « no previous file | tools/isolate_driver.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698