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

Unified Diff: build/config/arm.gni

Issue 214883005: Add Skia to the GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync Created 6 years, 8 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/arm.gni
diff --git a/build/config/arm.gni b/build/config/arm.gni
index cf6619c8d129c7c766b2115c637057454f5df838..f9c6cdcbc8cd7fcd39e2420098c585d91afc7f6c 100644
--- a/build/config/arm.gni
+++ b/build/config/arm.gni
@@ -21,12 +21,10 @@ if (cpu_arch == "arm") {
if (is_android) {
arm_use_neon = false
- # Our version of arm_neon_optional from common.gypi. This is not used in the
- # current build so is commented out for now.
- #arm_optionally_use_neon = false
+ arm_optionally_use_neon = false
} else {
arm_use_neon = true
- #arm_optionally_use_neon = true
+ arm_optionally_use_neon = true
}
if (arm_version == 6) {

Powered by Google App Engine
This is Rietveld 408576698