diff options
author | dsinclair <dsinclair@chromium.org> | 2016-09-29 11:58:38 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-09-29 11:58:38 -0700 |
commit | 166bc16e15a5be72fe19da97504b4837967333ff (patch) | |
tree | ec6d5e2e997840e51fc10d7bc9f709448bdb9152 /xfa/fxfa/app/DEPS | |
parent | 1771a71f8140944eafa66f0e1f0779de4c0631af (diff) | |
download | pdfium-166bc16e15a5be72fe19da97504b4837967333ff.tar.xz |
Move core/fpdfapi/fpdf_font/include to core/fpdfapi/fpdf_font
BUG=pdfium:611
Review-Url: https://codereview.chromium.org/2375283003
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 2f7428f6bf..3c47627df8 100644 --- a/xfa/fxfa/app/DEPS +++ b/xfa/fxfa/app/DEPS @@ -1,6 +1,6 @@ include_rules = [ '+core/fdrm/crypto', - '+core/fpdfapi/fpdf_font/include', + '+core/fpdfapi/fpdf_font', '+core/fpdfapi/fpdf_page/include', '+core/fpdfapi/fpdf_parser/include', '+core/fpdfdoc/include', |