| Index: gyp/opts.gyp
|
| diff --git a/gyp/opts.gyp b/gyp/opts.gyp
|
| index d260220e527a8dfbc9cf6cdee6e2446df04e82aa..bd072cb1e8efff9744650a42b211eb537ff25a83 100644
|
| --- a/gyp/opts.gyp
|
| +++ b/gyp/opts.gyp
|
| @@ -97,7 +97,7 @@
|
| }],
|
| ],
|
| }],
|
| - [ '(skia_arch_type == "arm" and arm_version < 7) or (skia_os == "ios")', {
|
| + [ '(skia_arch_type == "mips") or (skia_arch_type == "arm" and arm_version < 7) or (skia_os == "ios")', {
|
| 'sources': [
|
| '../src/opts/SkBitmapProcState_opts_none.cpp',
|
| '../src/opts/SkBlitMask_opts_none.cpp',
|
|
|