diff options
author | dsinclair <dsinclair@chromium.org> | 2016-09-29 13:12:56 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-09-29 13:12:56 -0700 |
commit | 1727aee85f22d9403e6cd8a0f786b9b7c0a2740a (patch) | |
tree | f443fc8ec5e24a054169d1c566e6d1ad55236c77 /xfa/fxfa/app/DEPS | |
parent | 39c62fd528854eb4606b8f1917a777532b04db03 (diff) | |
download | pdfium-1727aee85f22d9403e6cd8a0f786b9b7c0a2740a.tar.xz |
Move core/fpdfdoc/include to core/fpdfdoc
BUG=pdfium:611
Review-Url: https://codereview.chromium.org/2374383003
Diffstat (limited to 'xfa/fxfa/app/DEPS')
-rw-r--r-- | xfa/fxfa/app/DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fxfa/app/DEPS b/xfa/fxfa/app/DEPS index 5943f04098..abdf53d98f 100644 --- a/xfa/fxfa/app/DEPS +++ b/xfa/fxfa/app/DEPS @@ -3,7 +3,7 @@ include_rules = [ '+core/fpdfapi/fpdf_font', '+core/fpdfapi/fpdf_page', '+core/fpdfapi/fpdf_parser', - '+core/fpdfdoc/include', + '+core/fpdfdoc', '+core/fxcodec/include', '+core/fxcodec/codec/include', ] |