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

[gn] Fix another ia32/x86 typo.

BUG=chromium:619503
TBR=jochen@chromium.org, vogelheim@chromium.org, dpranke@chromium.org, thakis@chromium.org
NOTRY=true

Review-Url: https://codereview.chromium.org/2072203002
Cr-Commit-Position: refs/heads/master@{#37052}
parent f47b9e98
......@@ -11,7 +11,7 @@ if (is_android) {
import("//build/config/android/config.gni")
}
if (((v8_target_cpu == "ia32" ||
if (((v8_target_cpu == "x86" ||
v8_target_cpu == "x64" ||
v8_target_cpu=="x87") &&
(is_linux || is_mac)) ||
......
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