aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar edisonn@google.com <edisonn@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-02-28 14:01:44 +0000
committerGravatar edisonn@google.com <edisonn@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-02-28 14:01:44 +0000
commit5bd26d32ab85d09dccabbdc6dd944ef36ac32423 (patch)
tree3292ec2d2dcac7af61bde40d9c30a4865f864d61 /gyp
parent27552cc3c60b23c5284529215af555e57d19e9c6 (diff)
revert r7892
git-svn-id: http://skia.googlecode.com/svn/trunk@7896 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gyp')
-rw-r--r--gyp/pdf.gyp2
1 files changed, 0 insertions, 2 deletions
diff --git a/gyp/pdf.gyp b/gyp/pdf.gyp
index 081df01afd..7b3b9ea0d2 100644
--- a/gyp/pdf.gyp
+++ b/gyp/pdf.gyp
@@ -12,7 +12,6 @@
'include_dirs': [
'../include/config',
'../include/core',
- '../include/images',
'../include/pdf',
'../src/core', # needed to get SkGlyphCache.h and SkTextFormatParams.h
'../src/utils', # needed to get SkBitSet.h
@@ -44,7 +43,6 @@
'../src/pdf/SkPDFTypes.h',
'../src/pdf/SkPDFUtils.cpp',
'../src/pdf/SkPDFUtils.h',
- '../src/pdf/SkTSet.h',
],
# This section makes all targets that depend on this target
# #define SK_SUPPORT_PDF and have access to the pdf header files.