aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar djsollen@google.com <djsollen@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-05-31 19:55:08 +0000
committerGravatar djsollen@google.com <djsollen@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-05-31 19:55:08 +0000
commit9714516a0db56fe1c59d5e831cb0c6d820102c30 (patch)
tree0c1038c9fb99ff78e32b5444a7f00a3d78f85000 /gyp
parentdcdc1fccc5e1254e6aa4757e8c886ab80084f552 (diff)
Add SkFontDescriptor for serializing fonts.
Review URL: https://codereview.appspot.com/6250080 git-svn-id: http://skia.googlecode.com/svn/trunk@4106 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gyp')
-rw-r--r--gyp/ports.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/gyp/ports.gyp b/gyp/ports.gyp
index 8b29acb852..9436970a01 100644
--- a/gyp/ports.gyp
+++ b/gyp/ports.gyp
@@ -20,6 +20,8 @@
'sources': [
'../src/ports/SkDebug_stdio.cpp',
'../src/ports/SkDebug_win.cpp',
+ '../src/ports/SkFontDescriptor.h',
+ '../src/ports/SkFontDescriptor.cpp',
'../src/ports/SkFontHost_sandbox_none.cpp',
'../src/ports/SkFontHost_win.cpp',
'../src/ports/SkGlobalInitialization_default.cpp',