[gn] Fix gyp/gn translation of use_snapshot
BUG=chromium:474921 TBR=vogelheim@chromium.org, jochen@chromium.org NOTRY=true Review-Url: https://codereview.chromium.org/2041303002 Cr-Commit-Position: refs/heads/master@{#36774}
This commit is contained in:
parent
2254abbfe4
commit
a61cae100b
@ -96,9 +96,9 @@ template("v8_isolate_run") {
|
||||
use_external_startup_data = "0"
|
||||
}
|
||||
if (v8_use_snapshot) {
|
||||
use_snapshot = "1"
|
||||
use_snapshot = "true"
|
||||
} else {
|
||||
use_snapshot = "0"
|
||||
use_snapshot = "false"
|
||||
}
|
||||
|
||||
# Note, all paths will be rebased in isolate_driver.py to be relative to
|
||||
|
Loading…
Reference in New Issue
Block a user