| 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 1091 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1102 "xfa/fwl/lightwidget/cfwl_scrollbar.cpp", | 1102 "xfa/fwl/lightwidget/cfwl_scrollbar.cpp", |
| 1103 "xfa/fwl/lightwidget/cfwl_scrollbar.h", | 1103 "xfa/fwl/lightwidget/cfwl_scrollbar.h", |
| 1104 "xfa/fwl/lightwidget/cfwl_theme.cpp", | 1104 "xfa/fwl/lightwidget/cfwl_theme.cpp", |
| 1105 "xfa/fwl/lightwidget/cfwl_theme.h", | 1105 "xfa/fwl/lightwidget/cfwl_theme.h", |
| 1106 "xfa/fwl/lightwidget/cfwl_tooltip.cpp", | 1106 "xfa/fwl/lightwidget/cfwl_tooltip.cpp", |
| 1107 "xfa/fwl/lightwidget/cfwl_tooltip.h", | 1107 "xfa/fwl/lightwidget/cfwl_tooltip.h", |
| 1108 "xfa/fwl/lightwidget/cfwl_widget.cpp", | 1108 "xfa/fwl/lightwidget/cfwl_widget.cpp", |
| 1109 "xfa/fwl/lightwidget/cfwl_widget.h", | 1109 "xfa/fwl/lightwidget/cfwl_widget.h", |
| 1110 "xfa/fwl/lightwidget/cfwl_widgetdelegate.cpp", | 1110 "xfa/fwl/lightwidget/cfwl_widgetdelegate.cpp", |
| 1111 "xfa/fwl/lightwidget/cfwl_widgetdelegate.h", | 1111 "xfa/fwl/lightwidget/cfwl_widgetdelegate.h", |
| 1112 "xfa/fwl/lightwidget/cfwl_widgetproperities.cpp", | 1112 "xfa/fwl/lightwidget/cfwl_widgetproperties.cpp", |
| 1113 "xfa/fwl/lightwidget/cfwl_widgetproperties.h", | 1113 "xfa/fwl/lightwidget/cfwl_widgetproperties.h", |
| 1114 "xfa/fwl/theme/cfwl_barcodetp.cpp", | 1114 "xfa/fwl/theme/cfwl_barcodetp.cpp", |
| 1115 "xfa/fwl/theme/cfwl_barcodetp.h", | 1115 "xfa/fwl/theme/cfwl_barcodetp.h", |
| 1116 "xfa/fwl/theme/cfwl_carettp.cpp", | 1116 "xfa/fwl/theme/cfwl_carettp.cpp", |
| 1117 "xfa/fwl/theme/cfwl_carettp.h", | 1117 "xfa/fwl/theme/cfwl_carettp.h", |
| 1118 "xfa/fwl/theme/cfwl_checkboxtp.cpp", | 1118 "xfa/fwl/theme/cfwl_checkboxtp.cpp", |
| 1119 "xfa/fwl/theme/cfwl_checkboxtp.h", | 1119 "xfa/fwl/theme/cfwl_checkboxtp.h", |
| 1120 "xfa/fwl/theme/cfwl_comboboxtp.cpp", | 1120 "xfa/fwl/theme/cfwl_comboboxtp.cpp", |
| 1121 "xfa/fwl/theme/cfwl_comboboxtp.h", | 1121 "xfa/fwl/theme/cfwl_comboboxtp.h", |
| 1122 "xfa/fwl/theme/cfwl_datetimepickedtp.cpp", | 1122 "xfa/fwl/theme/cfwl_datetimepickedtp.cpp", |
| (...skipping 547 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1670 "//v8:v8_libplatform", | 1670 "//v8:v8_libplatform", |
| 1671 ] | 1671 ] |
| 1672 include_dirs += [ | 1672 include_dirs += [ |
| 1673 "//v8", | 1673 "//v8", |
| 1674 "//v8/include", | 1674 "//v8/include", |
| 1675 ] | 1675 ] |
| 1676 configs += [ "//v8:external_startup_data" ] | 1676 configs += [ "//v8:external_startup_data" ] |
| 1677 } | 1677 } |
| 1678 configs += [ ":pdfium_config" ] | 1678 configs += [ ":pdfium_config" ] |
| 1679 } | 1679 } |
| OLD | NEW |