Fix build break. a cpp file was not included in the checkin list. will send to code...
authoredisonn@google.com <edisonn@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Wed, 10 Oct 2012 16:42:26 +0000 (16:42 +0000)
committeredisonn@google.com <edisonn@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Wed, 10 Oct 2012 16:42:26 +0000 (16:42 +0000)
git-svn-id: http://skia.googlecode.com/svn/trunk@5885 2bbb7eff-a529-9590-31e7-b0007b416f81

gyp/tools.gyp

index eb2d31c..69c6cae 100644 (file)
     ],
     },
     {
-      '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': [