aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-08-26 13:47:20 +0000
committerGravatar robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-08-26 13:47:20 +0000
commit62aa8d614893acbc9a4b97746f3daa278d41e088 (patch)
tree2a86f727733cc4a7f02d06c39f75a15dcf34cb08
parent57c5672901674ea904025f9552c4603f8a83d28e (diff)
Update pdf.gypi to actually work with Chromium
-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 ce4c59f8c5..0ac8d45a51 100644
--- a/gyp/pdf.gyp
+++ b/gyp/pdf.gyp
@@ -19,6 +19,8 @@
],
'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
],
# This section makes all targets that depend on this target
# #define SK_SUPPORT_PDF and have access to the pdf header files.
diff --git a/gyp/pdf.gypi b/gyp/pdf.gypi
index a4b339214e..d9a1bc4249 100644
--- a/gyp/pdf.gypi
+++ b/gyp/pdf.gypi
@@ -36,8 +36,6 @@
'<(skia_src_path)/pdf/SkPDFUtils.cpp',
'<(skia_src_path)/pdf/SkPDFUtils.h',
'<(skia_src_path)/pdf/SkTSet.h',
-
- '<(skia_src_path)/doc/SkDocument_PDF.cpp',
],
}