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 1242 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1253 "xfa/fwl/core/cfwl_picturebox.cpp", | 1253 "xfa/fwl/core/cfwl_picturebox.cpp", |
1254 "xfa/fwl/core/cfwl_picturebox.h", | 1254 "xfa/fwl/core/cfwl_picturebox.h", |
1255 "xfa/fwl/core/cfwl_pushbutton.cpp", | 1255 "xfa/fwl/core/cfwl_pushbutton.cpp", |
1256 "xfa/fwl/core/cfwl_pushbutton.h", | 1256 "xfa/fwl/core/cfwl_pushbutton.h", |
1257 "xfa/fwl/core/cfwl_sysbtn.cpp", | 1257 "xfa/fwl/core/cfwl_sysbtn.cpp", |
1258 "xfa/fwl/core/cfwl_sysbtn.h", | 1258 "xfa/fwl/core/cfwl_sysbtn.h", |
1259 "xfa/fwl/core/cfwl_themebackground.h", | 1259 "xfa/fwl/core/cfwl_themebackground.h", |
1260 "xfa/fwl/core/cfwl_themepart.cpp", | 1260 "xfa/fwl/core/cfwl_themepart.cpp", |
1261 "xfa/fwl/core/cfwl_themepart.h", | 1261 "xfa/fwl/core/cfwl_themepart.h", |
1262 "xfa/fwl/core/cfwl_themetext.h", | 1262 "xfa/fwl/core/cfwl_themetext.h", |
| 1263 "xfa/fwl/core/cfwl_timer.cpp", |
| 1264 "xfa/fwl/core/cfwl_timer.h", |
| 1265 "xfa/fwl/core/cfwl_timerinfo.cpp", |
| 1266 "xfa/fwl/core/cfwl_timerinfo.h", |
1263 "xfa/fwl/core/cfwl_widget.cpp", | 1267 "xfa/fwl/core/cfwl_widget.cpp", |
1264 "xfa/fwl/core/cfwl_widget.h", | 1268 "xfa/fwl/core/cfwl_widget.h", |
1265 "xfa/fwl/core/cfwl_widgetmgr.cpp", | 1269 "xfa/fwl/core/cfwl_widgetmgr.cpp", |
1266 "xfa/fwl/core/cfwl_widgetmgr.h", | 1270 "xfa/fwl/core/cfwl_widgetmgr.h", |
1267 "xfa/fwl/core/cfwl_widgetproperties.cpp", | 1271 "xfa/fwl/core/cfwl_widgetproperties.cpp", |
1268 "xfa/fwl/core/cfwl_widgetproperties.h", | 1272 "xfa/fwl/core/cfwl_widgetproperties.h", |
1269 "xfa/fwl/core/cfx_barcode.cpp", | 1273 "xfa/fwl/core/cfx_barcode.cpp", |
1270 "xfa/fwl/core/cfx_barcode.h", | 1274 "xfa/fwl/core/cfx_barcode.h", |
1271 "xfa/fwl/core/fwl_error.h", | 1275 "xfa/fwl/core/fwl_error.h", |
1272 "xfa/fwl/core/fwl_widgetdef.h", | 1276 "xfa/fwl/core/fwl_widgetdef.h", |
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1304 "xfa/fwl/core/ifwl_monthcalendar.h", | 1308 "xfa/fwl/core/ifwl_monthcalendar.h", |
1305 "xfa/fwl/core/ifwl_picturebox.cpp", | 1309 "xfa/fwl/core/ifwl_picturebox.cpp", |
1306 "xfa/fwl/core/ifwl_picturebox.h", | 1310 "xfa/fwl/core/ifwl_picturebox.h", |
1307 "xfa/fwl/core/ifwl_pushbutton.cpp", | 1311 "xfa/fwl/core/ifwl_pushbutton.cpp", |
1308 "xfa/fwl/core/ifwl_pushbutton.h", | 1312 "xfa/fwl/core/ifwl_pushbutton.h", |
1309 "xfa/fwl/core/ifwl_scrollbar.cpp", | 1313 "xfa/fwl/core/ifwl_scrollbar.cpp", |
1310 "xfa/fwl/core/ifwl_scrollbar.h", | 1314 "xfa/fwl/core/ifwl_scrollbar.h", |
1311 "xfa/fwl/core/ifwl_spinbutton.cpp", | 1315 "xfa/fwl/core/ifwl_spinbutton.cpp", |
1312 "xfa/fwl/core/ifwl_spinbutton.h", | 1316 "xfa/fwl/core/ifwl_spinbutton.h", |
1313 "xfa/fwl/core/ifwl_themeprovider.h", | 1317 "xfa/fwl/core/ifwl_themeprovider.h", |
1314 "xfa/fwl/core/ifwl_timer.cpp", | |
1315 "xfa/fwl/core/ifwl_timer.h", | |
1316 "xfa/fwl/core/ifwl_timerinfo.cpp", | |
1317 "xfa/fwl/core/ifwl_timerinfo.h", | |
1318 "xfa/fwl/core/ifwl_widget.cpp", | 1318 "xfa/fwl/core/ifwl_widget.cpp", |
1319 "xfa/fwl/core/ifwl_widget.h", | 1319 "xfa/fwl/core/ifwl_widget.h", |
1320 "xfa/fwl/core/ifwl_widgetdelegate.h", | 1320 "xfa/fwl/core/ifwl_widgetdelegate.h", |
1321 "xfa/fwl/core/ifwl_widgetmgrdelegate.h", | 1321 "xfa/fwl/core/ifwl_widgetmgrdelegate.h", |
1322 "xfa/fwl/theme/cfwl_arrowdata.cpp", | 1322 "xfa/fwl/theme/cfwl_arrowdata.cpp", |
1323 "xfa/fwl/theme/cfwl_arrowdata.h", | 1323 "xfa/fwl/theme/cfwl_arrowdata.h", |
1324 "xfa/fwl/theme/cfwl_barcodetp.cpp", | 1324 "xfa/fwl/theme/cfwl_barcodetp.cpp", |
1325 "xfa/fwl/theme/cfwl_barcodetp.h", | 1325 "xfa/fwl/theme/cfwl_barcodetp.h", |
1326 "xfa/fwl/theme/cfwl_carettp.cpp", | 1326 "xfa/fwl/theme/cfwl_carettp.cpp", |
1327 "xfa/fwl/theme/cfwl_carettp.h", | 1327 "xfa/fwl/theme/cfwl_carettp.h", |
(...skipping 516 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1844 "//samples", | 1844 "//samples", |
1845 ] | 1845 ] |
1846 } | 1846 } |
1847 group("fuzzers") { | 1847 group("fuzzers") { |
1848 testonly = true | 1848 testonly = true |
1849 deps = [ | 1849 deps = [ |
1850 "//testing/libfuzzer", | 1850 "//testing/libfuzzer", |
1851 ] | 1851 ] |
1852 } | 1852 } |
1853 } | 1853 } |
OLD | NEW |