diff options
author | dsinclair <dsinclair@chromium.org> | 2016-04-06 12:09:37 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-04-06 12:09:37 -0700 |
commit | e530fb7976922c4934812f8721e7550ced17786b (patch) | |
tree | 8d1f4ca3dbaa4426acadb037555618021b52e791 /xfa/fxfa/app/DEPS | |
parent | 4e20094dbb2ea942734b8986fa9a60d2f3ccbb1b (diff) | |
download | pdfium-e530fb7976922c4934812f8721e7550ced17786b.tar.xz |
Move remaining fpdfdoc files
This CL moves the last two fpdfdoc files from core/include/fpdfdoc to
core/fpdfdoc/include.
Review URL: https://codereview.chromium.org/1864163002
Diffstat (limited to 'xfa/fxfa/app/DEPS')
-rw-r--r-- | xfa/fxfa/app/DEPS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xfa/fxfa/app/DEPS b/xfa/fxfa/app/DEPS index a1911963de..7c067f228f 100644 --- a/xfa/fxfa/app/DEPS +++ b/xfa/fxfa/app/DEPS @@ -3,4 +3,5 @@ include_rules = [ '+core/fpdfapi/fpdf_font/include', '+core/fpdfapi/fpdf_page/include', '+core/fpdfapi/fpdf_parser/include', + '+core/fpdfdoc/include', ] |