diff options
author | dsinclair <dsinclair@chromium.org> | 2016-09-29 13:25:38 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-09-29 13:25:38 -0700 |
commit | e0307861b8e55c9f44e947d8bf82b9c16ec9b963 (patch) | |
tree | 654937116d5744b207cdb005d6aa55ef7a160d79 /fpdfsdk/DEPS | |
parent | 1727aee85f22d9403e6cd8a0f786b9b7c0a2740a (diff) | |
download | pdfium-e0307861b8e55c9f44e947d8bf82b9c16ec9b963.tar.xz |
Move core/fpdftext/include to core/fpdftext
BUG=pdfium:611
Review-Url: https://codereview.chromium.org/2383563002
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 30e2079961..8fc863dda3 100644 --- a/fpdfsdk/DEPS +++ b/fpdfsdk/DEPS @@ -1,5 +1,5 @@ include_rules = [ - '+core/fpdftext/include', + '+core/fpdftext', '+core/fpdfapi', '+core/fpdfapi/fpdf_edit', '+core/fpdfapi/fpdf_page', |