aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-01-10 19:09:00 +0000
committerGravatar commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-01-10 19:09:00 +0000
commit1066f0837892102399a323b8883417cc368f0342 (patch)
treeb636aed076867a339f604a318218efc5cad2c7a1 /gyp
parent5c6f1d4424191539ebe5a5c3db883716d67efe12 (diff)
If poppler is disable and native pdf is enabled, we still need SkPDFRasterizer.cpp
R=reed@google.com TBR=reed@google.com NOTREECHECKS=true NOTRY=true Author: vandebo@chromium.org Review URL: https://codereview.chromium.org/133583004 git-svn-id: http://skia.googlecode.com/svn/trunk@13025 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gyp')
-rw-r--r--gyp/gm.gyp8
1 files changed, 5 insertions, 3 deletions
diff --git a/gyp/gm.gyp b/gyp/gm.gyp
index 657bc560ea..971fce5d35 100644
--- a/gyp/gm.gyp
+++ b/gyp/gm.gyp
@@ -62,6 +62,11 @@
'pdf.gyp:pdf',
],
'conditions': [
+ ['skia_run_pdfviewer_in_gm or skia_poppler_enabled', {
+ 'sources': [
+ '../src/utils/SkPDFRasterizer.cpp',
+ ],
+ }],
['skia_run_pdfviewer_in_gm', {
'defines': [
'SK_BUILD_NATIVE_PDF_RENDERER',
@@ -77,9 +82,6 @@
'dependencies': [
'poppler.gyp:libpoppler-cpp-gpl',
],
- 'sources': [
- '../src/utils/SkPDFRasterizer.cpp',
- ],
'defines': [
'SK_BUILD_POPPLER',
],