Chromium Code Reviews| Index: gyp/core.gyp |
| diff --git a/gyp/core.gyp b/gyp/core.gyp |
| index 9e0792b7734be1dfced1715b21bf3fe93838eef6..8420d530b96e0266d73222d40be96de3db6c7493 100644 |
| --- a/gyp/core.gyp |
| +++ b/gyp/core.gyp |
| @@ -76,6 +76,12 @@ |
| 'config/win', |
| ], |
| }], |
| + [ 'skia_os == "android"', { |
| + # The code in SkUtilsArm.cpp can be used on an ARM-based Linux system, not only Android. |
|
djsollen
2013/05/30 20:35:29
remove this
|
| + 'sources': [ |
| + '../src/core/SkPaintOptionsAndroid.cpp', |
| + ], |
| + }], |
| [ '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': [ |
| @@ -120,9 +126,6 @@ |
| }], |
| ], |
| }, |
| - 'dependencies': [ |
| - 'opts.gyp:opts' |
| - ], |
| }, |
| ], |
| } |