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

Unified Diff: skia/BUILD.gn

Issue 435963002: Remove old style NEON defines now that Skia has been updated (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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
« no previous file with comments | « no previous file | skia/skia_common.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/BUILD.gn
diff --git a/skia/BUILD.gn b/skia/BUILD.gn
index ac61739fe9e5458c06bce221ddf2c8c7f810fbfc..40ef810ada07714773352fc5a9c7d697a60cbf0b 100644
--- a/skia/BUILD.gn
+++ b/skia/BUILD.gn
@@ -180,10 +180,10 @@ config("skia_library_config") {
if (cpu_arch == "arm") {
if (arm_use_neon) {
- defines += [ "SK_ARM_HAS_NEON", "__ARM_HAVE_NEON" ]
+ defines += [ "SK_ARM_HAS_NEON" ]
}
if (arm_optionally_use_neon) {
- defines += [ "SK_ARM_HAS_OPTIONAL_NEON", "__ARM_HAVE_OPTIONAL_NEON_SUPPORT" ]
+ defines += [ "SK_ARM_HAS_OPTIONAL_NEON" ]
}
}
« no previous file with comments | « no previous file | skia/skia_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698