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 1194 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1205 "xfa/fwl/core/cfwl_widgetmgr.h", | 1205 "xfa/fwl/core/cfwl_widgetmgr.h", |
1206 "xfa/fwl/core/fwl_appimp.cpp", | 1206 "xfa/fwl/core/fwl_appimp.cpp", |
1207 "xfa/fwl/core/fwl_appimp.h", | 1207 "xfa/fwl/core/fwl_appimp.h", |
1208 "xfa/fwl/core/fwl_error.h", | 1208 "xfa/fwl/core/fwl_error.h", |
1209 "xfa/fwl/core/fwl_formimp.cpp", | 1209 "xfa/fwl/core/fwl_formimp.cpp", |
1210 "xfa/fwl/core/fwl_formimp.h", | 1210 "xfa/fwl/core/fwl_formimp.h", |
1211 "xfa/fwl/core/fwl_noteimp.cpp", | 1211 "xfa/fwl/core/fwl_noteimp.cpp", |
1212 "xfa/fwl/core/fwl_noteimp.h", | 1212 "xfa/fwl/core/fwl_noteimp.h", |
1213 "xfa/fwl/core/fwl_timerimp.cpp", | 1213 "xfa/fwl/core/fwl_timerimp.cpp", |
1214 "xfa/fwl/core/fwl_widgetdef.h", | 1214 "xfa/fwl/core/fwl_widgetdef.h", |
| 1215 "xfa/fwl/core/fwl_widgethit.h", |
1215 "xfa/fwl/core/fwl_widgetimp.cpp", | 1216 "xfa/fwl/core/fwl_widgetimp.cpp", |
1216 "xfa/fwl/core/fwl_widgetimp.h", | 1217 "xfa/fwl/core/fwl_widgetimp.h", |
| 1218 "xfa/fwl/core/ifwl_adaptertimermgr.h", |
1217 "xfa/fwl/core/ifwl_app.h", | 1219 "xfa/fwl/core/ifwl_app.h", |
1218 "xfa/fwl/core/ifwl_dataprovider.h", | 1220 "xfa/fwl/core/ifwl_dataprovider.h", |
1219 "xfa/fwl/core/ifwl_form.h", | 1221 "xfa/fwl/core/ifwl_form.h", |
1220 "xfa/fwl/core/ifwl_themeprovider.h", | 1222 "xfa/fwl/core/ifwl_themeprovider.h", |
1221 "xfa/fwl/core/ifwl_timer.h", | 1223 "xfa/fwl/core/ifwl_timer.h", |
1222 "xfa/fwl/core/ifwl_widget.h", | 1224 "xfa/fwl/core/ifwl_widget.h", |
1223 "xfa/fwl/core/ifwl_widgetdelegate.h", | 1225 "xfa/fwl/core/ifwl_widgetdelegate.h", |
1224 "xfa/fwl/core/include/fwl_widgethit.h", | |
1225 "xfa/fwl/core/include/ifwl_adaptertimermgr.h", | |
1226 "xfa/fwl/lightwidget/cfwl_barcode.cpp", | 1226 "xfa/fwl/lightwidget/cfwl_barcode.cpp", |
1227 "xfa/fwl/lightwidget/cfwl_barcode.h", | 1227 "xfa/fwl/lightwidget/cfwl_barcode.h", |
1228 "xfa/fwl/lightwidget/cfwl_checkbox.cpp", | 1228 "xfa/fwl/lightwidget/cfwl_checkbox.cpp", |
1229 "xfa/fwl/lightwidget/cfwl_checkbox.h", | 1229 "xfa/fwl/lightwidget/cfwl_checkbox.h", |
1230 "xfa/fwl/lightwidget/cfwl_combobox.cpp", | 1230 "xfa/fwl/lightwidget/cfwl_combobox.cpp", |
1231 "xfa/fwl/lightwidget/cfwl_combobox.h", | 1231 "xfa/fwl/lightwidget/cfwl_combobox.h", |
1232 "xfa/fwl/lightwidget/cfwl_datetimepicker.cpp", | 1232 "xfa/fwl/lightwidget/cfwl_datetimepicker.cpp", |
1233 "xfa/fwl/lightwidget/cfwl_datetimepicker.h", | 1233 "xfa/fwl/lightwidget/cfwl_datetimepicker.h", |
1234 "xfa/fwl/lightwidget/cfwl_edit.cpp", | 1234 "xfa/fwl/lightwidget/cfwl_edit.cpp", |
1235 "xfa/fwl/lightwidget/cfwl_edit.h", | 1235 "xfa/fwl/lightwidget/cfwl_edit.h", |
(...skipping 30 matching lines...) Expand all Loading... |
1266 "xfa/fwl/theme/cfwl_pushbuttontp.cpp", | 1266 "xfa/fwl/theme/cfwl_pushbuttontp.cpp", |
1267 "xfa/fwl/theme/cfwl_pushbuttontp.h", | 1267 "xfa/fwl/theme/cfwl_pushbuttontp.h", |
1268 "xfa/fwl/theme/cfwl_scrollbartp.cpp", | 1268 "xfa/fwl/theme/cfwl_scrollbartp.cpp", |
1269 "xfa/fwl/theme/cfwl_scrollbartp.h", | 1269 "xfa/fwl/theme/cfwl_scrollbartp.h", |
1270 "xfa/fwl/theme/cfwl_utils.h", | 1270 "xfa/fwl/theme/cfwl_utils.h", |
1271 "xfa/fwl/theme/cfwl_widgettp.cpp", | 1271 "xfa/fwl/theme/cfwl_widgettp.cpp", |
1272 "xfa/fwl/theme/cfwl_widgettp.h", | 1272 "xfa/fwl/theme/cfwl_widgettp.h", |
1273 "xfa/fxbarcode/BC_Dimension.cpp", | 1273 "xfa/fxbarcode/BC_Dimension.cpp", |
1274 "xfa/fxbarcode/BC_Dimension.h", | 1274 "xfa/fxbarcode/BC_Dimension.h", |
1275 "xfa/fxbarcode/BC_Library.cpp", | 1275 "xfa/fxbarcode/BC_Library.cpp", |
| 1276 "xfa/fxbarcode/BC_Library.h", |
1276 "xfa/fxbarcode/BC_TwoDimWriter.cpp", | 1277 "xfa/fxbarcode/BC_TwoDimWriter.cpp", |
1277 "xfa/fxbarcode/BC_TwoDimWriter.h", | 1278 "xfa/fxbarcode/BC_TwoDimWriter.h", |
1278 "xfa/fxbarcode/BC_UtilCodingConvert.cpp", | 1279 "xfa/fxbarcode/BC_UtilCodingConvert.cpp", |
1279 "xfa/fxbarcode/BC_UtilCodingConvert.h", | 1280 "xfa/fxbarcode/BC_UtilCodingConvert.h", |
1280 "xfa/fxbarcode/BC_Utils.cpp", | 1281 "xfa/fxbarcode/BC_Utils.cpp", |
1281 "xfa/fxbarcode/BC_Writer.cpp", | 1282 "xfa/fxbarcode/BC_Writer.cpp", |
1282 "xfa/fxbarcode/BC_Writer.h", | 1283 "xfa/fxbarcode/BC_Writer.h", |
1283 "xfa/fxbarcode/cbc_codabar.cpp", | 1284 "xfa/fxbarcode/cbc_codabar.cpp", |
1284 "xfa/fxbarcode/cbc_codabar.h", | 1285 "xfa/fxbarcode/cbc_codabar.h", |
1285 "xfa/fxbarcode/cbc_code128.cpp", | 1286 "xfa/fxbarcode/cbc_code128.cpp", |
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1339 "xfa/fxbarcode/datamatrix/BC_HighLevelEncoder.cpp", | 1340 "xfa/fxbarcode/datamatrix/BC_HighLevelEncoder.cpp", |
1340 "xfa/fxbarcode/datamatrix/BC_HighLevelEncoder.h", | 1341 "xfa/fxbarcode/datamatrix/BC_HighLevelEncoder.h", |
1341 "xfa/fxbarcode/datamatrix/BC_SymbolInfo.cpp", | 1342 "xfa/fxbarcode/datamatrix/BC_SymbolInfo.cpp", |
1342 "xfa/fxbarcode/datamatrix/BC_SymbolInfo.h", | 1343 "xfa/fxbarcode/datamatrix/BC_SymbolInfo.h", |
1343 "xfa/fxbarcode/datamatrix/BC_SymbolShapeHint.cpp", | 1344 "xfa/fxbarcode/datamatrix/BC_SymbolShapeHint.cpp", |
1344 "xfa/fxbarcode/datamatrix/BC_SymbolShapeHint.h", | 1345 "xfa/fxbarcode/datamatrix/BC_SymbolShapeHint.h", |
1345 "xfa/fxbarcode/datamatrix/BC_TextEncoder.cpp", | 1346 "xfa/fxbarcode/datamatrix/BC_TextEncoder.cpp", |
1346 "xfa/fxbarcode/datamatrix/BC_TextEncoder.h", | 1347 "xfa/fxbarcode/datamatrix/BC_TextEncoder.h", |
1347 "xfa/fxbarcode/datamatrix/BC_X12Encoder.cpp", | 1348 "xfa/fxbarcode/datamatrix/BC_X12Encoder.cpp", |
1348 "xfa/fxbarcode/datamatrix/BC_X12Encoder.h", | 1349 "xfa/fxbarcode/datamatrix/BC_X12Encoder.h", |
1349 "xfa/fxbarcode/include/BC_Library.h", | |
1350 "xfa/fxbarcode/oned/BC_OneDimWriter.cpp", | 1350 "xfa/fxbarcode/oned/BC_OneDimWriter.cpp", |
1351 "xfa/fxbarcode/oned/BC_OneDimWriter.h", | 1351 "xfa/fxbarcode/oned/BC_OneDimWriter.h", |
1352 "xfa/fxbarcode/oned/BC_OnedCodaBarWriter.cpp", | 1352 "xfa/fxbarcode/oned/BC_OnedCodaBarWriter.cpp", |
1353 "xfa/fxbarcode/oned/BC_OnedCodaBarWriter.h", | 1353 "xfa/fxbarcode/oned/BC_OnedCodaBarWriter.h", |
1354 "xfa/fxbarcode/oned/BC_OnedCode128Writer.cpp", | 1354 "xfa/fxbarcode/oned/BC_OnedCode128Writer.cpp", |
1355 "xfa/fxbarcode/oned/BC_OnedCode128Writer.h", | 1355 "xfa/fxbarcode/oned/BC_OnedCode128Writer.h", |
1356 "xfa/fxbarcode/oned/BC_OnedCode39Writer.cpp", | 1356 "xfa/fxbarcode/oned/BC_OnedCode39Writer.cpp", |
1357 "xfa/fxbarcode/oned/BC_OnedCode39Writer.h", | 1357 "xfa/fxbarcode/oned/BC_OnedCode39Writer.h", |
1358 "xfa/fxbarcode/oned/BC_OnedEAN13Writer.cpp", | 1358 "xfa/fxbarcode/oned/BC_OnedEAN13Writer.cpp", |
1359 "xfa/fxbarcode/oned/BC_OnedEAN13Writer.h", | 1359 "xfa/fxbarcode/oned/BC_OnedEAN13Writer.h", |
(...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1605 "xfa/fxfa/parser/xfa_localevalue.h", | 1605 "xfa/fxfa/parser/xfa_localevalue.h", |
1606 "xfa/fxfa/parser/xfa_object.h", | 1606 "xfa/fxfa/parser/xfa_object.h", |
1607 "xfa/fxfa/parser/xfa_resolvenode_rs.h", | 1607 "xfa/fxfa/parser/xfa_resolvenode_rs.h", |
1608 "xfa/fxfa/parser/xfa_utils.cpp", | 1608 "xfa/fxfa/parser/xfa_utils.cpp", |
1609 "xfa/fxfa/parser/xfa_utils.h", | 1609 "xfa/fxfa/parser/xfa_utils.h", |
1610 "xfa/fxgraphics/cagg_graphics.cpp", | 1610 "xfa/fxgraphics/cagg_graphics.cpp", |
1611 "xfa/fxgraphics/cagg_graphics.h", | 1611 "xfa/fxgraphics/cagg_graphics.h", |
1612 "xfa/fxgraphics/cfx_color.cpp", | 1612 "xfa/fxgraphics/cfx_color.cpp", |
1613 "xfa/fxgraphics/cfx_color.h", | 1613 "xfa/fxgraphics/cfx_color.h", |
1614 "xfa/fxgraphics/cfx_graphics.cpp", | 1614 "xfa/fxgraphics/cfx_graphics.cpp", |
| 1615 "xfa/fxgraphics/cfx_graphics.h", |
1615 "xfa/fxgraphics/cfx_path.cpp", | 1616 "xfa/fxgraphics/cfx_path.cpp", |
1616 "xfa/fxgraphics/cfx_path.h", | 1617 "xfa/fxgraphics/cfx_path.h", |
1617 "xfa/fxgraphics/cfx_path_generator.cpp", | 1618 "xfa/fxgraphics/cfx_path_generator.cpp", |
1618 "xfa/fxgraphics/cfx_path_generator.h", | 1619 "xfa/fxgraphics/cfx_path_generator.h", |
1619 "xfa/fxgraphics/cfx_pattern.cpp", | 1620 "xfa/fxgraphics/cfx_pattern.cpp", |
1620 "xfa/fxgraphics/cfx_pattern.h", | 1621 "xfa/fxgraphics/cfx_pattern.h", |
1621 "xfa/fxgraphics/cfx_shading.cpp", | 1622 "xfa/fxgraphics/cfx_shading.cpp", |
1622 "xfa/fxgraphics/cfx_shading.h", | 1623 "xfa/fxgraphics/cfx_shading.h", |
1623 "xfa/fxgraphics/include/cfx_graphics.h", | |
1624 ] | 1624 ] |
1625 include_dirs = [ "." ] | 1625 include_dirs = [ "." ] |
1626 deps = [ | 1626 deps = [ |
1627 ":fxcrt", | 1627 ":fxcrt", |
1628 ":fxjs", | 1628 ":fxjs", |
1629 ] | 1629 ] |
1630 configs += [ | 1630 configs += [ |
1631 ":pdfium_core_config", | 1631 ":pdfium_core_config", |
1632 ":xfa_warnings", | 1632 ":xfa_warnings", |
1633 ] | 1633 ] |
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1756 } | 1756 } |
1757 | 1757 |
1758 if (pdf_is_standalone) { | 1758 if (pdf_is_standalone) { |
1759 source_set("samples") { | 1759 source_set("samples") { |
1760 testonly = true | 1760 testonly = true |
1761 deps = [ | 1761 deps = [ |
1762 "//samples", | 1762 "//samples", |
1763 ] | 1763 ] |
1764 } | 1764 } |
1765 } | 1765 } |
OLD | NEW |