| Index: gyp/core.gyp
|
| diff --git a/gyp/core.gyp b/gyp/core.gyp
|
| index 5f99fd911ef4f52887dcca051c1f97426887ef8e..0a38ede4817b60feb9bcacc69c33ae3b1a284e60 100644
|
| --- a/gyp/core.gyp
|
| +++ b/gyp/core.gyp
|
| @@ -75,11 +75,6 @@
|
| 'config/win',
|
| ],
|
| }],
|
| - [ 'skia_os in ("android", "nacl")', {
|
| - 'dependencies': [
|
| - 'freetype.gyp:freetype',
|
| - ],
|
| - }],
|
| [ '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': [
|
|
|