diff options
author | dsinclair <dsinclair@chromium.org> | 2016-04-06 12:30:31 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-04-06 12:30:32 -0700 |
commit | 86e5474dc4ff7fe0d0850f26f7320e1e57f3fd21 (patch) | |
tree | 38e8d16226cbf0e58c6c242c8954e8e45a4819cd /fpdfsdk/DEPS | |
parent | 088632c37b21cbf3a4668b6094bd04ede021f15e (diff) | |
download | pdfium-86e5474dc4ff7fe0d0850f26f7320e1e57f3fd21.tar.xz |
Move include/fxcodec to fxcodec/include
Review URL: https://codereview.chromium.org/1864153002
Diffstat (limited to 'fpdfsdk/DEPS')
-rw-r--r-- | fpdfsdk/DEPS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fpdfsdk/DEPS b/fpdfsdk/DEPS index 9fa01ac925..514011d0b3 100644 --- a/fpdfsdk/DEPS +++ b/fpdfsdk/DEPS @@ -7,6 +7,7 @@ include_rules = [ '+core/fpdfapi/fpdf_parser/include', '+core/fpdfapi/fpdf_render/include', '+core/fpdfdoc/include', + '+core/fxcodec/include', '+core/fxcrt/include', '+core/fxge/include', '+public', |