diff options
author | dsinclair <dsinclair@chromium.org> | 2016-09-29 16:52:30 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-09-29 16:52:30 -0700 |
commit | bec76925d40d28e6c26ca4bb456368ff5f69a607 (patch) | |
tree | 40ce9dfa2bcc76939eda75cfa2b072ec181d4633 /fpdfsdk/fpdfxfa/DEPS | |
parent | 74a34fc71ab02400a4c958709138302a1ab4c0e7 (diff) | |
download | pdfium-bec76925d40d28e6c26ca4bb456368ff5f69a607.tar.xz |
Move fpdfsdk/fpdfxfa/include to fpdfsdk/fpdfxfa
BUG=pdfium:611
Review-Url: https://codereview.chromium.org/2381993002
Diffstat (limited to 'fpdfsdk/fpdfxfa/DEPS')
-rw-r--r-- | fpdfsdk/fpdfxfa/DEPS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fpdfsdk/fpdfxfa/DEPS b/fpdfsdk/fpdfxfa/DEPS index 7f85f28f8b..b9a370408a 100644 --- a/fpdfsdk/fpdfxfa/DEPS +++ b/fpdfsdk/fpdfxfa/DEPS @@ -1,3 +1,4 @@ include_rules = [ + '+xfa/fwl/core/include', '+xfa/fxbarcode/include', ] |