Commit d4b61b40 authored by sky's avatar sky Committed by Commit bot

Adds a boolean to indicate if v8 should use the correct architecture

This is needed so that I can land patches straddling the v8 and chrome
repos.

BUG=465456
TEST=none
R=jochen@chromium.org

Review URL: https://codereview.chromium.org/987373002

Cr-Commit-Position: refs/heads/master@{#319899}
parent a2e32b7c
......@@ -6,5 +6,8 @@ if (is_android) {
import("//build/config/android/config.gni")
}
# TODO(sky): nuke this. Temporary while sorting out http://crbug.com/465456.
enable_correct_v8_arch = false
v8_use_external_startup_data =
!((is_android && is_android_webview_build) || is_chromeos || is_win)
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