Chromium Code Reviews| Index: third_party/libwebp/libwebp.gyp |
| diff --git a/third_party/libwebp/libwebp.gyp b/third_party/libwebp/libwebp.gyp |
| index 7339fb8bc9ce6cf6c36fd4bda4d5a745226b105f..9a389a13d6ed8f123d3710676abada0f691eee59 100644 |
| --- a/third_party/libwebp/libwebp.gyp |
| +++ b/third_party/libwebp/libwebp.gyp |
| @@ -70,6 +70,8 @@ |
| # behavior similar dsp_neon.c.neon in an Android.mk |
| 'cflags!': [ '-mfpu=vfpv3-d16' ], |
| 'cflags': [ '-mfpu=neon' ], |
| + },{ # "armv7 != 1" |
| + 'type': 'none', |
|
Nico
2012/08/10 23:14:33
nit: I believe some generators might choke on type
jzern
2012/08/11 02:07:54
Sounds reasonable. I hid the rest under armv7.
|
| }], |
| ['order_profiling != 0', { |
| 'target_conditions' : [ |