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 1062 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1073 "xfa/fwl/core/ifwl_tooltiptarget.h", | 1073 "xfa/fwl/core/ifwl_tooltiptarget.h", |
1074 "xfa/fwl/core/ifwl_widget.h", | 1074 "xfa/fwl/core/ifwl_widget.h", |
1075 "xfa/fwl/core/ifwl_widgetdelegate.h", | 1075 "xfa/fwl/core/ifwl_widgetdelegate.h", |
1076 "xfa/fwl/core/ifwl_widgetmgr.h", | 1076 "xfa/fwl/core/ifwl_widgetmgr.h", |
1077 "xfa/fwl/core/ifwl_widgetmgrdelegate.h", | 1077 "xfa/fwl/core/ifwl_widgetmgrdelegate.h", |
1078 "xfa/fwl/core/include/ifwl_adaptertimermgr.h", | 1078 "xfa/fwl/core/include/ifwl_adaptertimermgr.h", |
1079 "xfa/fwl/lightwidget/cfwl_app.cpp", | 1079 "xfa/fwl/lightwidget/cfwl_app.cpp", |
1080 "xfa/fwl/lightwidget/cfwl_app.h", | 1080 "xfa/fwl/lightwidget/cfwl_app.h", |
1081 "xfa/fwl/lightwidget/cfwl_barcode.cpp", | 1081 "xfa/fwl/lightwidget/cfwl_barcode.cpp", |
1082 "xfa/fwl/lightwidget/cfwl_barcode.h", | 1082 "xfa/fwl/lightwidget/cfwl_barcode.h", |
1083 "xfa/fwl/lightwidget/cfwl_caret.cpp", | |
1084 "xfa/fwl/lightwidget/cfwl_caret.h", | |
1085 "xfa/fwl/lightwidget/cfwl_checkbox.cpp", | 1083 "xfa/fwl/lightwidget/cfwl_checkbox.cpp", |
1086 "xfa/fwl/lightwidget/cfwl_checkbox.h", | 1084 "xfa/fwl/lightwidget/cfwl_checkbox.h", |
1087 "xfa/fwl/lightwidget/cfwl_combobox.cpp", | 1085 "xfa/fwl/lightwidget/cfwl_combobox.cpp", |
1088 "xfa/fwl/lightwidget/cfwl_combobox.h", | 1086 "xfa/fwl/lightwidget/cfwl_combobox.h", |
1089 "xfa/fwl/lightwidget/cfwl_datetimepicker.cpp", | 1087 "xfa/fwl/lightwidget/cfwl_datetimepicker.cpp", |
1090 "xfa/fwl/lightwidget/cfwl_datetimepicker.h", | 1088 "xfa/fwl/lightwidget/cfwl_datetimepicker.h", |
1091 "xfa/fwl/lightwidget/cfwl_edit.cpp", | 1089 "xfa/fwl/lightwidget/cfwl_edit.cpp", |
1092 "xfa/fwl/lightwidget/cfwl_edit.h", | 1090 "xfa/fwl/lightwidget/cfwl_edit.h", |
1093 "xfa/fwl/lightwidget/cfwl_listbox.cpp", | 1091 "xfa/fwl/lightwidget/cfwl_listbox.cpp", |
1094 "xfa/fwl/lightwidget/cfwl_listbox.h", | 1092 "xfa/fwl/lightwidget/cfwl_listbox.h", |
(...skipping 626 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1721 "//v8:v8_libplatform", | 1719 "//v8:v8_libplatform", |
1722 ] | 1720 ] |
1723 include_dirs += [ | 1721 include_dirs += [ |
1724 "//v8", | 1722 "//v8", |
1725 "//v8/include", | 1723 "//v8/include", |
1726 ] | 1724 ] |
1727 configs += [ "//v8:external_startup_data" ] | 1725 configs += [ "//v8:external_startup_data" ] |
1728 } | 1726 } |
1729 configs += [ ":pdfium_config" ] | 1727 configs += [ ":pdfium_config" ] |
1730 } | 1728 } |
OLD | NEW |