Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(768)

Unified Diff: build_overrides/v8.gni

Issue 2072203002: [gn] Fix another ia32/x86 typo. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build_overrides/v8.gni
diff --git a/build_overrides/v8.gni b/build_overrides/v8.gni
index ef3d8f469adac76c5b4f025e87afad6324ca9585..5dcd67257a8e40443db653b45cea8e2394efdbe3 100644
--- a/build_overrides/v8.gni
+++ b/build_overrides/v8.gni
@@ -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)) ||
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698