summaryrefslogtreecommitdiff
path: root/pdf.gyp
diff options
context:
space:
mode:
authorrobertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-03-20 14:42:51 +0000
committerrobertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-03-20 14:42:51 +0000
commit508e004c081a3f75b31b95a20d62f4c5f7f183c0 (patch)
treef763f49afc3f75ca932d00d7662e10991508ad39 /pdf.gyp
parent6c6aa5a57bce258efa5d5da0fa8be099a4f13329 (diff)
downloadgyp-508e004c081a3f75b31b95a20d62f4c5f7f183c0.tar.gz
Reverting r8233 (Use SkSet in PDF)
git-svn-id: http://skia.googlecode.com/svn/trunk/gyp@8255 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'pdf.gyp')
-rw-r--r--pdf.gyp2
1 files changed, 0 insertions, 2 deletions
diff --git a/pdf.gyp b/pdf.gyp
index 081df01..7b3b9ea 100644
--- a/pdf.gyp
+++ b/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.