[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:
machenbach 2016-06-07 01:01:15 -07:00 committed by Commit bot
parent 2254abbfe4
commit a61cae100b

View File

@ -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