| Index: platform_tools/android/gyp/dependencies.gypi
|
| diff --git a/platform_tools/android/gyp/dependencies.gypi b/platform_tools/android/gyp/dependencies.gypi
|
| index 036abf2cc5422b2e16b4a52b530a0d34a1145e1a..fb9e80bb4a0860b0e603b81c79fe9d8a952e4c38 100644
|
| --- a/platform_tools/android/gyp/dependencies.gypi
|
| +++ b/platform_tools/android/gyp/dependencies.gypi
|
| @@ -195,7 +195,7 @@
|
| ],
|
| },
|
| ],
|
| - [ 'skia_arch_type == "mips" and mips_dsp == 2',
|
| + [ '"mips" in skia_arch_type and mips_dsp == 2',
|
| {
|
| 'sources' : [
|
| '../third_party/externals/jpeg/mips_jidctfst.c',
|
|
|