diff options
author | dsinclair <dsinclair@chromium.org> | 2016-09-29 20:20:24 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-09-29 20:20:24 -0700 |
commit | 5b4930967676088f2f0e5ce3b25aed77831d678c (patch) | |
tree | 12f6dc7c0a0ee471f11ec8d9b52691e846076b3a /fpdfsdk/DEPS | |
parent | 202ad7238489934ba0c64760de5f95782b36a213 (diff) | |
download | pdfium-5b4930967676088f2f0e5ce3b25aed77831d678c.tar.xz |
Move xfa/fxfa/include to xfa/fxfa
BUG=pdfium:611
Review-Url: https://codereview.chromium.org/2383593002
Diffstat (limited to 'fpdfsdk/DEPS')
-rw-r--r-- | fpdfsdk/DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fpdfsdk/DEPS b/fpdfsdk/DEPS index 840666d996..89f247e9fe 100644 --- a/fpdfsdk/DEPS +++ b/fpdfsdk/DEPS @@ -12,6 +12,6 @@ include_rules = [ '+public', '+v8', '+xfa/fwl/core', - '+xfa/fxfa/include', + '+xfa/fxfa', '+xfa/fxgraphics', ] |