| 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 755 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 766 ] | 766 ] |
| 767 configs -= [ "//build/config/compiler:chromium_code" ] | 767 configs -= [ "//build/config/compiler:chromium_code" ] |
| 768 configs += [ | 768 configs += [ |
| 769 ":pdfium_config", | 769 ":pdfium_config", |
| 770 "//build/config/compiler:no_chromium_code", | 770 "//build/config/compiler:no_chromium_code", |
| 771 ] | 771 ] |
| 772 } | 772 } |
| 773 | 773 |
| 774 static_library("xfa") { | 774 static_library("xfa") { |
| 775 sources = [ | 775 sources = [ |
| 776 "xfa/include/foxitxfa.h", | |
| 777 "xfa/include/fwl/adapter/fwl_adapternative.h", | 776 "xfa/include/fwl/adapter/fwl_adapternative.h", |
| 778 "xfa/include/fwl/adapter/fwl_adapterthreadmgr.h", | 777 "xfa/include/fwl/adapter/fwl_adapterthreadmgr.h", |
| 779 "xfa/include/fwl/adapter/fwl_adaptertimermgr.h", | 778 "xfa/include/fwl/adapter/fwl_adaptertimermgr.h", |
| 780 "xfa/include/fwl/adapter/fwl_adapterwidgetmgr.h", | 779 "xfa/include/fwl/adapter/fwl_adapterwidgetmgr.h", |
| 781 "xfa/include/fwl/adapter/fwl_sdadapterimp.h", | 780 "xfa/include/fwl/adapter/fwl_sdadapterimp.h", |
| 782 "xfa/include/fwl/basewidget/fwl_barcode.h", | 781 "xfa/include/fwl/basewidget/fwl_barcode.h", |
| 783 "xfa/include/fwl/basewidget/fwl_caret.h", | 782 "xfa/include/fwl/basewidget/fwl_caret.h", |
| 784 "xfa/include/fwl/basewidget/fwl_checkbox.h", | 783 "xfa/include/fwl/basewidget/fwl_checkbox.h", |
| 785 "xfa/include/fwl/basewidget/fwl_combobox.h", | 784 "xfa/include/fwl/basewidget/fwl_combobox.h", |
| 786 "xfa/include/fwl/basewidget/fwl_datetimepicker.h", | 785 "xfa/include/fwl/basewidget/fwl_datetimepicker.h", |
| (...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 934 "xfa/src/fgas/src/layout/fx_textbreak.h", | 933 "xfa/src/fgas/src/layout/fx_textbreak.h", |
| 935 "xfa/src/fgas/src/layout/fx_unicode.cpp", | 934 "xfa/src/fgas/src/layout/fx_unicode.cpp", |
| 936 "xfa/src/fgas/src/layout/fx_unicode.h", | 935 "xfa/src/fgas/src/layout/fx_unicode.h", |
| 937 "xfa/src/fgas/src/localization/fx_datetime.cpp", | 936 "xfa/src/fgas/src/localization/fx_datetime.cpp", |
| 938 "xfa/src/fgas/src/localization/fx_locale.cpp", | 937 "xfa/src/fgas/src/localization/fx_locale.cpp", |
| 939 "xfa/src/fgas/src/localization/fx_localeimp.h", | 938 "xfa/src/fgas/src/localization/fx_localeimp.h", |
| 940 "xfa/src/fgas/src/localization/fx_localemgr.cpp", | 939 "xfa/src/fgas/src/localization/fx_localemgr.cpp", |
| 941 "xfa/src/fgas/src/localization/fx_localemgr.h", | 940 "xfa/src/fgas/src/localization/fx_localemgr.h", |
| 942 "xfa/src/fgas/src/xml/fx_sax_imp.cpp", | 941 "xfa/src/fgas/src/xml/fx_sax_imp.cpp", |
| 943 "xfa/src/fgas/src/xml/fx_sax_imp.h", | 942 "xfa/src/fgas/src/xml/fx_sax_imp.h", |
| 944 "xfa/src/foxitlib.h", | |
| 945 "xfa/src/fwl/src/basewidget/fwl_barcodeimp.cpp", | 943 "xfa/src/fwl/src/basewidget/fwl_barcodeimp.cpp", |
| 946 "xfa/src/fwl/src/basewidget/fwl_caretimp.cpp", | 944 "xfa/src/fwl/src/basewidget/fwl_caretimp.cpp", |
| 947 "xfa/src/fwl/src/basewidget/fwl_checkboximp.cpp", | 945 "xfa/src/fwl/src/basewidget/fwl_checkboximp.cpp", |
| 948 "xfa/src/fwl/src/basewidget/fwl_comboboximp.cpp", | 946 "xfa/src/fwl/src/basewidget/fwl_comboboximp.cpp", |
| 949 "xfa/src/fwl/src/basewidget/fwl_datetimepickerimp.cpp", | 947 "xfa/src/fwl/src/basewidget/fwl_datetimepickerimp.cpp", |
| 950 "xfa/src/fwl/src/basewidget/fwl_editimp.cpp", | 948 "xfa/src/fwl/src/basewidget/fwl_editimp.cpp", |
| 951 "xfa/src/fwl/src/basewidget/fwl_formproxyimp.cpp", | 949 "xfa/src/fwl/src/basewidget/fwl_formproxyimp.cpp", |
| 952 "xfa/src/fwl/src/basewidget/fwl_listboximp.cpp", | 950 "xfa/src/fwl/src/basewidget/fwl_listboximp.cpp", |
| 953 "xfa/src/fwl/src/basewidget/fwl_monthcalendarimp.cpp", | 951 "xfa/src/fwl/src/basewidget/fwl_monthcalendarimp.cpp", |
| 954 "xfa/src/fwl/src/basewidget/fwl_pictureboximp.cpp", | 952 "xfa/src/fwl/src/basewidget/fwl_pictureboximp.cpp", |
| (...skipping 549 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1504 "//v8:v8_libplatform", | 1502 "//v8:v8_libplatform", |
| 1505 ] | 1503 ] |
| 1506 include_dirs += [ | 1504 include_dirs += [ |
| 1507 "//v8", | 1505 "//v8", |
| 1508 "//v8/include", | 1506 "//v8/include", |
| 1509 ] | 1507 ] |
| 1510 configs += [ "//v8:external_startup_data" ] | 1508 configs += [ "//v8:external_startup_data" ] |
| 1511 } | 1509 } |
| 1512 configs += [ ":pdfium_config" ] | 1510 configs += [ ":pdfium_config" ] |
| 1513 } | 1511 } |
| OLD | NEW |