summaryrefslogtreecommitdiff
path: root/fpdfsdk/DEPS
diff options
context:
space:
mode:
authorTom Sepez <tsepez@chromium.org>2015-07-14 16:39:16 -0700
committerTom Sepez <tsepez@chromium.org>2015-07-14 16:39:16 -0700
commita4755c6c899c6d29b01b1a0a58dac20b65d361dc (patch)
tree93510c226e95fad960b8b20a9b7e91a7de494d30 /fpdfsdk/DEPS
parentc52710c4eb6a4647696f413df136c7643678a7c5 (diff)
downloadpdfium-a4755c6c899c6d29b01b1a0a58dac20b65d361dc.tar.xz
Add a few include rules for XFA-specific files.
Checkdeps is still pretty noisy on XFA. There is some confusion about finding include files since not all are relative. R=thestig@chromium.org Review URL: https://codereview.chromium.org/1241763003 .
Diffstat (limited to 'fpdfsdk/DEPS')
-rw-r--r--fpdfsdk/DEPS1
1 files changed, 1 insertions, 0 deletions
diff --git a/fpdfsdk/DEPS b/fpdfsdk/DEPS
index 3e7856369b..f7d431cdde 100644
--- a/fpdfsdk/DEPS
+++ b/fpdfsdk/DEPS
@@ -1,4 +1,5 @@
include_rules = [
'+core/include',
'+javascript',
+ '+xfa/include',
]