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

Side by Side Diff: BUILD.gn

Issue 2506253004: Split fwl/core class pt I. (Closed)
Patch Set: Rebase to master Created 4 years, 1 month 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
« no previous file with comments | « no previous file | fpdfsdk/fpdfxfa/cxfa_fwladaptertimermgr.h » ('j') | xfa/fwl/core/cfwl_sysbtn.h » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1220 matching lines...) Expand 10 before | Expand all | Expand 10 after
1231 "xfa/fwl/core/cfwl_msgmouse.cpp", 1231 "xfa/fwl/core/cfwl_msgmouse.cpp",
1232 "xfa/fwl/core/cfwl_msgmouse.h", 1232 "xfa/fwl/core/cfwl_msgmouse.h",
1233 "xfa/fwl/core/cfwl_msgmousewheel.cpp", 1233 "xfa/fwl/core/cfwl_msgmousewheel.cpp",
1234 "xfa/fwl/core/cfwl_msgmousewheel.h", 1234 "xfa/fwl/core/cfwl_msgmousewheel.h",
1235 "xfa/fwl/core/cfwl_msgsetfocus.cpp", 1235 "xfa/fwl/core/cfwl_msgsetfocus.cpp",
1236 "xfa/fwl/core/cfwl_msgsetfocus.h", 1236 "xfa/fwl/core/cfwl_msgsetfocus.h",
1237 "xfa/fwl/core/cfwl_picturebox.cpp", 1237 "xfa/fwl/core/cfwl_picturebox.cpp",
1238 "xfa/fwl/core/cfwl_picturebox.h", 1238 "xfa/fwl/core/cfwl_picturebox.h",
1239 "xfa/fwl/core/cfwl_pushbutton.cpp", 1239 "xfa/fwl/core/cfwl_pushbutton.cpp",
1240 "xfa/fwl/core/cfwl_pushbutton.h", 1240 "xfa/fwl/core/cfwl_pushbutton.h",
1241 "xfa/fwl/core/cfwl_sysbtn.cpp",
1242 "xfa/fwl/core/cfwl_sysbtn.h",
1241 "xfa/fwl/core/cfwl_themebackground.h", 1243 "xfa/fwl/core/cfwl_themebackground.h",
1242 "xfa/fwl/core/cfwl_themepart.h", 1244 "xfa/fwl/core/cfwl_themepart.h",
1243 "xfa/fwl/core/cfwl_themetext.h", 1245 "xfa/fwl/core/cfwl_themetext.h",
1244 "xfa/fwl/core/cfwl_widget.cpp", 1246 "xfa/fwl/core/cfwl_widget.cpp",
1245 "xfa/fwl/core/cfwl_widget.h", 1247 "xfa/fwl/core/cfwl_widget.h",
1246 "xfa/fwl/core/cfwl_widgetmgr.cpp", 1248 "xfa/fwl/core/cfwl_widgetmgr.cpp",
1247 "xfa/fwl/core/cfwl_widgetmgr.h", 1249 "xfa/fwl/core/cfwl_widgetmgr.h",
1248 "xfa/fwl/core/cfwl_widgetproperties.h", 1250 "xfa/fwl/core/cfwl_widgetproperties.h",
1249 "xfa/fwl/core/cfx_barcode.cpp", 1251 "xfa/fwl/core/cfx_barcode.cpp",
1250 "xfa/fwl/core/cfx_barcode.h", 1252 "xfa/fwl/core/cfx_barcode.h",
(...skipping 25 matching lines...) Expand all
1276 "xfa/fwl/core/ifwl_datetimepicker.cpp", 1278 "xfa/fwl/core/ifwl_datetimepicker.cpp",
1277 "xfa/fwl/core/ifwl_datetimepicker.h", 1279 "xfa/fwl/core/ifwl_datetimepicker.h",
1278 "xfa/fwl/core/ifwl_edit.cpp", 1280 "xfa/fwl/core/ifwl_edit.cpp",
1279 "xfa/fwl/core/ifwl_edit.h", 1281 "xfa/fwl/core/ifwl_edit.h",
1280 "xfa/fwl/core/ifwl_form.cpp", 1282 "xfa/fwl/core/ifwl_form.cpp",
1281 "xfa/fwl/core/ifwl_form.h", 1283 "xfa/fwl/core/ifwl_form.h",
1282 "xfa/fwl/core/ifwl_formproxy.cpp", 1284 "xfa/fwl/core/ifwl_formproxy.cpp",
1283 "xfa/fwl/core/ifwl_formproxy.h", 1285 "xfa/fwl/core/ifwl_formproxy.h",
1284 "xfa/fwl/core/ifwl_listbox.cpp", 1286 "xfa/fwl/core/ifwl_listbox.cpp",
1285 "xfa/fwl/core/ifwl_listbox.h", 1287 "xfa/fwl/core/ifwl_listbox.h",
1288 "xfa/fwl/core/ifwl_listboxdp.h",
1286 "xfa/fwl/core/ifwl_monthcalendar.cpp", 1289 "xfa/fwl/core/ifwl_monthcalendar.cpp",
1287 "xfa/fwl/core/ifwl_monthcalendar.h", 1290 "xfa/fwl/core/ifwl_monthcalendar.h",
1288 "xfa/fwl/core/ifwl_picturebox.cpp", 1291 "xfa/fwl/core/ifwl_picturebox.cpp",
1289 "xfa/fwl/core/ifwl_picturebox.h", 1292 "xfa/fwl/core/ifwl_picturebox.h",
1290 "xfa/fwl/core/ifwl_pushbutton.cpp", 1293 "xfa/fwl/core/ifwl_pushbutton.cpp",
1291 "xfa/fwl/core/ifwl_pushbutton.h", 1294 "xfa/fwl/core/ifwl_pushbutton.h",
1292 "xfa/fwl/core/ifwl_scrollbar.cpp", 1295 "xfa/fwl/core/ifwl_scrollbar.cpp",
1293 "xfa/fwl/core/ifwl_scrollbar.h", 1296 "xfa/fwl/core/ifwl_scrollbar.h",
1294 "xfa/fwl/core/ifwl_spinbutton.cpp", 1297 "xfa/fwl/core/ifwl_spinbutton.cpp",
1295 "xfa/fwl/core/ifwl_spinbutton.h", 1298 "xfa/fwl/core/ifwl_spinbutton.h",
1296 "xfa/fwl/core/ifwl_themeprovider.h", 1299 "xfa/fwl/core/ifwl_themeprovider.h",
1297 "xfa/fwl/core/ifwl_timer.cpp", 1300 "xfa/fwl/core/ifwl_timer.cpp",
1298 "xfa/fwl/core/ifwl_timer.h", 1301 "xfa/fwl/core/ifwl_timer.h",
1302 "xfa/fwl/core/ifwl_timerinfo.cpp",
1303 "xfa/fwl/core/ifwl_timerinfo.h",
1299 "xfa/fwl/core/ifwl_tooltip.cpp", 1304 "xfa/fwl/core/ifwl_tooltip.cpp",
1300 "xfa/fwl/core/ifwl_tooltip.h", 1305 "xfa/fwl/core/ifwl_tooltip.h",
1301 "xfa/fwl/core/ifwl_widget.cpp", 1306 "xfa/fwl/core/ifwl_widget.cpp",
1302 "xfa/fwl/core/ifwl_widget.h", 1307 "xfa/fwl/core/ifwl_widget.h",
1303 "xfa/fwl/core/ifwl_widgetdelegate.h", 1308 "xfa/fwl/core/ifwl_widgetdelegate.h",
1304 "xfa/fwl/theme/cfwl_arrowdata.cpp", 1309 "xfa/fwl/theme/cfwl_arrowdata.cpp",
1305 "xfa/fwl/theme/cfwl_arrowdata.h", 1310 "xfa/fwl/theme/cfwl_arrowdata.h",
1306 "xfa/fwl/theme/cfwl_barcodetp.cpp", 1311 "xfa/fwl/theme/cfwl_barcodetp.cpp",
1307 "xfa/fwl/theme/cfwl_barcodetp.h", 1312 "xfa/fwl/theme/cfwl_barcodetp.h",
1308 "xfa/fwl/theme/cfwl_carettp.cpp", 1313 "xfa/fwl/theme/cfwl_carettp.cpp",
(...skipping 12 matching lines...) Expand all
1321 "xfa/fwl/theme/cfwl_monthcalendartp.h", 1326 "xfa/fwl/theme/cfwl_monthcalendartp.h",
1322 "xfa/fwl/theme/cfwl_pictureboxtp.cpp", 1327 "xfa/fwl/theme/cfwl_pictureboxtp.cpp",
1323 "xfa/fwl/theme/cfwl_pictureboxtp.h", 1328 "xfa/fwl/theme/cfwl_pictureboxtp.h",
1324 "xfa/fwl/theme/cfwl_pushbuttontp.cpp", 1329 "xfa/fwl/theme/cfwl_pushbuttontp.cpp",
1325 "xfa/fwl/theme/cfwl_pushbuttontp.h", 1330 "xfa/fwl/theme/cfwl_pushbuttontp.h",
1326 "xfa/fwl/theme/cfwl_scrollbartp.cpp", 1331 "xfa/fwl/theme/cfwl_scrollbartp.cpp",
1327 "xfa/fwl/theme/cfwl_scrollbartp.h", 1332 "xfa/fwl/theme/cfwl_scrollbartp.h",
1328 "xfa/fwl/theme/cfwl_utils.h", 1333 "xfa/fwl/theme/cfwl_utils.h",
1329 "xfa/fwl/theme/cfwl_widgettp.cpp", 1334 "xfa/fwl/theme/cfwl_widgettp.cpp",
1330 "xfa/fwl/theme/cfwl_widgettp.h", 1335 "xfa/fwl/theme/cfwl_widgettp.h",
1336 "xfa/fwl/theme/ifwl_monthcalendardp.h",
1331 "xfa/fxbarcode/BC_Dimension.cpp", 1337 "xfa/fxbarcode/BC_Dimension.cpp",
1332 "xfa/fxbarcode/BC_Dimension.h", 1338 "xfa/fxbarcode/BC_Dimension.h",
1333 "xfa/fxbarcode/BC_Library.cpp", 1339 "xfa/fxbarcode/BC_Library.cpp",
1334 "xfa/fxbarcode/BC_Library.h", 1340 "xfa/fxbarcode/BC_Library.h",
1335 "xfa/fxbarcode/BC_TwoDimWriter.cpp", 1341 "xfa/fxbarcode/BC_TwoDimWriter.cpp",
1336 "xfa/fxbarcode/BC_TwoDimWriter.h", 1342 "xfa/fxbarcode/BC_TwoDimWriter.h",
1337 "xfa/fxbarcode/BC_UtilCodingConvert.cpp", 1343 "xfa/fxbarcode/BC_UtilCodingConvert.cpp",
1338 "xfa/fxbarcode/BC_UtilCodingConvert.h", 1344 "xfa/fxbarcode/BC_UtilCodingConvert.h",
1339 "xfa/fxbarcode/BC_Utils.cpp", 1345 "xfa/fxbarcode/BC_Utils.cpp",
1340 "xfa/fxbarcode/BC_Writer.cpp", 1346 "xfa/fxbarcode/BC_Writer.cpp",
(...skipping 483 matching lines...) Expand 10 before | Expand all | Expand 10 after
1824 "//samples", 1830 "//samples",
1825 ] 1831 ]
1826 } 1832 }
1827 group("fuzzers") { 1833 group("fuzzers") {
1828 testonly = true 1834 testonly = true
1829 deps = [ 1835 deps = [
1830 "//testing/libfuzzer", 1836 "//testing/libfuzzer",
1831 ] 1837 ]
1832 } 1838 }
1833 } 1839 }
OLDNEW
« no previous file with comments | « no previous file | fpdfsdk/fpdfxfa/cxfa_fwladaptertimermgr.h » ('j') | xfa/fwl/core/cfwl_sysbtn.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698