diff options
author | dsinclair <dsinclair@chromium.org> | 2016-09-29 10:00:05 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-09-29 10:00:05 -0700 |
commit | b1469a2c89d338c7fc3e9029405c8bc7e1018b84 (patch) | |
tree | ca818551335f3ea431762cbb1fe2f50eca89b3d9 /xfa/fxfa/app/DEPS | |
parent | f7a0d695b7e4f7b0dede23605ef449145aaa6d5a (diff) | |
download | pdfium-b1469a2c89d338c7fc3e9029405c8bc7e1018b84.tar.xz |
Move core/fdrm/crypto/include to core/fdrm/crypto
BUG=pdfium:611
Review-Url: https://codereview.chromium.org/2374413002
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 53c19d1aa9..2f7428f6bf 100644 --- a/xfa/fxfa/app/DEPS +++ b/xfa/fxfa/app/DEPS @@ -1,5 +1,5 @@ include_rules = [ - '+core/fdrm/crypto/include', + '+core/fdrm/crypto', '+core/fpdfapi/fpdf_font/include', '+core/fpdfapi/fpdf_page/include', '+core/fpdfapi/fpdf_parser/include', |