From d55e11eeb8ebf1e226a1166f395ba77248ce84c3 Mon Sep 17 00:00:00 2001 From: dsinclair Date: Tue, 12 Apr 2016 11:21:22 -0700 Subject: 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 --- xfa/fxfa/app/DEPS | 1 + 1 file changed, 1 insertion(+) (limited to 'xfa/fxfa/app/DEPS') 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', ] -- cgit v1.2.3