Chromium Code Reviews| Index: gyp/core.gyp |
| diff --git a/gyp/core.gyp b/gyp/core.gyp |
| index 14eda4bd3ce42f916c035df9cbe34ccf61ca4afd..6d3ff473fe126a31eb393ccfc0e31522502c3b07 100644 |
| --- a/gyp/core.gyp |
| +++ b/gyp/core.gyp |
| @@ -80,10 +80,9 @@ |
| '../src/core/SkPaintOptionsAndroid.cpp', |
| ], |
| }], |
| - [ 'skia_os == "android" and skia_arch_type == "arm"', { |
| + [ 'skia_arch_type == "arm"', { |
| # The code in SkUtilsArm.cpp can be used on an ARM-based Linux system, not only Android. |
| 'sources': [ |
| - '../src/core/SkPaintOptionsAndroid.cpp', |
|
scroggo
2013/08/05 13:23:09
Do we no longer need to compile this anywhere?
djsollen
2013/08/05 13:27:22
it was already being included on line 80.
|
| '../src/core/SkUtilsArm.cpp', |
| '../src/core/SkUtilsArm.h', |
| ], |