aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar ctguil@chromium.org <ctguil@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-03-31 23:17:05 +0000
committerGravatar ctguil@chromium.org <ctguil@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-03-31 23:17:05 +0000
commit1493a66824c0b811ffd17b2da10a9a2e5c83ec2b (patch)
treee071b5264e145122082d7c8853a4bbf2cfe450c4 /gyp
parentf93e717c7f7ca679a80acbfda6a34013ae1e2b8d (diff)
Add src/core include for pdf project.
Review URL: http://codereview.appspot.com/4331053 git-svn-id: http://skia.googlecode.com/svn/trunk@1032 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gyp')
-rw-r--r--gyp/skia.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/gyp/skia.gyp b/gyp/skia.gyp
index 9b712e904c..850cb9667f 100644
--- a/gyp/skia.gyp
+++ b/gyp/skia.gyp
@@ -597,6 +597,7 @@
'../include/config',
'../include/core',
'../include/pdf',
+ '../src/core', # needed to get SkGlyphCache.h and SkTextFormatParams.h
],
'sources': [
'../include/pdf/SkPDFCatalog.h',