Commit a61cae10 authored by machenbach's avatar machenbach Committed by Commit bot

[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}
parent 2254abbf
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment