Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(242)

Side by Side Diff: BUILD.gn

Issue 2524173002: Merge IFWL and CFWL classes. (Closed)
Patch Set: make chrome build happy Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 1282 matching lines...) Expand 10 before | Expand all | Expand 10 after
1293 "xfa/fwl/core/cfwl_widgetmgr.cpp", 1293 "xfa/fwl/core/cfwl_widgetmgr.cpp",
1294 "xfa/fwl/core/cfwl_widgetmgr.h", 1294 "xfa/fwl/core/cfwl_widgetmgr.h",
1295 "xfa/fwl/core/cfwl_widgetproperties.cpp", 1295 "xfa/fwl/core/cfwl_widgetproperties.cpp",
1296 "xfa/fwl/core/cfwl_widgetproperties.h", 1296 "xfa/fwl/core/cfwl_widgetproperties.h",
1297 "xfa/fwl/core/cfx_barcode.cpp", 1297 "xfa/fwl/core/cfx_barcode.cpp",
1298 "xfa/fwl/core/cfx_barcode.h", 1298 "xfa/fwl/core/cfx_barcode.h",
1299 "xfa/fwl/core/fwl_error.h", 1299 "xfa/fwl/core/fwl_error.h",
1300 "xfa/fwl/core/fwl_widgetdef.h", 1300 "xfa/fwl/core/fwl_widgetdef.h",
1301 "xfa/fwl/core/fwl_widgethit.h", 1301 "xfa/fwl/core/fwl_widgethit.h",
1302 "xfa/fwl/core/ifwl_adaptertimermgr.h", 1302 "xfa/fwl/core/ifwl_adaptertimermgr.h",
1303 "xfa/fwl/core/ifwl_barcode.cpp",
1304 "xfa/fwl/core/ifwl_barcode.h",
1305 "xfa/fwl/core/ifwl_checkbox.cpp",
1306 "xfa/fwl/core/ifwl_checkbox.h",
1307 "xfa/fwl/core/ifwl_combobox.cpp",
1308 "xfa/fwl/core/ifwl_combobox.h",
1309 "xfa/fwl/core/ifwl_datetimepicker.cpp",
1310 "xfa/fwl/core/ifwl_datetimepicker.h",
1311 "xfa/fwl/core/ifwl_edit.cpp",
1312 "xfa/fwl/core/ifwl_edit.h",
1313 "xfa/fwl/core/ifwl_listbox.cpp",
1314 "xfa/fwl/core/ifwl_listbox.h",
1315 "xfa/fwl/core/ifwl_picturebox.cpp",
1316 "xfa/fwl/core/ifwl_picturebox.h",
1317 "xfa/fwl/core/ifwl_pushbutton.cpp",
1318 "xfa/fwl/core/ifwl_pushbutton.h",
1319 "xfa/fwl/core/ifwl_themeprovider.h", 1303 "xfa/fwl/core/ifwl_themeprovider.h",
1320 "xfa/fwl/core/ifwl_widget.cpp",
1321 "xfa/fwl/core/ifwl_widget.h",
1322 "xfa/fwl/core/ifwl_widgetdelegate.h", 1304 "xfa/fwl/core/ifwl_widgetdelegate.h",
1323 "xfa/fwl/core/ifwl_widgetmgrdelegate.h", 1305 "xfa/fwl/core/ifwl_widgetmgrdelegate.h",
1324 "xfa/fwl/theme/cfwl_arrowdata.cpp", 1306 "xfa/fwl/theme/cfwl_arrowdata.cpp",
1325 "xfa/fwl/theme/cfwl_arrowdata.h", 1307 "xfa/fwl/theme/cfwl_arrowdata.h",
1326 "xfa/fwl/theme/cfwl_barcodetp.cpp", 1308 "xfa/fwl/theme/cfwl_barcodetp.cpp",
1327 "xfa/fwl/theme/cfwl_barcodetp.h", 1309 "xfa/fwl/theme/cfwl_barcodetp.h",
1328 "xfa/fwl/theme/cfwl_carettp.cpp", 1310 "xfa/fwl/theme/cfwl_carettp.cpp",
1329 "xfa/fwl/theme/cfwl_carettp.h", 1311 "xfa/fwl/theme/cfwl_carettp.h",
1330 "xfa/fwl/theme/cfwl_checkboxtp.cpp", 1312 "xfa/fwl/theme/cfwl_checkboxtp.cpp",
1331 "xfa/fwl/theme/cfwl_checkboxtp.h", 1313 "xfa/fwl/theme/cfwl_checkboxtp.h",
(...skipping 514 matching lines...) Expand 10 before | Expand all | Expand 10 after
1846 "//samples", 1828 "//samples",
1847 ] 1829 ]
1848 } 1830 }
1849 group("fuzzers") { 1831 group("fuzzers") {
1850 testonly = true 1832 testonly = true
1851 deps = [ 1833 deps = [
1852 "//testing/libfuzzer", 1834 "//testing/libfuzzer",
1853 ] 1835 ]
1854 } 1836 }
1855 } 1837 }
OLDNEW
« no previous file with comments | « no previous file | xfa/fde/cfde_txtedtdorecord_deleterange.cpp » ('j') | xfa/fwl/core/ifwl_widgetmgrdelegate.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698