diff options
author | reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-07-31 17:37:31 +0000 |
---|---|---|
committer | reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-07-31 17:37:31 +0000 |
commit | e027a6ed9b9e2a96be846ddefb2b06e350858eed (patch) | |
tree | 5bcc3580a1e462ad720a4767eb45256e30ff3d31 /gyp | |
parent | caacc8f4e1ff69d545fb55c2a0a1d46e5cdbae3f (diff) |
adapt FontConfig to use SK_FONTHOST_USES_FONTMGR
BUG=
Review URL: https://codereview.chromium.org/21331003
git-svn-id: http://skia.googlecode.com/svn/trunk@10463 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gyp')
-rw-r--r-- | gyp/ports.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gyp/ports.gyp b/gyp/ports.gyp index fa717e14bb..fff368df6a 100644 --- a/gyp/ports.gyp +++ b/gyp/ports.gyp @@ -18,6 +18,7 @@ '../include/xml', '../src/core', '../src/lazy', + '../src/ports', '../src/sfnt', '../src/utils', ], |