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_common_config") { | 9 config("pdfium_common_config") { |
10 cflags = [] | 10 cflags = [] |
(...skipping 1160 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1171 "xfa/fwl/core/cfwl_checkbox.h", | 1171 "xfa/fwl/core/cfwl_checkbox.h", |
1172 "xfa/fwl/core/cfwl_combobox.cpp", | 1172 "xfa/fwl/core/cfwl_combobox.cpp", |
1173 "xfa/fwl/core/cfwl_combobox.h", | 1173 "xfa/fwl/core/cfwl_combobox.h", |
1174 "xfa/fwl/core/cfwl_datetimepicker.cpp", | 1174 "xfa/fwl/core/cfwl_datetimepicker.cpp", |
1175 "xfa/fwl/core/cfwl_datetimepicker.h", | 1175 "xfa/fwl/core/cfwl_datetimepicker.h", |
1176 "xfa/fwl/core/cfwl_edit.cpp", | 1176 "xfa/fwl/core/cfwl_edit.cpp", |
1177 "xfa/fwl/core/cfwl_edit.h", | 1177 "xfa/fwl/core/cfwl_edit.h", |
1178 "xfa/fwl/core/cfwl_event.h", | 1178 "xfa/fwl/core/cfwl_event.h", |
1179 "xfa/fwl/core/cfwl_listbox.cpp", | 1179 "xfa/fwl/core/cfwl_listbox.cpp", |
1180 "xfa/fwl/core/cfwl_listbox.h", | 1180 "xfa/fwl/core/cfwl_listbox.h", |
| 1181 "xfa/fwl/core/cfwl_listitem.cpp", |
| 1182 "xfa/fwl/core/cfwl_listitem.h", |
1181 "xfa/fwl/core/cfwl_message.h", | 1183 "xfa/fwl/core/cfwl_message.h", |
1182 "xfa/fwl/core/cfwl_picturebox.cpp", | 1184 "xfa/fwl/core/cfwl_picturebox.cpp", |
1183 "xfa/fwl/core/cfwl_picturebox.h", | 1185 "xfa/fwl/core/cfwl_picturebox.h", |
1184 "xfa/fwl/core/cfwl_pushbutton.cpp", | 1186 "xfa/fwl/core/cfwl_pushbutton.cpp", |
1185 "xfa/fwl/core/cfwl_pushbutton.h", | 1187 "xfa/fwl/core/cfwl_pushbutton.h", |
1186 "xfa/fwl/core/cfwl_themebackground.h", | 1188 "xfa/fwl/core/cfwl_themebackground.h", |
1187 "xfa/fwl/core/cfwl_themepart.h", | 1189 "xfa/fwl/core/cfwl_themepart.h", |
1188 "xfa/fwl/core/cfwl_themetext.h", | 1190 "xfa/fwl/core/cfwl_themetext.h", |
1189 "xfa/fwl/core/cfwl_widget.cpp", | 1191 "xfa/fwl/core/cfwl_widget.cpp", |
1190 "xfa/fwl/core/cfwl_widget.h", | 1192 "xfa/fwl/core/cfwl_widget.h", |
(...skipping 579 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1770 "//samples", | 1772 "//samples", |
1771 ] | 1773 ] |
1772 } | 1774 } |
1773 group("fuzzers") { | 1775 group("fuzzers") { |
1774 testonly = true | 1776 testonly = true |
1775 deps = [ | 1777 deps = [ |
1776 "//testing/libfuzzer", | 1778 "//testing/libfuzzer", |
1777 ] | 1779 ] |
1778 } | 1780 } |
1779 } | 1781 } |
OLD | NEW |