aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/pdfviewer.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'gyp/pdfviewer.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',