diff options
author | dsinclair <dsinclair@chromium.org> | 2016-09-29 17:41:42 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-09-29 17:41:42 -0700 |
commit | 202ad7238489934ba0c64760de5f95782b36a213 (patch) | |
tree | 629937d0f0777fd4198e361bc6526bec44f5eb81 /fpdfsdk/DEPS | |
parent | 435546810a7c48f09889c00600ad344850b71f95 (diff) | |
download | pdfium-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/DEPS')
-rw-r--r-- | fpdfsdk/DEPS | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fpdfsdk/DEPS b/fpdfsdk/DEPS index 0fed7f3228..840666d996 100644 --- a/fpdfsdk/DEPS +++ b/fpdfsdk/DEPS @@ -11,7 +11,7 @@ include_rules = [ '+core/fxge', '+public', '+v8', - '+xfa/fwl/core/include', + '+xfa/fwl/core', '+xfa/fxfa/include', - '+xfa/fxgraphics/include', + '+xfa/fxgraphics', ] |