aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/pdf.gyp
diff options
context:
space:
mode:
authorGravatar reed <reed@google.com>2015-01-06 09:54:13 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2015-01-06 09:54:14 -0800
commitefdac514a9846e4ef32e1160fe7f2dae471cef39 (patch)
tree53ab81d241b34d49e0d617e6e0c19f17b4ed8c18 /gyp/pdf.gyp
parent8b1f761365df6652ea9304b6572d2dd91917b9aa (diff)
Revert "Remove SkPDFDocument and SkPDFDevice from the public headers."
This reverts commit 8b1f761365df6652ea9304b6572d2dd91917b9aa. BUG=skia: TBR= NOTRY=True NOTREECHECKS=True Review URL: https://codereview.chromium.org/839603002
Diffstat (limited to 'gyp/pdf.gyp')
-rw-r--r--gyp/pdf.gyp6
1 files changed, 6 insertions, 0 deletions
diff --git a/gyp/pdf.gyp b/gyp/pdf.gyp
index e14990946c..76b23bb3a7 100644
--- a/gyp/pdf.gyp
+++ b/gyp/pdf.gyp
@@ -14,6 +14,7 @@
'pdf.gypi',
],
'include_dirs': [
+ '../include/pdf',
'../src/core', # needed to get SkGlyphCache.h and SkTextFormatParams.h
'../src/pdf',
'../src/utils', # needed to get SkBitSet.h
@@ -35,10 +36,15 @@
}
],
],
+ # This section makes all targets that depend on this target
+ # #define SK_SUPPORT_PDF and have access to the pdf header files.
'direct_dependent_settings': {
'defines': [
'SK_SUPPORT_PDF',
],
+ 'include_dirs': [
+ '../include/pdf',
+ ],
},
},
],