summaryrefslogtreecommitdiff
path: root/pdf.gyp
diff options
context:
space:
mode:
authorcommit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-08-04 15:09:23 +0000
committercommit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-08-04 15:09:23 +0000
commitcf8b1865537bbb50587e60f6a6174bc1e04f1ad9 (patch)
tree98be298f2d6293ee9c265414dacadb8d1330dd42 /pdf.gyp
parentd95165ef4512bb4d6218095cb46c4f03d77f41be (diff)
downloadgyp-cf8b1865537bbb50587e60f6a6174bc1e04f1ad9.tar.gz
In preparation for make Chromium's skia.gyp use pdf.gypi.
R=edisonn@google.com, djsollen@google.com Author: robertphillips@google.com Review URL: https://chromiumcodereview.appspot.com/21952002 git-svn-id: http://skia.googlecode.com/svn/trunk/gyp@10526 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'pdf.gyp')
-rw-r--r--pdf.gyp37
1 files changed, 4 insertions, 33 deletions
diff --git a/pdf.gyp b/pdf.gyp
index afababe..ce4c59f 100644
--- a/pdf.gyp
+++ b/pdf.gyp
@@ -9,45 +9,16 @@
'skia_lib.gyp:skia_lib',
'zlib.gyp:zlib',
],
+ 'includes': [
+ 'pdf.gypi',
+ ],
'include_dirs': [
'../include/pdf',
'../src/core', # needed to get SkGlyphCache.h and SkTextFormatParams.h
'../src/utils', # needed to get SkBitSet.h
],
'sources': [
- '../include/pdf/SkPDFDevice.h',
- '../include/pdf/SkPDFDocument.h',
-
- '../src/pdf/SkPDFCatalog.cpp',
- '../src/pdf/SkPDFCatalog.h',
- '../src/pdf/SkPDFDevice.cpp',
- '../src/pdf/SkPDFDocument.cpp',
- '../src/pdf/SkPDFFont.cpp',
- '../src/pdf/SkPDFFont.h',
- '../src/pdf/SkPDFFontImpl.h',
- '../src/pdf/SkPDFFormXObject.cpp',
- '../src/pdf/SkPDFFormXObject.h',
- '../src/pdf/SkPDFGraphicState.cpp',
- '../src/pdf/SkPDFGraphicState.h',
- '../src/pdf/SkPDFImage.cpp',
- '../src/pdf/SkPDFImage.h',
- '../src/pdf/SkPDFImageStream.cpp',
- '../src/pdf/SkPDFImageStream.h',
- '../src/pdf/SkPDFPage.cpp',
- '../src/pdf/SkPDFPage.h',
- '../src/pdf/SkPDFResourceDict.cpp',
- '../src/pdf/SkPDFResourceDict.h',
- '../src/pdf/SkPDFShader.cpp',
- '../src/pdf/SkPDFShader.h',
- '../src/pdf/SkPDFStream.cpp',
- '../src/pdf/SkPDFStream.h',
- '../src/pdf/SkPDFTypes.cpp',
- '../src/pdf/SkPDFTypes.h',
- '../src/pdf/SkPDFUtils.cpp',
- '../src/pdf/SkPDFUtils.h',
- '../src/pdf/SkTSet.h',
-
- '../src/doc/SkDocument_PDF.cpp',
+ 'pdf.gypi', # Makes the gypi appear in IDEs (but does not modify the build).
],
# This section makes all targets that depend on this target
# #define SK_SUPPORT_PDF and have access to the pdf header files.