aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar bungeman@google.com <bungeman@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-05-09 14:08:28 +0000
committerGravatar bungeman@google.com <bungeman@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-05-09 14:08:28 +0000
commit4d868b02851c6e58f4448f4ca24e198451ed6ccd (patch)
tree29b98e488c36791f4f28437048fbcb22390a5111
parenta17773f0b0db6b195004d438ec6ceb9c99465482 (diff)
Add missing sfnt header files to gyp.
This makes finding these files easier in IDEs. git-svn-id: http://skia.googlecode.com/svn/trunk@14666 2bbb7eff-a529-9590-31e7-b0007b416f81
-rw-r--r--gyp/sfnt.gyp3
1 files changed, 3 insertions, 0 deletions
diff --git a/gyp/sfnt.gyp b/gyp/sfnt.gyp
index 027d39f294..f5ac70e694 100644
--- a/gyp/sfnt.gyp
+++ b/gyp/sfnt.gyp
@@ -14,6 +14,9 @@
'sources': [
'../src/sfnt/SkIBMFamilyClass.h',
'../src/sfnt/SkOTTableTypes.h',
+ '../src/sfnt/SkOTTable_EBDT.h',
+ '../src/sfnt/SkOTTable_EBLC.h',
+ '../src/sfnt/SkOTTable_EBSC.h',
'../src/sfnt/SkOTTable_glyf.h',
'../src/sfnt/SkOTTable_head.h',
'../src/sfnt/SkOTTable_hhea.h',