summaryrefslogtreecommitdiffstats
path: root/skia
diff options
context:
space:
mode:
Diffstat (limited to 'skia')
-rw-r--r--skia/skia.gyp5
1 files changed, 5 insertions, 0 deletions
diff --git a/skia/skia.gyp b/skia/skia.gyp
index 0d4fb91..151f479 100644
--- a/skia/skia.gyp
+++ b/skia/skia.gyp
@@ -576,6 +576,11 @@
[ 'OS != "win"', {
'sources/': [ ['exclude', '_win\\.(cc|cpp)$'] ],
}],
+ [ 'target_arch == "arm" and armv7 == 1', {
+ 'defines': [
+ '__ARM_HAVE_NEON',
+ ],
+ }],
[ 'OS == "linux" or OS == "freebsd"', {
'dependencies': [
'../build/linux/system.gyp:gdk',