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

Unified Diff: gyp/ports.gyp

Issue 1027373002: Font variations. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Update and rebase. Created 5 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
Index: gyp/ports.gyp
diff --git a/gyp/ports.gyp b/gyp/ports.gyp
index 48fe89f37a1d78c21bbc5bbdfe1ad19548bcca45..31b2da732d81fab35e7ec108459e3c99844f9ad9 100644
--- a/gyp/ports.gyp
+++ b/gyp/ports.gyp
@@ -56,6 +56,8 @@
'../include/ports/SkFontMgr.h',
'../include/ports/SkFontMgr_indirect.h',
'../include/ports/SkRemotableFontMgr.h',
+
+ '../src/ports/SkFontConfigParser_android.cpp',
],
'conditions': [
[ 'skia_os in ["linux", "freebsd", "openbsd", "solaris", "chromeos", "android"]', {
@@ -119,6 +121,7 @@
'libraries': [
'-lfontconfig',
'-ldl',
+ '-lexpat',
],
},
'sources': [
« no previous file with comments | « gm/fontscaler.cpp ('k') | gyp/tests.gypi » ('j') | src/core/SkFontDescriptor.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698