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

Unified Diff: pdfium.gyp

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 | « core/fxge/ge/fx_ge_text.cpp ('k') | xfa/fxbarcode/BC_BufferedImageLuminanceSource.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pdfium.gyp
diff --git a/pdfium.gyp b/pdfium.gyp
index 6fe4adf1f927838a6c6ee717a7564b83cd33fb3e..32e2d029a08e2833a9b7bb5521ed8f5f1c7e75ae 100644
--- a/pdfium.gyp
+++ b/pdfium.gyp
@@ -525,6 +525,14 @@
'core/fxcodec/include/fx_codec.h',
'core/fxcodec/include/fx_codec_def.h',
'core/fxcodec/include/fx_codec_flate.h',
+ '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',
@@ -587,12 +595,16 @@
'third_party/third_party.gyp:fx_tiff',
],
'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 | « core/fxge/ge/fx_ge_text.cpp ('k') | xfa/fxbarcode/BC_BufferedImageLuminanceSource.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698