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

Side by Side Diff: pdfium.gyp

Issue 2071953002: Remove unused code. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Rebase to master Created 4 years, 6 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 | « fpdfsdk/pdfwindow/PWL_Signature.cpp ('k') | xfa.gyp » ('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 'chromium_code': 1, 7 'chromium_code': 1,
8 8
9 'variables': { 9 'variables': {
10 'clang_use_pdfium_plugins%': 0, 10 'clang_use_pdfium_plugins%': 0,
(...skipping 491 matching lines...) Expand 10 before | Expand all | Expand 10 after
502 'type': 'static_library', 502 'type': 'static_library',
503 'dependencies': [ 503 'dependencies': [
504 '<(libjpeg_gyp_path):libjpeg', 504 '<(libjpeg_gyp_path):libjpeg',
505 'third_party/third_party.gyp:fx_lcms2', 505 'third_party/third_party.gyp:fx_lcms2',
506 'third_party/third_party.gyp:fx_libopenjpeg', 506 'third_party/third_party.gyp:fx_libopenjpeg',
507 'third_party/third_party.gyp:fx_zlib', 507 'third_party/third_party.gyp:fx_zlib',
508 ], 508 ],
509 'sources': [ 509 'sources': [
510 'core/fxcodec/include/fx_codec.h', 510 'core/fxcodec/include/fx_codec.h',
511 'core/fxcodec/include/fx_codec_def.h', 511 'core/fxcodec/include/fx_codec_def.h',
512 'core/fxcodec/include/fx_codec_flate.h',
513 'core/fxcodec/codec/ccodec_basicmodule.h', 512 'core/fxcodec/codec/ccodec_basicmodule.h',
514 'core/fxcodec/codec/ccodec_faxmodule.h', 513 'core/fxcodec/codec/ccodec_faxmodule.h',
515 'core/fxcodec/codec/ccodec_flatemodule.h', 514 'core/fxcodec/codec/ccodec_flatemodule.h',
516 'core/fxcodec/codec/ccodec_iccmodule.h', 515 'core/fxcodec/codec/ccodec_iccmodule.h',
517 'core/fxcodec/codec/ccodec_jbig2module.h', 516 'core/fxcodec/codec/ccodec_jbig2module.h',
518 'core/fxcodec/codec/ccodec_jpegmodule.h', 517 'core/fxcodec/codec/ccodec_jpegmodule.h',
519 'core/fxcodec/codec/ccodec_jpxmodule.h', 518 'core/fxcodec/codec/ccodec_jpxmodule.h',
520 'core/fxcodec/codec/ccodec_scanlinedecoder.h', 519 'core/fxcodec/codec/ccodec_scanlinedecoder.h',
521 'core/fxcodec/codec/codec_int.h', 520 'core/fxcodec/codec/codec_int.h',
522 'core/fxcodec/codec/fx_codec.cpp', 521 'core/fxcodec/codec/fx_codec.cpp',
(...skipping 259 matching lines...) Expand 10 before | Expand all | Expand 10 after
782 'fpdfsdk/pdfwindow/PWL_ComboBox.cpp', 781 'fpdfsdk/pdfwindow/PWL_ComboBox.cpp',
783 'fpdfsdk/pdfwindow/PWL_ComboBox.h', 782 'fpdfsdk/pdfwindow/PWL_ComboBox.h',
784 'fpdfsdk/pdfwindow/PWL_Edit.cpp', 783 'fpdfsdk/pdfwindow/PWL_Edit.cpp',
785 'fpdfsdk/pdfwindow/PWL_Edit.h', 784 'fpdfsdk/pdfwindow/PWL_Edit.h',
786 'fpdfsdk/pdfwindow/PWL_EditCtrl.cpp', 785 'fpdfsdk/pdfwindow/PWL_EditCtrl.cpp',
787 'fpdfsdk/pdfwindow/PWL_EditCtrl.h', 786 'fpdfsdk/pdfwindow/PWL_EditCtrl.h',
788 'fpdfsdk/pdfwindow/PWL_FontMap.cpp', 787 'fpdfsdk/pdfwindow/PWL_FontMap.cpp',
789 'fpdfsdk/pdfwindow/PWL_FontMap.h', 788 'fpdfsdk/pdfwindow/PWL_FontMap.h',
790 'fpdfsdk/pdfwindow/PWL_Icon.cpp', 789 'fpdfsdk/pdfwindow/PWL_Icon.cpp',
791 'fpdfsdk/pdfwindow/PWL_Icon.h', 790 'fpdfsdk/pdfwindow/PWL_Icon.h',
792 'fpdfsdk/pdfwindow/PWL_IconList.cpp',
793 'fpdfsdk/pdfwindow/PWL_IconList.h',
794 'fpdfsdk/pdfwindow/PWL_Label.cpp',
795 'fpdfsdk/pdfwindow/PWL_Label.h',
796 'fpdfsdk/pdfwindow/PWL_ListBox.cpp', 791 'fpdfsdk/pdfwindow/PWL_ListBox.cpp',
797 'fpdfsdk/pdfwindow/PWL_ListBox.h', 792 'fpdfsdk/pdfwindow/PWL_ListBox.h',
798 'fpdfsdk/pdfwindow/PWL_ListCtrl.cpp',
799 'fpdfsdk/pdfwindow/PWL_ListCtrl.h',
800 'fpdfsdk/pdfwindow/PWL_ScrollBar.cpp', 793 'fpdfsdk/pdfwindow/PWL_ScrollBar.cpp',
801 'fpdfsdk/pdfwindow/PWL_ScrollBar.h', 794 'fpdfsdk/pdfwindow/PWL_ScrollBar.h',
802 'fpdfsdk/pdfwindow/PWL_Signature.cpp',
803 'fpdfsdk/pdfwindow/PWL_Signature.h',
804 'fpdfsdk/pdfwindow/PWL_SpecialButton.cpp', 795 'fpdfsdk/pdfwindow/PWL_SpecialButton.cpp',
805 'fpdfsdk/pdfwindow/PWL_SpecialButton.h', 796 'fpdfsdk/pdfwindow/PWL_SpecialButton.h',
806 'fpdfsdk/pdfwindow/PWL_Utils.cpp', 797 'fpdfsdk/pdfwindow/PWL_Utils.cpp',
807 'fpdfsdk/pdfwindow/PWL_Utils.h', 798 'fpdfsdk/pdfwindow/PWL_Utils.h',
808 'fpdfsdk/pdfwindow/PWL_Wnd.cpp', 799 'fpdfsdk/pdfwindow/PWL_Wnd.cpp',
809 'fpdfsdk/pdfwindow/PWL_Wnd.h', 800 'fpdfsdk/pdfwindow/PWL_Wnd.h',
810 ], 801 ],
811 }, 802 },
812 { 803 {
813 'target_name': 'javascript', 804 'target_name': 'javascript',
(...skipping 251 matching lines...) Expand 10 before | Expand all | Expand 10 after
1065 'fpdfsdk/fpdfxfa/include/fpdfxfa_app.h', 1056 'fpdfsdk/fpdfxfa/include/fpdfxfa_app.h',
1066 'fpdfsdk/fpdfxfa/include/fpdfxfa_doc.h', 1057 'fpdfsdk/fpdfxfa/include/fpdfxfa_doc.h',
1067 'fpdfsdk/fpdfxfa/include/fpdfxfa_page.h', 1058 'fpdfsdk/fpdfxfa/include/fpdfxfa_page.h',
1068 'fpdfsdk/fpdfxfa/include/fpdfxfa_util.h', 1059 'fpdfsdk/fpdfxfa/include/fpdfxfa_util.h',
1069 ], 1060 ],
1070 }, 1061 },
1071 ] 1062 ]
1072 }], 1063 }],
1073 ] 1064 ]
1074 } 1065 }
OLDNEW
« no previous file with comments | « fpdfsdk/pdfwindow/PWL_Signature.cpp ('k') | xfa.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698