Index: skia/skia.gyp |
diff --git a/skia/skia.gyp b/skia/skia.gyp |
index 16e03a24cacdba33c4c144d65225e4b72bdab887..109adffdbed91a98f2aad5a60c976debbacaff39 100644 |
--- a/skia/skia.gyp |
+++ b/skia/skia.gyp |
@@ -107,14 +107,13 @@ |
target_arch != "arm64" and target_arch != "mips64el"', { |
'sources': [ |
'ext/convolver_SSE2.cc', |
+ 'ext/convolver_SSE2.h', |
], |
}], |
- [ 'target_arch == "mipsel"',{ |
- 'cflags': [ |
- '-fomit-frame-pointer', |
- ], |
+ [ 'target_arch == "mipsel" and mips_dsp_rev >= 2',{ |
'sources': [ |
'ext/convolver_mips_dspr2.cc', |
+ 'ext/convolver_mips_dspr2.h', |
], |
}], |
], |