| 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 1044 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1055 "xfa/fwl/core/fwl_widgetmgrimp.cpp", | 1055 "xfa/fwl/core/fwl_widgetmgrimp.cpp", |
| 1056 "xfa/fwl/core/fwl_widgetmgrimp.h", | 1056 "xfa/fwl/core/fwl_widgetmgrimp.h", |
| 1057 "xfa/fwl/core/ifwl_adapternative.h", | 1057 "xfa/fwl/core/ifwl_adapternative.h", |
| 1058 "xfa/fwl/core/ifwl_adapterthreadmgr.h", | 1058 "xfa/fwl/core/ifwl_adapterthreadmgr.h", |
| 1059 "xfa/fwl/core/ifwl_adapterwidgetmgr.h", | 1059 "xfa/fwl/core/ifwl_adapterwidgetmgr.h", |
| 1060 "xfa/fwl/core/ifwl_app.h", | 1060 "xfa/fwl/core/ifwl_app.h", |
| 1061 "xfa/fwl/core/ifwl_dataprovider.h", | 1061 "xfa/fwl/core/ifwl_dataprovider.h", |
| 1062 "xfa/fwl/core/ifwl_form.h", | 1062 "xfa/fwl/core/ifwl_form.h", |
| 1063 "xfa/fwl/core/ifwl_notedriver.h", | 1063 "xfa/fwl/core/ifwl_notedriver.h", |
| 1064 "xfa/fwl/core/ifwl_noteloop.h", | 1064 "xfa/fwl/core/ifwl_noteloop.h", |
| 1065 "xfa/fwl/core/ifwl_notethread.h", | |
| 1066 "xfa/fwl/core/ifwl_panel.h", | 1065 "xfa/fwl/core/ifwl_panel.h", |
| 1067 "xfa/fwl/core/ifwl_target.h", | 1066 "xfa/fwl/core/ifwl_target.h", |
| 1068 "xfa/fwl/core/ifwl_themeprovider.h", | 1067 "xfa/fwl/core/ifwl_themeprovider.h", |
| 1069 "xfa/fwl/core/ifwl_thread.h", | 1068 "xfa/fwl/core/ifwl_thread.h", |
| 1070 "xfa/fwl/core/ifwl_timer.h", | 1069 "xfa/fwl/core/ifwl_timer.h", |
| 1071 "xfa/fwl/core/ifwl_tooltiptarget.h", | 1070 "xfa/fwl/core/ifwl_tooltiptarget.h", |
| 1072 "xfa/fwl/core/ifwl_widget.h", | 1071 "xfa/fwl/core/ifwl_widget.h", |
| 1073 "xfa/fwl/core/ifwl_widgetdelegate.h", | 1072 "xfa/fwl/core/ifwl_widgetdelegate.h", |
| 1074 "xfa/fwl/core/ifwl_widgetmgr.h", | 1073 "xfa/fwl/core/ifwl_widgetmgr.h", |
| 1075 "xfa/fwl/core/ifwl_widgetmgrdelegate.h", | 1074 "xfa/fwl/core/ifwl_widgetmgrdelegate.h", |
| (...skipping 640 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1716 "//v8:v8_libplatform", | 1715 "//v8:v8_libplatform", |
| 1717 ] | 1716 ] |
| 1718 include_dirs += [ | 1717 include_dirs += [ |
| 1719 "//v8", | 1718 "//v8", |
| 1720 "//v8/include", | 1719 "//v8/include", |
| 1721 ] | 1720 ] |
| 1722 configs += [ "//v8:external_startup_data" ] | 1721 configs += [ "//v8:external_startup_data" ] |
| 1723 } | 1722 } |
| 1724 configs += [ ":pdfium_config" ] | 1723 configs += [ ":pdfium_config" ] |
| 1725 } | 1724 } |
| OLD | NEW |