diff options
Diffstat (limited to 'skia/skia.gyp')
-rw-r--r-- | skia/skia.gyp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/skia/skia.gyp b/skia/skia.gyp index 8ef993f..6806600 100644 --- a/skia/skia.gyp +++ b/skia/skia.gyp @@ -744,7 +744,6 @@ '../third_party/skia/src/opts/SkBitmapProcState_opts_none.cpp', '../third_party/skia/src/opts/SkBlitRow_opts_none.cpp', '../third_party/skia/src/opts/SkUtils_opts_none.cpp', - 'ext/convolver_mips_dspr2.cc', ], }], ], @@ -788,7 +787,7 @@ ], }, }], - [ 'target_arch != "arm" and target_arch !="mipsel"', { + [ 'target_arch != "arm"', { 'sources': [ '../third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp', ], |