| Index: platform_tools/android/gyp/dependencies.gypi
|
| diff --git a/platform_tools/android/gyp/dependencies.gypi b/platform_tools/android/gyp/dependencies.gypi
|
| index 8be6836f377547e87f44c6597450d8cf5937b786..037be5449d286f4d295d1f343092fc57c2addd4d 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',
|
|
|