diff options
author | edisonn@google.com <edisonn@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-10-10 16:42:26 +0000 |
---|---|---|
committer | edisonn@google.com <edisonn@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-10-10 16:42:26 +0000 |
commit | 8f338a3eebc4321d4048c10133eccb65edd8bc34 (patch) | |
tree | ce2af5fd28bb79258d8a0ea502dd90fa6c902467 /gyp | |
parent | 36d6edac9f3e63d9a5f499d0076550d08b80eaca (diff) |
Fix build break. a cpp file was not included in the checkin list. will send to code review and check it in too
git-svn-id: http://skia.googlecode.com/svn/trunk@5885 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gyp')
-rw-r--r-- | gyp/tools.gyp | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/gyp/tools.gyp b/gyp/tools.gyp index eb2d31cf7f..69c6cae11a 100644 --- a/gyp/tools.gyp +++ b/gyp/tools.gyp @@ -140,39 +140,6 @@ ], }, { - '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': [ |