summaryrefslogtreecommitdiff
path: root/xfa/fxfa/app/DEPS
diff options
context:
space:
mode:
authordsinclair <dsinclair@chromium.org>2016-04-12 11:21:22 -0700
committerCommit bot <commit-bot@chromium.org>2016-04-12 11:21:23 -0700
commitd55e11eeb8ebf1e226a1166f395ba77248ce84c3 (patch)
treec28b1c1d6ac1597e569618cdeb02e3e0009bf8ed /xfa/fxfa/app/DEPS
parentea98238666e33cd16b69cb23dcaca047c21c9998 (diff)
downloadpdfium-d55e11eeb8ebf1e226a1166f395ba77248ce84c3.tar.xz
Remove ICodec_* Interfaces.
All of the ICodec_* interfaces had a single implementation. This CL removes the interfaces and uses the concrete classes in their place. BUG=pdfium:468 Review URL: https://codereview.chromium.org/1876023003
Diffstat (limited to 'xfa/fxfa/app/DEPS')
-rw-r--r--xfa/fxfa/app/DEPS1
1 files changed, 1 insertions, 0 deletions
diff --git a/xfa/fxfa/app/DEPS b/xfa/fxfa/app/DEPS
index 7177840ec6..53c19d1aa9 100644
--- a/xfa/fxfa/app/DEPS
+++ b/xfa/fxfa/app/DEPS
@@ -5,4 +5,5 @@ include_rules = [
'+core/fpdfapi/fpdf_parser/include',
'+core/fpdfdoc/include',
'+core/fxcodec/include',
+ '+core/fxcodec/codec/include',
]