aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
Diffstat (limited to 'gyp')
-rw-r--r--gyp/pdf.gyp20
-rw-r--r--gyp/tests.gyp1
2 files changed, 11 insertions, 10 deletions
diff --git a/gyp/pdf.gyp b/gyp/pdf.gyp
index bb42f00d30..e7b0369a47 100644
--- a/gyp/pdf.gyp
+++ b/gyp/pdf.gyp
@@ -17,32 +17,32 @@
'../src/utils', # needed to get SkBitSet.h
],
'sources': [
- '../include/pdf/SkPDFCatalog.h',
'../include/pdf/SkPDFDevice.h',
'../include/pdf/SkPDFDocument.h',
- '../include/pdf/SkPDFFont.h',
- '../include/pdf/SkPDFFormXObject.h',
- '../include/pdf/SkPDFGraphicState.h',
- '../include/pdf/SkPDFImage.h',
- '../include/pdf/SkPDFPage.h',
- '../include/pdf/SkPDFShader.h',
- '../include/pdf/SkPDFStream.h',
- '../include/pdf/SkPDFTypes.h',
- '../include/pdf/SkPDFUtils.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/SkPDFPage.cpp',
+ '../src/pdf/SkPDFPage.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',
],
# This section makes all targets that depend on this target
# #define SK_SUPPORT_PDF and have access to the pdf header files.
diff --git a/gyp/tests.gyp b/gyp/tests.gyp
index 541db7f556..a3a8002881 100644
--- a/gyp/tests.gyp
+++ b/gyp/tests.gyp
@@ -11,6 +11,7 @@
'../src/core',
'../src/effects',
'../src/gpu',
+ '../src/pdf',
'../src/utils',
],
'sources': [