From d931476503bc3ed2f0f6dda1ca2c18ef03bb1511 Mon Sep 17 00:00:00 2001 From: dsinclair Date: Thu, 16 Jun 2016 14:59:56 -0700 Subject: Remove unused code. This cl removes code that exists but is never called. This includes: * cfwl_formtp * cfwl_widgetdelegate * cfwl_scrollbar * cfwl_theme * cfwl_tooltip * PWL_Label * PWL_ListCtrl * PWL_Signature * PWL_IconList * BC_ResultPoint * BC_CommonPerspectiveTransform * BC_CommonBitSource * BC_PDF417Codeword * fx_codec_flate.h (the .cpp file still exists) Review-Url: https://codereview.chromium.org/2071953002 --- BUILD.gn | 27 --------------------------- 1 file changed, 27 deletions(-) (limited to 'BUILD.gn') diff --git a/BUILD.gn b/BUILD.gn index ab3636857b..e010ace1d4 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -512,7 +512,6 @@ static_library("fxcodec") { "core/fxcodec/codec/fx_codec_jpx_opj.cpp", "core/fxcodec/include/fx_codec.h", "core/fxcodec/include/fx_codec_def.h", - "core/fxcodec/include/fx_codec_flate.h", "core/fxcodec/jbig2/JBig2_ArithDecoder.cpp", "core/fxcodec/jbig2/JBig2_ArithDecoder.h", "core/fxcodec/jbig2/JBig2_ArithIntDecoder.cpp", @@ -765,18 +764,10 @@ static_library("pdfwindow") { "fpdfsdk/pdfwindow/PWL_FontMap.h", "fpdfsdk/pdfwindow/PWL_Icon.cpp", "fpdfsdk/pdfwindow/PWL_Icon.h", - "fpdfsdk/pdfwindow/PWL_IconList.cpp", - "fpdfsdk/pdfwindow/PWL_IconList.h", - "fpdfsdk/pdfwindow/PWL_Label.cpp", - "fpdfsdk/pdfwindow/PWL_Label.h", "fpdfsdk/pdfwindow/PWL_ListBox.cpp", "fpdfsdk/pdfwindow/PWL_ListBox.h", - "fpdfsdk/pdfwindow/PWL_ListCtrl.cpp", - "fpdfsdk/pdfwindow/PWL_ListCtrl.h", "fpdfsdk/pdfwindow/PWL_ScrollBar.cpp", "fpdfsdk/pdfwindow/PWL_ScrollBar.h", - "fpdfsdk/pdfwindow/PWL_Signature.cpp", - "fpdfsdk/pdfwindow/PWL_Signature.h", "fpdfsdk/pdfwindow/PWL_SpecialButton.cpp", "fpdfsdk/pdfwindow/PWL_SpecialButton.h", "fpdfsdk/pdfwindow/PWL_Utils.cpp", @@ -1078,16 +1069,8 @@ if (pdf_enable_xfa) { "xfa/fwl/lightwidget/cfwl_picturebox.h", "xfa/fwl/lightwidget/cfwl_pushbutton.cpp", "xfa/fwl/lightwidget/cfwl_pushbutton.h", - "xfa/fwl/lightwidget/cfwl_scrollbar.cpp", - "xfa/fwl/lightwidget/cfwl_scrollbar.h", - "xfa/fwl/lightwidget/cfwl_theme.cpp", - "xfa/fwl/lightwidget/cfwl_theme.h", - "xfa/fwl/lightwidget/cfwl_tooltip.cpp", - "xfa/fwl/lightwidget/cfwl_tooltip.h", "xfa/fwl/lightwidget/cfwl_widget.cpp", "xfa/fwl/lightwidget/cfwl_widget.h", - "xfa/fwl/lightwidget/cfwl_widgetdelegate.cpp", - "xfa/fwl/lightwidget/cfwl_widgetdelegate.h", "xfa/fwl/lightwidget/cfwl_widgetproperties.cpp", "xfa/fwl/lightwidget/cfwl_widgetproperties.h", "xfa/fwl/theme/cfwl_barcodetp.cpp", @@ -1102,8 +1085,6 @@ if (pdf_enable_xfa) { "xfa/fwl/theme/cfwl_datetimepickertp.h", "xfa/fwl/theme/cfwl_edittp.cpp", "xfa/fwl/theme/cfwl_edittp.h", - "xfa/fwl/theme/cfwl_formtp.cpp", - "xfa/fwl/theme/cfwl_formtp.h", "xfa/fwl/theme/cfwl_listboxtp.cpp", "xfa/fwl/theme/cfwl_listboxtp.h", "xfa/fwl/theme/cfwl_monthcalendartp.cpp", @@ -1120,8 +1101,6 @@ if (pdf_enable_xfa) { "xfa/fxbarcode/BC_Dimension.cpp", "xfa/fxbarcode/BC_Dimension.h", "xfa/fxbarcode/BC_Library.cpp", - "xfa/fxbarcode/BC_ResultPoint.cpp", - "xfa/fxbarcode/BC_ResultPoint.h", "xfa/fxbarcode/BC_TwoDimWriter.cpp", "xfa/fxbarcode/BC_TwoDimWriter.h", "xfa/fxbarcode/BC_UtilCodingConvert.cpp", @@ -1155,14 +1134,10 @@ if (pdf_enable_xfa) { "xfa/fxbarcode/common/BC_CommonBitArray.h", "xfa/fxbarcode/common/BC_CommonBitMatrix.cpp", "xfa/fxbarcode/common/BC_CommonBitMatrix.h", - "xfa/fxbarcode/common/BC_CommonBitSource.cpp", - "xfa/fxbarcode/common/BC_CommonBitSource.h", "xfa/fxbarcode/common/BC_CommonByteArray.cpp", "xfa/fxbarcode/common/BC_CommonByteArray.h", "xfa/fxbarcode/common/BC_CommonByteMatrix.cpp", "xfa/fxbarcode/common/BC_CommonByteMatrix.h", - "xfa/fxbarcode/common/BC_CommonPerspectiveTransform.cpp", - "xfa/fxbarcode/common/BC_CommonPerspectiveTransform.h", "xfa/fxbarcode/common/reedsolomon/BC_ReedSolomon.cpp", "xfa/fxbarcode/common/reedsolomon/BC_ReedSolomon.h", "xfa/fxbarcode/common/reedsolomon/BC_ReedSolomonGF256.cpp", @@ -1220,8 +1195,6 @@ if (pdf_enable_xfa) { "xfa/fxbarcode/pdf417/BC_PDF417BarcodeMatrix.h", "xfa/fxbarcode/pdf417/BC_PDF417BarcodeRow.cpp", "xfa/fxbarcode/pdf417/BC_PDF417BarcodeRow.h", - "xfa/fxbarcode/pdf417/BC_PDF417Codeword.cpp", - "xfa/fxbarcode/pdf417/BC_PDF417Codeword.h", "xfa/fxbarcode/pdf417/BC_PDF417Compaction.cpp", "xfa/fxbarcode/pdf417/BC_PDF417Compaction.h", "xfa/fxbarcode/pdf417/BC_PDF417ErrorCorrection.cpp", -- cgit v1.2.3