Index: third_party/libwebp/libwebp.gyp |
diff --git a/third_party/libwebp/libwebp.gyp b/third_party/libwebp/libwebp.gyp |
index 7339fb8bc9ce6cf6c36fd4bda4d5a745226b105f..ad625d9313ab11f291f4abff6f0e29fc8ec4b88a 100644 |
--- a/third_party/libwebp/libwebp.gyp |
+++ b/third_party/libwebp/libwebp.gyp |
@@ -60,16 +60,18 @@ |
}, |
{ |
'target_name': 'libwebp_dsp_neon', |
- 'type': 'static_library', |
- 'include_dirs': ['.'], |
- 'sources': [ |
- 'dsp/dec_neon.c', |
- ], |
'conditions': [ |
['armv7 == 1', { |
+ 'type': 'static_library', |
+ 'include_dirs': ['.'], |
+ 'sources': [ |
+ 'dsp/dec_neon.c', |
+ ], |
# behavior similar dsp_neon.c.neon in an Android.mk |
'cflags!': [ '-mfpu=vfpv3-d16' ], |
'cflags': [ '-mfpu=neon' ], |
+ },{ # "armv7 != 1" |
+ 'type': 'none', |
}], |
['order_profiling != 0', { |
'target_conditions' : [ |