diff options
author | dsinclair <dsinclair@chromium.org> | 2016-09-29 12:49:17 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-09-29 12:49:17 -0700 |
commit | 39c62fd528854eb4606b8f1917a777532b04db03 (patch) | |
tree | bca67a4a0535d79d1bedd0a823546e36febeba9c /fpdfsdk/DEPS | |
parent | 61df2c78c3fb28bb3c3bd9be90e4c0aa03cd55a6 (diff) | |
download | pdfium-39c62fd528854eb4606b8f1917a777532b04db03.tar.xz |
Move core/fpdfapi/include to core/fpdfapi
BUG=pdfium:611
Review-Url: https://codereview.chromium.org/2376153004
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 accd53e722..f5e84768ff 100644 --- a/fpdfsdk/DEPS +++ b/fpdfsdk/DEPS @@ -1,6 +1,6 @@ include_rules = [ '+core/fpdftext/include', - '+core/fpdfapi/include', + '+core/fpdfapi', '+core/fpdfapi/fpdf_edit', '+core/fpdfapi/fpdf_page', '+core/fpdfapi/fpdf_parser', |