| 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 1013 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1024 "xfa/fwl/basewidget/ifwl_combobox.h", | 1024 "xfa/fwl/basewidget/ifwl_combobox.h", |
| 1025 "xfa/fwl/basewidget/ifwl_datetimepicker.h", | 1025 "xfa/fwl/basewidget/ifwl_datetimepicker.h", |
| 1026 "xfa/fwl/basewidget/ifwl_edit.h", | 1026 "xfa/fwl/basewidget/ifwl_edit.h", |
| 1027 "xfa/fwl/basewidget/ifwl_listbox.h", | 1027 "xfa/fwl/basewidget/ifwl_listbox.h", |
| 1028 "xfa/fwl/basewidget/ifwl_monthcalendar.h", | 1028 "xfa/fwl/basewidget/ifwl_monthcalendar.h", |
| 1029 "xfa/fwl/basewidget/ifwl_picturebox.h", | 1029 "xfa/fwl/basewidget/ifwl_picturebox.h", |
| 1030 "xfa/fwl/basewidget/ifwl_pushbutton.h", | 1030 "xfa/fwl/basewidget/ifwl_pushbutton.h", |
| 1031 "xfa/fwl/basewidget/ifwl_scrollbar.h", | 1031 "xfa/fwl/basewidget/ifwl_scrollbar.h", |
| 1032 "xfa/fwl/basewidget/ifwl_spinbutton.h", | 1032 "xfa/fwl/basewidget/ifwl_spinbutton.h", |
| 1033 "xfa/fwl/basewidget/ifwl_tooltip.h", | 1033 "xfa/fwl/basewidget/ifwl_tooltip.h", |
| 1034 "xfa/fwl/basewidget/ifx_barcode.h", | |
| 1035 "xfa/fwl/core/cfwl_event.h", | 1034 "xfa/fwl/core/cfwl_event.h", |
| 1036 "xfa/fwl/core/cfwl_message.h", | 1035 "xfa/fwl/core/cfwl_message.h", |
| 1037 "xfa/fwl/core/cfwl_note.h", | 1036 "xfa/fwl/core/cfwl_note.h", |
| 1038 "xfa/fwl/core/cfwl_themebackground.h", | 1037 "xfa/fwl/core/cfwl_themebackground.h", |
| 1039 "xfa/fwl/core/cfwl_themepart.h", | 1038 "xfa/fwl/core/cfwl_themepart.h", |
| 1040 "xfa/fwl/core/cfwl_themetext.h", | 1039 "xfa/fwl/core/cfwl_themetext.h", |
| 1041 "xfa/fwl/core/cfwl_widgetimpproperties.h", | 1040 "xfa/fwl/core/cfwl_widgetimpproperties.h", |
| 1042 "xfa/fwl/core/fwl_appimp.cpp", | 1041 "xfa/fwl/core/fwl_appimp.cpp", |
| 1043 "xfa/fwl/core/fwl_appimp.h", | 1042 "xfa/fwl/core/fwl_appimp.h", |
| 1044 "xfa/fwl/core/fwl_contentimp.cpp", | 1043 "xfa/fwl/core/fwl_contentimp.cpp", |
| (...skipping 686 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1731 "//v8:v8_libplatform", | 1730 "//v8:v8_libplatform", |
| 1732 ] | 1731 ] |
| 1733 include_dirs += [ | 1732 include_dirs += [ |
| 1734 "//v8", | 1733 "//v8", |
| 1735 "//v8/include", | 1734 "//v8/include", |
| 1736 ] | 1735 ] |
| 1737 configs += [ "//v8:external_startup_data" ] | 1736 configs += [ "//v8:external_startup_data" ] |
| 1738 } | 1737 } |
| 1739 configs += [ ":pdfium_config" ] | 1738 configs += [ ":pdfium_config" ] |
| 1740 } | 1739 } |
| OLD | NEW |