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

Unified Diff: build/config/compiler/BUILD.gn

Issue 1250913002: patch from chinmaygarde@ to make progress on mac, ios. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: tweaks needed to get base_unittests to compile Created 5 years, 5 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
Index: build/config/compiler/BUILD.gn
diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn
index af14840f414ee597b884d69ab350955d848a29cd..821abedf08c504626fa6dc18fcd600cdd959b5cc 100644
--- a/build/config/compiler/BUILD.gn
+++ b/build/config/compiler/BUILD.gn
@@ -269,7 +269,7 @@ config("compiler") {
} else if (current_cpu == "arm") {
sdefresne 2015/07/25 19:15:29 I think we should add support for "armv7" and "arm
Dirk Pranke 2015/07/31 21:27:40 This seems reasonable but well out of the scope of
common_mac_flags += [
"-arch",
- "armv7",
+ "arm64",
]
}

Powered by Google App Engine
This is Rietveld 408576698