Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2466)

Unified Diff: gyp/core.gyp

Issue 13975014: Remove freetype dependency from core.gyp (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: extra guards Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/core/SkAdvancedTypefaceMetrics.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/core.gyp
diff --git a/gyp/core.gyp b/gyp/core.gyp
index cc5cfbd3887acebb77e8a41b52fbb8533a027fa5..0a38ede4817b60feb9bcacc69c33ae3b1a284e60 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': [
« no previous file with comments | « no previous file | src/core/SkAdvancedTypefaceMetrics.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698