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

Unified Diff: gyp/opts.gyp

Issue 1091823002: Allow NEON on iOS. (Closed) Base URL: https://skia.googlesource.com/skia@master
Patch Set: todone Created 5 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
« no previous file with comments | « no previous file | include/core/SkPreConfig.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/opts.gyp
diff --git a/gyp/opts.gyp b/gyp/opts.gyp
index b4fb6098818fefd343bcba23fb4430e436f543da..83a6da495ff335b60b5745f7642a4abe3f0fc8c7 100644
--- a/gyp/opts.gyp
+++ b/gyp/opts.gyp
@@ -48,10 +48,8 @@
}],
[ '(skia_arch_type == "arm" and arm_version < 7) \
- or (skia_os == "ios") \
or (skia_os == "android" \
- and skia_arch_type not in ["x86", "x86_64", "arm", "mips", \
- "arm64"])', {
+ and skia_arch_type not in ["x86", "x86_64", "arm", "mips", "arm64"])', {
'sources': [ '<@(none_sources)' ],
}],
« no previous file with comments | « no previous file | include/core/SkPreConfig.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698