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

Side by Side 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 PDFium Authors. All rights reserved. 1 # Copyright 2015 PDFium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 # TODO(thakis): Enable this, pdfium:29 7 # TODO(thakis): Enable this, pdfium:29
8 #'chromium_code': 1, 8 #'chromium_code': 1,
9 9
10 'variables': { 10 'variables': {
(...skipping 507 matching lines...) Expand 10 before | Expand all | Expand 10 after
518 'dependencies': [ 518 'dependencies': [
519 '<(libjpeg_gyp_path):libjpeg', 519 '<(libjpeg_gyp_path):libjpeg',
520 'third_party/third_party.gyp:fx_lcms2', 520 'third_party/third_party.gyp:fx_lcms2',
521 'third_party/third_party.gyp:fx_libopenjpeg', 521 'third_party/third_party.gyp:fx_libopenjpeg',
522 'third_party/third_party.gyp:fx_zlib', 522 'third_party/third_party.gyp:fx_zlib',
523 ], 523 ],
524 'sources': [ 524 'sources': [
525 'core/fxcodec/include/fx_codec.h', 525 'core/fxcodec/include/fx_codec.h',
526 'core/fxcodec/include/fx_codec_def.h', 526 'core/fxcodec/include/fx_codec_def.h',
527 'core/fxcodec/include/fx_codec_flate.h', 527 'core/fxcodec/include/fx_codec_flate.h',
528 'core/fxcodec/codec/ccodec_basicmodule.h',
529 'core/fxcodec/codec/ccodec_faxmodule.h',
530 'core/fxcodec/codec/ccodec_flatemodule.h',
531 'core/fxcodec/codec/ccodec_iccmodule.h',
532 'core/fxcodec/codec/ccodec_jbig2module.h',
533 'core/fxcodec/codec/ccodec_jpegmodule.h',
534 'core/fxcodec/codec/ccodec_jpxmodule.h',
535 'core/fxcodec/codec/ccodec_scanlinedecoder.h',
528 'core/fxcodec/codec/codec_int.h', 536 'core/fxcodec/codec/codec_int.h',
529 'core/fxcodec/codec/fx_codec.cpp', 537 'core/fxcodec/codec/fx_codec.cpp',
530 'core/fxcodec/codec/fx_codec_fax.cpp', 538 'core/fxcodec/codec/fx_codec_fax.cpp',
531 'core/fxcodec/codec/fx_codec_flate.cpp', 539 'core/fxcodec/codec/fx_codec_flate.cpp',
532 'core/fxcodec/codec/fx_codec_icc.cpp', 540 'core/fxcodec/codec/fx_codec_icc.cpp',
533 'core/fxcodec/codec/fx_codec_jbig.cpp', 541 'core/fxcodec/codec/fx_codec_jbig.cpp',
534 'core/fxcodec/codec/fx_codec_jpeg.cpp', 542 'core/fxcodec/codec/fx_codec_jpeg.cpp',
535 'core/fxcodec/codec/fx_codec_jpx_opj.cpp', 543 'core/fxcodec/codec/fx_codec_jpx_opj.cpp',
536 'core/fxcodec/jbig2/JBig2_ArithDecoder.cpp', 544 'core/fxcodec/jbig2/JBig2_ArithDecoder.cpp',
537 'core/fxcodec/jbig2/JBig2_ArithDecoder.h', 545 'core/fxcodec/jbig2/JBig2_ArithDecoder.h',
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
580 'WarnAsError': 'false', 588 'WarnAsError': 'false',
581 }, 589 },
582 }, 590 },
583 'conditions': [ 591 'conditions': [
584 ['pdf_enable_xfa==1', { 592 ['pdf_enable_xfa==1', {
585 'dependencies': [ 593 'dependencies': [
586 'third_party/third_party.gyp:fx_lpng', 594 'third_party/third_party.gyp:fx_lpng',
587 'third_party/third_party.gyp:fx_tiff', 595 'third_party/third_party.gyp:fx_tiff',
588 ], 596 ],
589 'sources': [ 597 'sources': [
598 'core/fxcodec/codec/ccodec_bmpmodule.h',
599 'core/fxcodec/codec/ccodec_gifmodule.h',
600 'core/fxcodec/codec/ccodec_pngmodule.h',
601 'core/fxcodec/codec/ccodec_tiffmodule.h',
590 'core/fxcodec/codec/fx_codec_bmp.cpp', 602 'core/fxcodec/codec/fx_codec_bmp.cpp',
591 'core/fxcodec/codec/fx_codec_gif.cpp', 603 'core/fxcodec/codec/fx_codec_gif.cpp',
592 'core/fxcodec/codec/fx_codec_png.cpp', 604 'core/fxcodec/codec/fx_codec_png.cpp',
593 'core/fxcodec/codec/fx_codec_progress.cpp', 605 'core/fxcodec/codec/fx_codec_progress.cpp',
594 'core/fxcodec/codec/fx_codec_progress.h',
595 'core/fxcodec/codec/fx_codec_tiff.cpp', 606 'core/fxcodec/codec/fx_codec_tiff.cpp',
607 'core/fxcodec/codec/include/ccodec_progressivedecoder.h',
596 'core/fxcodec/lbmp/fx_bmp.cpp', 608 'core/fxcodec/lbmp/fx_bmp.cpp',
597 'core/fxcodec/lbmp/fx_bmp.h', 609 'core/fxcodec/lbmp/fx_bmp.h',
598 'core/fxcodec/lgif/fx_gif.cpp', 610 'core/fxcodec/lgif/fx_gif.cpp',
599 'core/fxcodec/lgif/fx_gif.h', 611 'core/fxcodec/lgif/fx_gif.h',
600 ], 612 ],
601 }], 613 }],
602 ['os_posix==1', { 614 ['os_posix==1', {
603 # core/fxcodec/fx_libopenjpeg/src/fx_mct.c does an pointer-to-int 615 # core/fxcodec/fx_libopenjpeg/src/fx_mct.c does an pointer-to-int
604 # conversion to check that an address is 16-bit aligned (benign). 616 # conversion to check that an address is 16-bit aligned (benign).
605 'cflags_c': [ '-Wno-pointer-to-int-cast' ], 617 'cflags_c': [ '-Wno-pointer-to-int-cast' ],
(...skipping 462 matching lines...) Expand 10 before | Expand all | Expand 10 after
1068 'fpdfsdk/fpdfxfa/include/fpdfxfa_app.h', 1080 'fpdfsdk/fpdfxfa/include/fpdfxfa_app.h',
1069 'fpdfsdk/fpdfxfa/include/fpdfxfa_doc.h', 1081 'fpdfsdk/fpdfxfa/include/fpdfxfa_doc.h',
1070 'fpdfsdk/fpdfxfa/include/fpdfxfa_page.h', 1082 'fpdfsdk/fpdfxfa/include/fpdfxfa_page.h',
1071 'fpdfsdk/fpdfxfa/include/fpdfxfa_util.h', 1083 'fpdfsdk/fpdfxfa/include/fpdfxfa_util.h',
1072 ], 1084 ],
1073 }, 1085 },
1074 ] 1086 ]
1075 }], 1087 }],
1076 ] 1088 ]
1077 } 1089 }
OLDNEW
« 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