aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-05-07 15:28:15 +0000
committerGravatar commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-05-07 15:28:15 +0000
commitb5e34e22aa0e019e25f9f913f0e119a9a97e5562 (patch)
treec064647d66956478b92bf2adcb16025daafc29b3 /gyp
parent2983ddd4b57a05e3262fe2c1964a34f1717a5a1c (diff)
XPS ttc handling.
R=reed@google.com Author: bungeman@google.com Review URL: https://chromiumcodereview.appspot.com/14873006 git-svn-id: http://skia.googlecode.com/svn/trunk@9037 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gyp')
-rw-r--r--gyp/sfnt.gyp1
-rw-r--r--gyp/xps.gyp1
2 files changed, 2 insertions, 0 deletions
diff --git a/gyp/sfnt.gyp b/gyp/sfnt.gyp
index 1abae537bb..438f33e8e6 100644
--- a/gyp/sfnt.gyp
+++ b/gyp/sfnt.gyp
@@ -34,6 +34,7 @@
'../src/sfnt/SkOTUtils.h',
'../src/sfnt/SkPreprocessorSeq.h',
'../src/sfnt/SkSFNTHeader.h',
+ '../src/sfnt/SkTTCFHeader.h',
'../src/sfnt/SkTypedEnum.h',
'../src/sfnt/SkOTTable_name.cpp',
diff --git a/gyp/xps.gyp b/gyp/xps.gyp
index e5b7c0d6bb..376874205c 100644
--- a/gyp/xps.gyp
+++ b/gyp/xps.gyp
@@ -8,6 +8,7 @@
'dependencies': [
'skia_base_libs.gyp:skia_base_libs',
'images.gyp:images',
+ 'sfnt.gyp:sfnt',
],
'include_dirs': [
'../include/device/xps',