| OLD | NEW |
| 1 # Copyright 2016 The Chromium Authors. All rights reserved. | 1 # Copyright 2016 The Chromium 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 import("//build_overrides/v8.gni") | 5 import("//build_overrides/v8.gni") |
| 6 import("//testing/test.gni") | 6 import("//testing/test.gni") |
| 7 import("pdfium.gni") | 7 import("pdfium.gni") |
| 8 | 8 |
| 9 config("pdfium_common_config") { | 9 config("pdfium_common_config") { |
| 10 cflags = [] | 10 cflags = [] |
| (...skipping 494 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 505 "core/fxcodec/codec/codec_int.h", | 505 "core/fxcodec/codec/codec_int.h", |
| 506 "core/fxcodec/codec/fx_codec.cpp", | 506 "core/fxcodec/codec/fx_codec.cpp", |
| 507 "core/fxcodec/codec/fx_codec_fax.cpp", | 507 "core/fxcodec/codec/fx_codec_fax.cpp", |
| 508 "core/fxcodec/codec/fx_codec_flate.cpp", | 508 "core/fxcodec/codec/fx_codec_flate.cpp", |
| 509 "core/fxcodec/codec/fx_codec_icc.cpp", | 509 "core/fxcodec/codec/fx_codec_icc.cpp", |
| 510 "core/fxcodec/codec/fx_codec_jbig.cpp", | 510 "core/fxcodec/codec/fx_codec_jbig.cpp", |
| 511 "core/fxcodec/codec/fx_codec_jpeg.cpp", | 511 "core/fxcodec/codec/fx_codec_jpeg.cpp", |
| 512 "core/fxcodec/codec/fx_codec_jpx_opj.cpp", | 512 "core/fxcodec/codec/fx_codec_jpx_opj.cpp", |
| 513 "core/fxcodec/include/fx_codec.h", | 513 "core/fxcodec/include/fx_codec.h", |
| 514 "core/fxcodec/include/fx_codec_def.h", | 514 "core/fxcodec/include/fx_codec_def.h", |
| 515 "core/fxcodec/include/fx_codec_flate.h", | |
| 516 "core/fxcodec/jbig2/JBig2_ArithDecoder.cpp", | 515 "core/fxcodec/jbig2/JBig2_ArithDecoder.cpp", |
| 517 "core/fxcodec/jbig2/JBig2_ArithDecoder.h", | 516 "core/fxcodec/jbig2/JBig2_ArithDecoder.h", |
| 518 "core/fxcodec/jbig2/JBig2_ArithIntDecoder.cpp", | 517 "core/fxcodec/jbig2/JBig2_ArithIntDecoder.cpp", |
| 519 "core/fxcodec/jbig2/JBig2_ArithIntDecoder.h", | 518 "core/fxcodec/jbig2/JBig2_ArithIntDecoder.h", |
| 520 "core/fxcodec/jbig2/JBig2_BitStream.cpp", | 519 "core/fxcodec/jbig2/JBig2_BitStream.cpp", |
| 521 "core/fxcodec/jbig2/JBig2_BitStream.h", | 520 "core/fxcodec/jbig2/JBig2_BitStream.h", |
| 522 "core/fxcodec/jbig2/JBig2_Context.cpp", | 521 "core/fxcodec/jbig2/JBig2_Context.cpp", |
| 523 "core/fxcodec/jbig2/JBig2_Context.h", | 522 "core/fxcodec/jbig2/JBig2_Context.h", |
| 524 "core/fxcodec/jbig2/JBig2_Define.h", | 523 "core/fxcodec/jbig2/JBig2_Define.h", |
| 525 "core/fxcodec/jbig2/JBig2_GrdProc.cpp", | 524 "core/fxcodec/jbig2/JBig2_GrdProc.cpp", |
| (...skipping 232 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 758 "fpdfsdk/pdfwindow/PWL_ComboBox.cpp", | 757 "fpdfsdk/pdfwindow/PWL_ComboBox.cpp", |
| 759 "fpdfsdk/pdfwindow/PWL_ComboBox.h", | 758 "fpdfsdk/pdfwindow/PWL_ComboBox.h", |
| 760 "fpdfsdk/pdfwindow/PWL_Edit.cpp", | 759 "fpdfsdk/pdfwindow/PWL_Edit.cpp", |
| 761 "fpdfsdk/pdfwindow/PWL_Edit.h", | 760 "fpdfsdk/pdfwindow/PWL_Edit.h", |
| 762 "fpdfsdk/pdfwindow/PWL_EditCtrl.cpp", | 761 "fpdfsdk/pdfwindow/PWL_EditCtrl.cpp", |
| 763 "fpdfsdk/pdfwindow/PWL_EditCtrl.h", | 762 "fpdfsdk/pdfwindow/PWL_EditCtrl.h", |
| 764 "fpdfsdk/pdfwindow/PWL_FontMap.cpp", | 763 "fpdfsdk/pdfwindow/PWL_FontMap.cpp", |
| 765 "fpdfsdk/pdfwindow/PWL_FontMap.h", | 764 "fpdfsdk/pdfwindow/PWL_FontMap.h", |
| 766 "fpdfsdk/pdfwindow/PWL_Icon.cpp", | 765 "fpdfsdk/pdfwindow/PWL_Icon.cpp", |
| 767 "fpdfsdk/pdfwindow/PWL_Icon.h", | 766 "fpdfsdk/pdfwindow/PWL_Icon.h", |
| 768 "fpdfsdk/pdfwindow/PWL_IconList.cpp", | |
| 769 "fpdfsdk/pdfwindow/PWL_IconList.h", | |
| 770 "fpdfsdk/pdfwindow/PWL_Label.cpp", | |
| 771 "fpdfsdk/pdfwindow/PWL_Label.h", | |
| 772 "fpdfsdk/pdfwindow/PWL_ListBox.cpp", | 767 "fpdfsdk/pdfwindow/PWL_ListBox.cpp", |
| 773 "fpdfsdk/pdfwindow/PWL_ListBox.h", | 768 "fpdfsdk/pdfwindow/PWL_ListBox.h", |
| 774 "fpdfsdk/pdfwindow/PWL_ListCtrl.cpp", | |
| 775 "fpdfsdk/pdfwindow/PWL_ListCtrl.h", | |
| 776 "fpdfsdk/pdfwindow/PWL_ScrollBar.cpp", | 769 "fpdfsdk/pdfwindow/PWL_ScrollBar.cpp", |
| 777 "fpdfsdk/pdfwindow/PWL_ScrollBar.h", | 770 "fpdfsdk/pdfwindow/PWL_ScrollBar.h", |
| 778 "fpdfsdk/pdfwindow/PWL_Signature.cpp", | |
| 779 "fpdfsdk/pdfwindow/PWL_Signature.h", | |
| 780 "fpdfsdk/pdfwindow/PWL_SpecialButton.cpp", | 771 "fpdfsdk/pdfwindow/PWL_SpecialButton.cpp", |
| 781 "fpdfsdk/pdfwindow/PWL_SpecialButton.h", | 772 "fpdfsdk/pdfwindow/PWL_SpecialButton.h", |
| 782 "fpdfsdk/pdfwindow/PWL_Utils.cpp", | 773 "fpdfsdk/pdfwindow/PWL_Utils.cpp", |
| 783 "fpdfsdk/pdfwindow/PWL_Utils.h", | 774 "fpdfsdk/pdfwindow/PWL_Utils.h", |
| 784 "fpdfsdk/pdfwindow/PWL_Wnd.cpp", | 775 "fpdfsdk/pdfwindow/PWL_Wnd.cpp", |
| 785 "fpdfsdk/pdfwindow/PWL_Wnd.h", | 776 "fpdfsdk/pdfwindow/PWL_Wnd.h", |
| 786 ] | 777 ] |
| 787 configs += [ ":pdfium_core_config" ] | 778 configs += [ ":pdfium_core_config" ] |
| 788 } | 779 } |
| 789 | 780 |
| (...skipping 281 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1071 "xfa/fwl/lightwidget/cfwl_datetimepicker.cpp", | 1062 "xfa/fwl/lightwidget/cfwl_datetimepicker.cpp", |
| 1072 "xfa/fwl/lightwidget/cfwl_datetimepicker.h", | 1063 "xfa/fwl/lightwidget/cfwl_datetimepicker.h", |
| 1073 "xfa/fwl/lightwidget/cfwl_edit.cpp", | 1064 "xfa/fwl/lightwidget/cfwl_edit.cpp", |
| 1074 "xfa/fwl/lightwidget/cfwl_edit.h", | 1065 "xfa/fwl/lightwidget/cfwl_edit.h", |
| 1075 "xfa/fwl/lightwidget/cfwl_listbox.cpp", | 1066 "xfa/fwl/lightwidget/cfwl_listbox.cpp", |
| 1076 "xfa/fwl/lightwidget/cfwl_listbox.h", | 1067 "xfa/fwl/lightwidget/cfwl_listbox.h", |
| 1077 "xfa/fwl/lightwidget/cfwl_picturebox.cpp", | 1068 "xfa/fwl/lightwidget/cfwl_picturebox.cpp", |
| 1078 "xfa/fwl/lightwidget/cfwl_picturebox.h", | 1069 "xfa/fwl/lightwidget/cfwl_picturebox.h", |
| 1079 "xfa/fwl/lightwidget/cfwl_pushbutton.cpp", | 1070 "xfa/fwl/lightwidget/cfwl_pushbutton.cpp", |
| 1080 "xfa/fwl/lightwidget/cfwl_pushbutton.h", | 1071 "xfa/fwl/lightwidget/cfwl_pushbutton.h", |
| 1081 "xfa/fwl/lightwidget/cfwl_scrollbar.cpp", | |
| 1082 "xfa/fwl/lightwidget/cfwl_scrollbar.h", | |
| 1083 "xfa/fwl/lightwidget/cfwl_theme.cpp", | |
| 1084 "xfa/fwl/lightwidget/cfwl_theme.h", | |
| 1085 "xfa/fwl/lightwidget/cfwl_tooltip.cpp", | |
| 1086 "xfa/fwl/lightwidget/cfwl_tooltip.h", | |
| 1087 "xfa/fwl/lightwidget/cfwl_widget.cpp", | 1072 "xfa/fwl/lightwidget/cfwl_widget.cpp", |
| 1088 "xfa/fwl/lightwidget/cfwl_widget.h", | 1073 "xfa/fwl/lightwidget/cfwl_widget.h", |
| 1089 "xfa/fwl/lightwidget/cfwl_widgetdelegate.cpp", | |
| 1090 "xfa/fwl/lightwidget/cfwl_widgetdelegate.h", | |
| 1091 "xfa/fwl/lightwidget/cfwl_widgetproperties.cpp", | 1074 "xfa/fwl/lightwidget/cfwl_widgetproperties.cpp", |
| 1092 "xfa/fwl/lightwidget/cfwl_widgetproperties.h", | 1075 "xfa/fwl/lightwidget/cfwl_widgetproperties.h", |
| 1093 "xfa/fwl/theme/cfwl_barcodetp.cpp", | 1076 "xfa/fwl/theme/cfwl_barcodetp.cpp", |
| 1094 "xfa/fwl/theme/cfwl_barcodetp.h", | 1077 "xfa/fwl/theme/cfwl_barcodetp.h", |
| 1095 "xfa/fwl/theme/cfwl_carettp.cpp", | 1078 "xfa/fwl/theme/cfwl_carettp.cpp", |
| 1096 "xfa/fwl/theme/cfwl_carettp.h", | 1079 "xfa/fwl/theme/cfwl_carettp.h", |
| 1097 "xfa/fwl/theme/cfwl_checkboxtp.cpp", | 1080 "xfa/fwl/theme/cfwl_checkboxtp.cpp", |
| 1098 "xfa/fwl/theme/cfwl_checkboxtp.h", | 1081 "xfa/fwl/theme/cfwl_checkboxtp.h", |
| 1099 "xfa/fwl/theme/cfwl_comboboxtp.cpp", | 1082 "xfa/fwl/theme/cfwl_comboboxtp.cpp", |
| 1100 "xfa/fwl/theme/cfwl_comboboxtp.h", | 1083 "xfa/fwl/theme/cfwl_comboboxtp.h", |
| 1101 "xfa/fwl/theme/cfwl_datetimepickedtp.cpp", | 1084 "xfa/fwl/theme/cfwl_datetimepickedtp.cpp", |
| 1102 "xfa/fwl/theme/cfwl_datetimepickertp.h", | 1085 "xfa/fwl/theme/cfwl_datetimepickertp.h", |
| 1103 "xfa/fwl/theme/cfwl_edittp.cpp", | 1086 "xfa/fwl/theme/cfwl_edittp.cpp", |
| 1104 "xfa/fwl/theme/cfwl_edittp.h", | 1087 "xfa/fwl/theme/cfwl_edittp.h", |
| 1105 "xfa/fwl/theme/cfwl_formtp.cpp", | |
| 1106 "xfa/fwl/theme/cfwl_formtp.h", | |
| 1107 "xfa/fwl/theme/cfwl_listboxtp.cpp", | 1088 "xfa/fwl/theme/cfwl_listboxtp.cpp", |
| 1108 "xfa/fwl/theme/cfwl_listboxtp.h", | 1089 "xfa/fwl/theme/cfwl_listboxtp.h", |
| 1109 "xfa/fwl/theme/cfwl_monthcalendartp.cpp", | 1090 "xfa/fwl/theme/cfwl_monthcalendartp.cpp", |
| 1110 "xfa/fwl/theme/cfwl_monthcalendartp.h", | 1091 "xfa/fwl/theme/cfwl_monthcalendartp.h", |
| 1111 "xfa/fwl/theme/cfwl_pictureboxtp.cpp", | 1092 "xfa/fwl/theme/cfwl_pictureboxtp.cpp", |
| 1112 "xfa/fwl/theme/cfwl_pictureboxtp.h", | 1093 "xfa/fwl/theme/cfwl_pictureboxtp.h", |
| 1113 "xfa/fwl/theme/cfwl_pushbuttontp.cpp", | 1094 "xfa/fwl/theme/cfwl_pushbuttontp.cpp", |
| 1114 "xfa/fwl/theme/cfwl_pushbuttontp.h", | 1095 "xfa/fwl/theme/cfwl_pushbuttontp.h", |
| 1115 "xfa/fwl/theme/cfwl_scrollbartp.cpp", | 1096 "xfa/fwl/theme/cfwl_scrollbartp.cpp", |
| 1116 "xfa/fwl/theme/cfwl_scrollbartp.h", | 1097 "xfa/fwl/theme/cfwl_scrollbartp.h", |
| 1117 "xfa/fwl/theme/cfwl_utils.h", | 1098 "xfa/fwl/theme/cfwl_utils.h", |
| 1118 "xfa/fwl/theme/cfwl_widgettp.cpp", | 1099 "xfa/fwl/theme/cfwl_widgettp.cpp", |
| 1119 "xfa/fwl/theme/cfwl_widgettp.h", | 1100 "xfa/fwl/theme/cfwl_widgettp.h", |
| 1120 "xfa/fxbarcode/BC_Dimension.cpp", | 1101 "xfa/fxbarcode/BC_Dimension.cpp", |
| 1121 "xfa/fxbarcode/BC_Dimension.h", | 1102 "xfa/fxbarcode/BC_Dimension.h", |
| 1122 "xfa/fxbarcode/BC_Library.cpp", | 1103 "xfa/fxbarcode/BC_Library.cpp", |
| 1123 "xfa/fxbarcode/BC_ResultPoint.cpp", | |
| 1124 "xfa/fxbarcode/BC_ResultPoint.h", | |
| 1125 "xfa/fxbarcode/BC_TwoDimWriter.cpp", | 1104 "xfa/fxbarcode/BC_TwoDimWriter.cpp", |
| 1126 "xfa/fxbarcode/BC_TwoDimWriter.h", | 1105 "xfa/fxbarcode/BC_TwoDimWriter.h", |
| 1127 "xfa/fxbarcode/BC_UtilCodingConvert.cpp", | 1106 "xfa/fxbarcode/BC_UtilCodingConvert.cpp", |
| 1128 "xfa/fxbarcode/BC_UtilCodingConvert.h", | 1107 "xfa/fxbarcode/BC_UtilCodingConvert.h", |
| 1129 "xfa/fxbarcode/BC_Utils.cpp", | 1108 "xfa/fxbarcode/BC_Utils.cpp", |
| 1130 "xfa/fxbarcode/BC_Writer.cpp", | 1109 "xfa/fxbarcode/BC_Writer.cpp", |
| 1131 "xfa/fxbarcode/BC_Writer.h", | 1110 "xfa/fxbarcode/BC_Writer.h", |
| 1132 "xfa/fxbarcode/cbc_codabar.cpp", | 1111 "xfa/fxbarcode/cbc_codabar.cpp", |
| 1133 "xfa/fxbarcode/cbc_codabar.h", | 1112 "xfa/fxbarcode/cbc_codabar.h", |
| 1134 "xfa/fxbarcode/cbc_code128.cpp", | 1113 "xfa/fxbarcode/cbc_code128.cpp", |
| (...skipping 13 matching lines...) Expand all Loading... |
| 1148 "xfa/fxbarcode/cbc_pdf417i.cpp", | 1127 "xfa/fxbarcode/cbc_pdf417i.cpp", |
| 1149 "xfa/fxbarcode/cbc_pdf417i.h", | 1128 "xfa/fxbarcode/cbc_pdf417i.h", |
| 1150 "xfa/fxbarcode/cbc_qrcode.cpp", | 1129 "xfa/fxbarcode/cbc_qrcode.cpp", |
| 1151 "xfa/fxbarcode/cbc_qrcode.h", | 1130 "xfa/fxbarcode/cbc_qrcode.h", |
| 1152 "xfa/fxbarcode/cbc_upca.cpp", | 1131 "xfa/fxbarcode/cbc_upca.cpp", |
| 1153 "xfa/fxbarcode/cbc_upca.h", | 1132 "xfa/fxbarcode/cbc_upca.h", |
| 1154 "xfa/fxbarcode/common/BC_CommonBitArray.cpp", | 1133 "xfa/fxbarcode/common/BC_CommonBitArray.cpp", |
| 1155 "xfa/fxbarcode/common/BC_CommonBitArray.h", | 1134 "xfa/fxbarcode/common/BC_CommonBitArray.h", |
| 1156 "xfa/fxbarcode/common/BC_CommonBitMatrix.cpp", | 1135 "xfa/fxbarcode/common/BC_CommonBitMatrix.cpp", |
| 1157 "xfa/fxbarcode/common/BC_CommonBitMatrix.h", | 1136 "xfa/fxbarcode/common/BC_CommonBitMatrix.h", |
| 1158 "xfa/fxbarcode/common/BC_CommonBitSource.cpp", | |
| 1159 "xfa/fxbarcode/common/BC_CommonBitSource.h", | |
| 1160 "xfa/fxbarcode/common/BC_CommonByteArray.cpp", | 1137 "xfa/fxbarcode/common/BC_CommonByteArray.cpp", |
| 1161 "xfa/fxbarcode/common/BC_CommonByteArray.h", | 1138 "xfa/fxbarcode/common/BC_CommonByteArray.h", |
| 1162 "xfa/fxbarcode/common/BC_CommonByteMatrix.cpp", | 1139 "xfa/fxbarcode/common/BC_CommonByteMatrix.cpp", |
| 1163 "xfa/fxbarcode/common/BC_CommonByteMatrix.h", | 1140 "xfa/fxbarcode/common/BC_CommonByteMatrix.h", |
| 1164 "xfa/fxbarcode/common/BC_CommonPerspectiveTransform.cpp", | |
| 1165 "xfa/fxbarcode/common/BC_CommonPerspectiveTransform.h", | |
| 1166 "xfa/fxbarcode/common/reedsolomon/BC_ReedSolomon.cpp", | 1141 "xfa/fxbarcode/common/reedsolomon/BC_ReedSolomon.cpp", |
| 1167 "xfa/fxbarcode/common/reedsolomon/BC_ReedSolomon.h", | 1142 "xfa/fxbarcode/common/reedsolomon/BC_ReedSolomon.h", |
| 1168 "xfa/fxbarcode/common/reedsolomon/BC_ReedSolomonGF256.cpp", | 1143 "xfa/fxbarcode/common/reedsolomon/BC_ReedSolomonGF256.cpp", |
| 1169 "xfa/fxbarcode/common/reedsolomon/BC_ReedSolomonGF256.h", | 1144 "xfa/fxbarcode/common/reedsolomon/BC_ReedSolomonGF256.h", |
| 1170 "xfa/fxbarcode/common/reedsolomon/BC_ReedSolomonGF256Poly.cpp", | 1145 "xfa/fxbarcode/common/reedsolomon/BC_ReedSolomonGF256Poly.cpp", |
| 1171 "xfa/fxbarcode/common/reedsolomon/BC_ReedSolomonGF256Poly.h", | 1146 "xfa/fxbarcode/common/reedsolomon/BC_ReedSolomonGF256Poly.h", |
| 1172 "xfa/fxbarcode/datamatrix/BC_ASCIIEncoder.cpp", | 1147 "xfa/fxbarcode/datamatrix/BC_ASCIIEncoder.cpp", |
| 1173 "xfa/fxbarcode/datamatrix/BC_ASCIIEncoder.h", | 1148 "xfa/fxbarcode/datamatrix/BC_ASCIIEncoder.h", |
| 1174 "xfa/fxbarcode/datamatrix/BC_Base256Encoder.cpp", | 1149 "xfa/fxbarcode/datamatrix/BC_Base256Encoder.cpp", |
| 1175 "xfa/fxbarcode/datamatrix/BC_Base256Encoder.h", | 1150 "xfa/fxbarcode/datamatrix/BC_Base256Encoder.h", |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1213 "xfa/fxbarcode/oned/BC_OnedEAN8Writer.cpp", | 1188 "xfa/fxbarcode/oned/BC_OnedEAN8Writer.cpp", |
| 1214 "xfa/fxbarcode/oned/BC_OnedEAN8Writer.h", | 1189 "xfa/fxbarcode/oned/BC_OnedEAN8Writer.h", |
| 1215 "xfa/fxbarcode/oned/BC_OnedUPCAWriter.cpp", | 1190 "xfa/fxbarcode/oned/BC_OnedUPCAWriter.cpp", |
| 1216 "xfa/fxbarcode/oned/BC_OnedUPCAWriter.h", | 1191 "xfa/fxbarcode/oned/BC_OnedUPCAWriter.h", |
| 1217 "xfa/fxbarcode/pdf417/BC_PDF417.cpp", | 1192 "xfa/fxbarcode/pdf417/BC_PDF417.cpp", |
| 1218 "xfa/fxbarcode/pdf417/BC_PDF417.h", | 1193 "xfa/fxbarcode/pdf417/BC_PDF417.h", |
| 1219 "xfa/fxbarcode/pdf417/BC_PDF417BarcodeMatrix.cpp", | 1194 "xfa/fxbarcode/pdf417/BC_PDF417BarcodeMatrix.cpp", |
| 1220 "xfa/fxbarcode/pdf417/BC_PDF417BarcodeMatrix.h", | 1195 "xfa/fxbarcode/pdf417/BC_PDF417BarcodeMatrix.h", |
| 1221 "xfa/fxbarcode/pdf417/BC_PDF417BarcodeRow.cpp", | 1196 "xfa/fxbarcode/pdf417/BC_PDF417BarcodeRow.cpp", |
| 1222 "xfa/fxbarcode/pdf417/BC_PDF417BarcodeRow.h", | 1197 "xfa/fxbarcode/pdf417/BC_PDF417BarcodeRow.h", |
| 1223 "xfa/fxbarcode/pdf417/BC_PDF417Codeword.cpp", | |
| 1224 "xfa/fxbarcode/pdf417/BC_PDF417Codeword.h", | |
| 1225 "xfa/fxbarcode/pdf417/BC_PDF417Compaction.cpp", | 1198 "xfa/fxbarcode/pdf417/BC_PDF417Compaction.cpp", |
| 1226 "xfa/fxbarcode/pdf417/BC_PDF417Compaction.h", | 1199 "xfa/fxbarcode/pdf417/BC_PDF417Compaction.h", |
| 1227 "xfa/fxbarcode/pdf417/BC_PDF417ErrorCorrection.cpp", | 1200 "xfa/fxbarcode/pdf417/BC_PDF417ErrorCorrection.cpp", |
| 1228 "xfa/fxbarcode/pdf417/BC_PDF417ErrorCorrection.h", | 1201 "xfa/fxbarcode/pdf417/BC_PDF417ErrorCorrection.h", |
| 1229 "xfa/fxbarcode/pdf417/BC_PDF417HighLevelEncoder.cpp", | 1202 "xfa/fxbarcode/pdf417/BC_PDF417HighLevelEncoder.cpp", |
| 1230 "xfa/fxbarcode/pdf417/BC_PDF417HighLevelEncoder.h", | 1203 "xfa/fxbarcode/pdf417/BC_PDF417HighLevelEncoder.h", |
| 1231 "xfa/fxbarcode/pdf417/BC_PDF417Writer.cpp", | 1204 "xfa/fxbarcode/pdf417/BC_PDF417Writer.cpp", |
| 1232 "xfa/fxbarcode/pdf417/BC_PDF417Writer.h", | 1205 "xfa/fxbarcode/pdf417/BC_PDF417Writer.h", |
| 1233 "xfa/fxbarcode/qrcode/BC_QRCodeWriter.cpp", | 1206 "xfa/fxbarcode/qrcode/BC_QRCodeWriter.cpp", |
| 1234 "xfa/fxbarcode/qrcode/BC_QRCodeWriter.h", | 1207 "xfa/fxbarcode/qrcode/BC_QRCodeWriter.h", |
| (...skipping 352 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1587 } | 1560 } |
| 1588 | 1561 |
| 1589 if (pdf_is_standalone) { | 1562 if (pdf_is_standalone) { |
| 1590 source_set("samples") { | 1563 source_set("samples") { |
| 1591 testonly = true | 1564 testonly = true |
| 1592 deps = [ | 1565 deps = [ |
| 1593 "//samples", | 1566 "//samples", |
| 1594 ] | 1567 ] |
| 1595 } | 1568 } |
| 1596 } | 1569 } |
| OLD | NEW |