aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-06-07 20:30:16 +0000
committerGravatar reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-06-07 20:30:16 +0000
commit99ac02bb701c1e30b20f2174aac25ffbe487c0af (patch)
tree19ed3f1e04606e8cb5e73650c870f106e0c0e5e9 /gyp
parent99d43ffcfbed84aac33a45e1eb725bb684cdc2e7 (diff)
SkDocument base for pdf, xps, etc.
R=scroggo@google.com Review URL: https://codereview.chromium.org/16660002 git-svn-id: http://skia.googlecode.com/svn/trunk@9476 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gyp')
-rw-r--r--gyp/core.gypi2
-rw-r--r--gyp/pdf.gyp2
-rw-r--r--gyp/tools.gyp1
3 files changed, 5 insertions, 0 deletions
diff --git a/gyp/core.gypi b/gyp/core.gypi
index 534c8884d4..a88f7223af 100644
--- a/gyp/core.gypi
+++ b/gyp/core.gypi
@@ -186,6 +186,8 @@
'<(skia_src_path)/core/SkWriter32.cpp',
'<(skia_src_path)/core/SkXfermode.cpp',
+ '<(skia_src_path)/doc/SkDocument.cpp',
+
'<(skia_src_path)/image/SkDataPixelRef.cpp',
'<(skia_src_path)/image/SkImage.cpp',
'<(skia_src_path)/image/SkImagePriv.cpp',
diff --git a/gyp/pdf.gyp b/gyp/pdf.gyp
index 31b48dbe28..f89df933a4 100644
--- a/gyp/pdf.gyp
+++ b/gyp/pdf.gyp
@@ -47,6 +47,8 @@
'../src/pdf/SkPDFUtils.cpp',
'../src/pdf/SkPDFUtils.h',
'../src/pdf/SkTSet.h',
+
+ '../src/doc/SkDocument_PDF.cpp',
],
# 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/tools.gyp b/gyp/tools.gyp
index 25aa1dbf06..62bbbd08c1 100644
--- a/gyp/tools.gyp
+++ b/gyp/tools.gyp
@@ -64,6 +64,7 @@
],
'dependencies': [
'skia_lib.gyp:skia_lib',
+ 'pdf.gyp:pdf',
'flags.gyp:flags',
],
},