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_config") { | 9 config("pdfium_config") { |
10 cflags = [] | 10 cflags = [] |
(...skipping 1331 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1342 "xfa/fxfa/parser/xfa_script_resolveprocessor.cpp", | 1342 "xfa/fxfa/parser/xfa_script_resolveprocessor.cpp", |
1343 "xfa/fxfa/parser/xfa_script_resolveprocessor.h", | 1343 "xfa/fxfa/parser/xfa_script_resolveprocessor.h", |
1344 "xfa/fxfa/parser/xfa_script_signaturepseudomodel.cpp", | 1344 "xfa/fxfa/parser/xfa_script_signaturepseudomodel.cpp", |
1345 "xfa/fxfa/parser/xfa_script_signaturepseudomodel.h", | 1345 "xfa/fxfa/parser/xfa_script_signaturepseudomodel.h", |
1346 "xfa/fxfa/parser/xfa_utils.h", | 1346 "xfa/fxfa/parser/xfa_utils.h", |
1347 "xfa/fxfa/parser/xfa_utils_imp.cpp", | 1347 "xfa/fxfa/parser/xfa_utils_imp.cpp", |
1348 "xfa/fxgraphics/fx_graphics.cpp", | 1348 "xfa/fxgraphics/fx_graphics.cpp", |
1349 "xfa/fxgraphics/fx_path_generator.cpp", | 1349 "xfa/fxgraphics/fx_path_generator.cpp", |
1350 "xfa/fxgraphics/fx_path_generator.h", | 1350 "xfa/fxgraphics/fx_path_generator.h", |
1351 "xfa/fxgraphics/pre.h", | 1351 "xfa/fxgraphics/pre.h", |
| 1352 "xfa/fxjse/include/fxjse.h", |
1352 "xfa/include/fwl/adapter/fwl_adapternative.h", | 1353 "xfa/include/fwl/adapter/fwl_adapternative.h", |
1353 "xfa/include/fwl/adapter/fwl_adapterthreadmgr.h", | 1354 "xfa/include/fwl/adapter/fwl_adapterthreadmgr.h", |
1354 "xfa/include/fwl/adapter/fwl_adaptertimermgr.h", | 1355 "xfa/include/fwl/adapter/fwl_adaptertimermgr.h", |
1355 "xfa/include/fwl/adapter/fwl_adapterwidgetmgr.h", | 1356 "xfa/include/fwl/adapter/fwl_adapterwidgetmgr.h", |
1356 "xfa/include/fwl/adapter/fwl_sdadapterimp.h", | 1357 "xfa/include/fwl/adapter/fwl_sdadapterimp.h", |
1357 "xfa/include/fwl/basewidget/fwl_barcode.h", | 1358 "xfa/include/fwl/basewidget/fwl_barcode.h", |
1358 "xfa/include/fwl/basewidget/fwl_caret.h", | 1359 "xfa/include/fwl/basewidget/fwl_caret.h", |
1359 "xfa/include/fwl/basewidget/fwl_checkbox.h", | 1360 "xfa/include/fwl/basewidget/fwl_checkbox.h", |
1360 "xfa/include/fwl/basewidget/fwl_combobox.h", | 1361 "xfa/include/fwl/basewidget/fwl_combobox.h", |
1361 "xfa/include/fwl/basewidget/fwl_datetimepicker.h", | 1362 "xfa/include/fwl/basewidget/fwl_datetimepicker.h", |
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1410 "xfa/include/fwl/theme/pushbuttontp.h", | 1411 "xfa/include/fwl/theme/pushbuttontp.h", |
1411 "xfa/include/fwl/theme/scrollbartp.h", | 1412 "xfa/include/fwl/theme/scrollbartp.h", |
1412 "xfa/include/fwl/theme/utils.h", | 1413 "xfa/include/fwl/theme/utils.h", |
1413 "xfa/include/fwl/theme/widgettp.h", | 1414 "xfa/include/fwl/theme/widgettp.h", |
1414 "xfa/include/fxbarcode/BC_BarCode.h", | 1415 "xfa/include/fxbarcode/BC_BarCode.h", |
1415 "xfa/include/fxfa/fxfa.h", | 1416 "xfa/include/fxfa/fxfa.h", |
1416 "xfa/include/fxfa/fxfa_basic.h", | 1417 "xfa/include/fxfa/fxfa_basic.h", |
1417 "xfa/include/fxfa/fxfa_objectacc.h", | 1418 "xfa/include/fxfa/fxfa_objectacc.h", |
1418 "xfa/include/fxfa/fxfa_widget.h", | 1419 "xfa/include/fxfa/fxfa_widget.h", |
1419 "xfa/include/fxgraphics/fx_graphics.h", | 1420 "xfa/include/fxgraphics/fx_graphics.h", |
1420 "xfa/include/fxjse/fxjse.h", | |
1421 ] | 1421 ] |
1422 include_dirs = [ "." ] | 1422 include_dirs = [ "." ] |
1423 if (pdf_enable_v8) { | 1423 if (pdf_enable_v8) { |
1424 sources += [ | 1424 sources += [ |
| 1425 "xfa/fxjse/cfxjse_arguments.h", |
1425 "xfa/fxjse/class.cpp", | 1426 "xfa/fxjse/class.cpp", |
1426 "xfa/fxjse/class.h", | 1427 "xfa/fxjse/class.h", |
1427 "xfa/fxjse/context.cpp", | 1428 "xfa/fxjse/context.cpp", |
1428 "xfa/fxjse/context.h", | 1429 "xfa/fxjse/context.h", |
1429 "xfa/fxjse/dynprop.cpp", | 1430 "xfa/fxjse/dynprop.cpp", |
1430 "xfa/fxjse/runtime.cpp", | 1431 "xfa/fxjse/runtime.cpp", |
1431 "xfa/fxjse/runtime.h", | 1432 "xfa/fxjse/runtime.h", |
1432 "xfa/fxjse/scope_inline.h", | 1433 "xfa/fxjse/scope_inline.h", |
1433 "xfa/fxjse/util_inline.h", | 1434 "xfa/fxjse/util_inline.h", |
1434 "xfa/fxjse/value.cpp", | 1435 "xfa/fxjse/value.cpp", |
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1533 "//v8:v8_libplatform", | 1534 "//v8:v8_libplatform", |
1534 ] | 1535 ] |
1535 include_dirs += [ | 1536 include_dirs += [ |
1536 "//v8", | 1537 "//v8", |
1537 "//v8/include", | 1538 "//v8/include", |
1538 ] | 1539 ] |
1539 configs += [ "//v8:external_startup_data" ] | 1540 configs += [ "//v8:external_startup_data" ] |
1540 } | 1541 } |
1541 configs += [ ":pdfium_config" ] | 1542 configs += [ ":pdfium_config" ] |
1542 } | 1543 } |
OLD | NEW |