Chromium Code Reviews| Index: gyp/core.gyp |
| diff --git a/gyp/core.gyp b/gyp/core.gyp |
| index 7d9c9d774cb68455f23633dfceb191679146f177..9e0792b7734be1dfced1715b21bf3fe93838eef6 100644 |
| --- a/gyp/core.gyp |
| +++ b/gyp/core.gyp |
| @@ -79,6 +79,7 @@ |
| [ 'skia_os == "android" and skia_arch_type == "arm" and armv7 == 1', { |
| # The code in SkUtilsArm.cpp can be used on an ARM-based Linux system, not only Android. |
| 'sources': [ |
| + '../src/core/SkPaintOptionsAndroid.cpp', |
| '../src/core/SkUtilsArm.cpp', |
| '../src/core/SkUtilsArm.h', |
| ], |