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': [ |