aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/tools.gyp
diff options
context:
space:
mode:
authorGravatar edisonn@google.com <edisonn@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-10-10 15:20:34 +0000
committerGravatar edisonn@google.com <edisonn@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-10-10 15:20:34 +0000
commit2a827e81b3334f33b0f8ff05b6a39a11d532568f (patch)
tree2ef18e09c4ed922ca162a181e66171bb9c6a79b4 /gyp/tools.gyp
parent1b6c73d67a8a7666e13fe774cfed3bc6f38538f5 (diff)
Add an SKP to PDF rendered. test_pdfs.py will be hooked up in buildbot testing later.
Review URL: https://codereview.appspot.com/6610056 git-svn-id: http://skia.googlecode.com/svn/trunk@5880 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gyp/tools.gyp')
-rw-r--r--gyp/tools.gyp33
1 files changed, 33 insertions, 0 deletions
diff --git a/gyp/tools.gyp b/gyp/tools.gyp
index 69c6cae11a..eb2d31cf7f 100644
--- a/gyp/tools.gyp
+++ b/gyp/tools.gyp
@@ -140,6 +140,39 @@
],
},
{
+ 'target_name': 'render_pdfs',
+ 'type': 'executable',
+ 'sources': [
+ '../tools/render_pdfs_main.cpp',
+ ],
+ 'include_dirs': [
+ '../src/pipe/utils/',
+ ],
+ 'dependencies': [
+ 'core.gyp:core',
+ 'effects.gyp:effects',
+ 'images.gyp:images',
+ 'ports.gyp:ports',
+ 'tools.gyp:pdf_renderer',
+ 'tools.gyp:picture_utils',
+ ],
+ },
+ {
+ 'target_name': 'pdf_renderer',
+ 'type': 'static_library',
+ 'sources': [
+ '../tools/PdfRenderer.cpp',
+ '../tools/PdfRenderer.h',
+ ],
+ 'include_dirs': [
+ '../src/utils/',
+ ],
+ 'dependencies': [
+ 'core.gyp:core',
+ 'pdf.gyp:pdf',
+ ],
+ },
+ {
'target_name': 'picture_utils',
'type': 'static_library',
'sources': [