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

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
Index: pdfium.gyp
diff --git a/pdfium.gyp b/pdfium.gyp
index 02a6f1eacbaa5a79cc13ebf28433376a5d44f4fa..8399f2bede44699b729ddeaf6e879159b5df1862 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',

Powered by Google App Engine
This is Rietveld 408576698