aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
Diffstat (limited to 'gyp')
-rw-r--r--gyp/pdf.gyp2
-rw-r--r--gyp/pdf.gypi2
2 files changed, 2 insertions, 2 deletions
diff --git a/gyp/pdf.gyp b/gyp/pdf.gyp
index e5923e7483..76b23bb3a7 100644
--- a/gyp/pdf.gyp
+++ b/gyp/pdf.gyp
@@ -21,8 +21,6 @@
],
'sources': [
'pdf.gypi', # Makes the gypi appear in IDEs (but does not modify the build).
-
- '../src/doc/SkDocument_PDF.cpp', # Chromium does use this file
],
'conditions': [
[ 'skia_android_framework', {
diff --git a/gyp/pdf.gypi b/gyp/pdf.gypi
index 1a6daf5f1d..e4cb958e1c 100644
--- a/gyp/pdf.gypi
+++ b/gyp/pdf.gypi
@@ -10,6 +10,8 @@
'<(skia_include_path)/pdf/SkPDFDevice.h',
'<(skia_include_path)/pdf/SkPDFDocument.h',
+ '<(skia_src_path)/doc/SkDocument_PDF.cpp',
+
'<(skia_src_path)/pdf/SkPDFCatalog.cpp',
'<(skia_src_path)/pdf/SkPDFCatalog.h',
'<(skia_src_path)/pdf/SkPDFDevice.cpp',