diff options
Diffstat (limited to 'gyp/core.gyp')
-rw-r--r-- | gyp/core.gyp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gyp/core.gyp b/gyp/core.gyp index cc5cfbd388..0a38ede481 100644 --- a/gyp/core.gyp +++ b/gyp/core.gyp @@ -75,11 +75,6 @@ 'config/win', ], }], - [ 'skia_os == "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': [ |