Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(104)

Unified Diff: BUILD.gn

Issue 1876023003: Remove ICodec_* Interfaces. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | core/fpdfapi/fpdf_basic_module.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 6a51815ffcdc615c2c20c4a943a58788680ce886..81e43a15e7fdb598f5e3b44b275fc823c7f57142 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -502,6 +502,14 @@ static_library("fxcodec") {
"//third_party:jpeg",
]
sources = [
+ "core/fxcodec/codec/ccodec_basicmodule.h",
+ "core/fxcodec/codec/ccodec_faxmodule.h",
+ "core/fxcodec/codec/ccodec_flatemodule.h",
+ "core/fxcodec/codec/ccodec_iccmodule.h",
+ "core/fxcodec/codec/ccodec_jbig2module.h",
+ "core/fxcodec/codec/ccodec_jpegmodule.h",
+ "core/fxcodec/codec/ccodec_jpxmodule.h",
+ "core/fxcodec/codec/ccodec_scanlinedecoder.h",
"core/fxcodec/codec/codec_int.h",
"core/fxcodec/codec/fx_codec.cpp",
"core/fxcodec/codec/fx_codec_fax.cpp",
@@ -556,12 +564,16 @@ static_library("fxcodec") {
include_dirs = []
if (pdf_enable_xfa) {
sources += [
+ "core/fxcodec/codec/ccodec_bmpmodule.h",
+ "core/fxcodec/codec/ccodec_gifmodule.h",
+ "core/fxcodec/codec/ccodec_pngmodule.h",
+ "core/fxcodec/codec/ccodec_tiffmodule.h",
"core/fxcodec/codec/fx_codec_bmp.cpp",
"core/fxcodec/codec/fx_codec_gif.cpp",
"core/fxcodec/codec/fx_codec_png.cpp",
"core/fxcodec/codec/fx_codec_progress.cpp",
- "core/fxcodec/codec/fx_codec_progress.h",
"core/fxcodec/codec/fx_codec_tiff.cpp",
+ "core/fxcodec/codec/include/ccodec_progressivedecoder.h",
"core/fxcodec/lbmp/fx_bmp.cpp",
"core/fxcodec/lbmp/fx_bmp.h",
"core/fxcodec/lgif/fx_gif.cpp",
« no previous file with comments | « no previous file | core/fpdfapi/fpdf_basic_module.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698