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

Unified Diff: gyp/core.gyp

Issue 13975014: Remove freetype dependency from core.gyp (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: 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') | src/core/SkAdvancedTypefaceMetrics.cpp » ('J')
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 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': [
« no previous file with comments | « no previous file | src/core/SkAdvancedTypefaceMetrics.cpp » ('j') | src/core/SkAdvancedTypefaceMetrics.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698