aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar edisonn@google.com <edisonn@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-08-08 12:42:13 +0000
committerGravatar edisonn@google.com <edisonn@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-08-08 12:42:13 +0000
commit768bc6a920427d749fbd5060f33edc866613815c (patch)
treefd8ef4f410c16f02db2522bc81339bde75aafb1a /gyp
parent1efccd297e99e26e1d1c7cc64c6c4328648da66a (diff)
pdfviewer: add ability to run on gpu
Review URL: https://codereview.chromium.org/22684002 git-svn-id: http://skia.googlecode.com/svn/trunk@10638 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gyp')
-rw-r--r--gyp/pdfviewer.gyp6
1 files changed, 2 insertions, 4 deletions
diff --git a/gyp/pdfviewer.gyp b/gyp/pdfviewer.gyp
index 063c294c24..4f6e8ab47e 100644
--- a/gyp/pdfviewer.gyp
+++ b/gyp/pdfviewer.gyp
@@ -72,9 +72,7 @@
'<(SHARED_INTERMEDIATE_DIR)/native/autogen',
],
'dependencies': [
- 'core.gyp:core',
- 'effects.gyp:effects',
- 'images.gyp:images',
+ 'skia_lib.gyp:skia_lib',
'zlib.gyp:zlib',
],
},
@@ -96,7 +94,7 @@
'../experimental/PdfViewer/pdfparser/native/autogen',
],
'dependencies': [
- 'core.gyp:core',
+ 'skia_lib.gyp:skia_lib',
'flags.gyp:flags',
'libpdfviewer',
'chop_transparency',