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

Unified Diff: build/config/arm.gni

Issue 766573003: gn format //build (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 years 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 | « build/config/android/rules.gni ('k') | build/config/clang/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/arm.gni
diff --git a/build/config/arm.gni b/build/config/arm.gni
index 59de6687e7f8f437bb5274bbe557150431f32cc4..d942c3b1a73cb0b1b8d90031dfba1ef722ea1d6f 100644
--- a/build/config/arm.gni
+++ b/build/config/arm.gni
@@ -22,10 +22,8 @@ if (cpu_arch == "arm") {
arm_use_neon = true
}
- assert(arm_float_abi == "" ||
- arm_float_abi == "hard" ||
- arm_float_abi == "soft" ||
- arm_float_abi == "softfp")
+ assert(arm_float_abi == "" || arm_float_abi == "hard" ||
+ arm_float_abi == "soft" || arm_float_abi == "softfp")
if (is_android) {
arm_use_neon = false
@@ -41,10 +39,10 @@ if (cpu_arch == "arm") {
arm_float_abi = "softfp"
}
arm_fpu = "vfp"
+
# Thumb is a reduced instruction set available on some ARM processors that
# has increased code density.
arm_use_thumb = false
-
} else if (arm_version == 7) {
arm_arch = "armv7-a"
if (arm_tune == "") {
« no previous file with comments | « build/config/android/rules.gni ('k') | build/config/clang/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698