summaryrefslogtreecommitdiff
path: root/fpdfsdk/fpdfxfa/DEPS
diff options
context:
space:
mode:
authordsinclair <dsinclair@chromium.org>2016-09-29 17:41:42 -0700
committerCommit bot <commit-bot@chromium.org>2016-09-29 17:41:42 -0700
commit202ad7238489934ba0c64760de5f95782b36a213 (patch)
tree629937d0f0777fd4198e361bc6526bec44f5eb81 /fpdfsdk/fpdfxfa/DEPS
parent435546810a7c48f09889c00600ad344850b71f95 (diff)
downloadpdfium-202ad7238489934ba0c64760de5f95782b36a213.tar.xz
Move xfa/{fwl,fxbarcode,fxgraphics}/include up to parent
BUG=pdfium:611 Review-Url: https://codereview.chromium.org/2383583002
Diffstat (limited to 'fpdfsdk/fpdfxfa/DEPS')
-rw-r--r--fpdfsdk/fpdfxfa/DEPS4
1 files changed, 2 insertions, 2 deletions
diff --git a/fpdfsdk/fpdfxfa/DEPS b/fpdfsdk/fpdfxfa/DEPS
index b9a370408a..212c6ccf65 100644
--- a/fpdfsdk/fpdfxfa/DEPS
+++ b/fpdfsdk/fpdfxfa/DEPS
@@ -1,4 +1,4 @@
include_rules = [
- '+xfa/fwl/core/include',
- '+xfa/fxbarcode/include',
+ '+xfa/fwl/core',
+ '+xfa/fxbarcode',
]