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

Unified Diff: skia/skia_common.gypi

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 | « skia/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/skia_common.gypi
diff --git a/skia/skia_common.gypi b/skia/skia_common.gypi
index d56070eecd4106c5102e28b13bf3b9e415c97426..11700cfc804b22329785d78250af4d42cda04f63 100644
--- a/skia/skia_common.gypi
+++ b/skia/skia_common.gypi
@@ -112,13 +112,11 @@
[ 'target_arch == "arm" and arm_version >= 7 and arm_neon == 1', {
'defines': [
'SK_ARM_HAS_NEON',
- '__ARM_HAVE_NEON',
],
}],
[ 'target_arch == "arm" and arm_version >= 7 and arm_neon_optional == 1', {
'defines': [
'SK_ARM_HAS_OPTIONAL_NEON',
- '__ARM_HAVE_OPTIONAL_NEON_SUPPORT',
],
}],
],
« no previous file with comments | « skia/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698