aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar edisonn@google.com <edisonn@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-07-24 15:56:19 +0000
committerGravatar edisonn@google.com <edisonn@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-07-24 15:56:19 +0000
commit147adb10f7f80ae721879e08474fd575e719487c (patch)
treeaf415230b5536e7638f3990c22c58cc2ee73d351 /gyp
parentc172cf4faad2e7b0518f988d26bd12aafc761acb (diff)
pdfviewer: remove dependency on picture_utils. add utility function to render SkStream into bitmap.
Review URL: https://codereview.chromium.org/20087003 git-svn-id: http://skia.googlecode.com/svn/trunk@10314 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gyp')
-rw-r--r--gyp/pdfviewer.gyp5
1 files changed, 0 insertions, 5 deletions
diff --git a/gyp/pdfviewer.gyp b/gyp/pdfviewer.gyp
index ae746fdc83..c138d9ff6d 100644
--- a/gyp/pdfviewer.gyp
+++ b/gyp/pdfviewer.gyp
@@ -11,10 +11,6 @@
{
'target_name': 'libpdfviewer',
'type': 'static_library',
- 'cflags': ['-fexceptions'],
- 'cflags_cc': ['-fexceptions'],
- 'cflags!': [ '-fno-exceptions' ],
- 'cflags_cc!': [ '-fno-exceptions' ],
'sources': [
'../experimental/PdfViewer/SkPdfBasics.cpp',
'../experimental/PdfViewer/SkPdfFont.cpp',
@@ -91,7 +87,6 @@
'core.gyp:core',
'flags.gyp:flags',
'libpdfviewer',
- 'tools.gyp:picture_utils',
],
},
],