aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar halcanary <halcanary@google.com>2014-11-16 08:26:54 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2014-11-16 08:26:54 -0800
commita27ef58a50245fd1c55f92dca4e7a52f7b82f297 (patch)
tree4fa79a1b00acbc41ce669e92f62572bd590e1990 /gyp
parent9f61eff52f1c745d92da4659dd47fec7474a6b14 (diff)
Move SkDocument_PDF.cpp into pdf.gypi - now standard PDF API
TBR=reed@google.com Review URL: https://codereview.chromium.org/714223002
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',