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

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') | no next file with comments »
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 1227 matching lines...) Expand 10 before | Expand all | Expand 10 after
1238 "xfa/fwl/core/cfwl_msgmouse.cpp", 1238 "xfa/fwl/core/cfwl_msgmouse.cpp",
1239 "xfa/fwl/core/cfwl_msgmouse.h", 1239 "xfa/fwl/core/cfwl_msgmouse.h",
1240 "xfa/fwl/core/cfwl_msgmousewheel.cpp", 1240 "xfa/fwl/core/cfwl_msgmousewheel.cpp",
1241 "xfa/fwl/core/cfwl_msgmousewheel.h", 1241 "xfa/fwl/core/cfwl_msgmousewheel.h",
1242 "xfa/fwl/core/cfwl_msgsetfocus.cpp", 1242 "xfa/fwl/core/cfwl_msgsetfocus.cpp",
1243 "xfa/fwl/core/cfwl_msgsetfocus.h", 1243 "xfa/fwl/core/cfwl_msgsetfocus.h",
1244 "xfa/fwl/core/cfwl_picturebox.cpp", 1244 "xfa/fwl/core/cfwl_picturebox.cpp",
1245 "xfa/fwl/core/cfwl_picturebox.h", 1245 "xfa/fwl/core/cfwl_picturebox.h",
1246 "xfa/fwl/core/cfwl_pushbutton.cpp", 1246 "xfa/fwl/core/cfwl_pushbutton.cpp",
1247 "xfa/fwl/core/cfwl_pushbutton.h", 1247 "xfa/fwl/core/cfwl_pushbutton.h",
1248 "xfa/fwl/core/cfwl_sysbtn.cpp",
1249 "xfa/fwl/core/cfwl_sysbtn.h",
1248 "xfa/fwl/core/cfwl_themebackground.h", 1250 "xfa/fwl/core/cfwl_themebackground.h",
1249 "xfa/fwl/core/cfwl_themepart.h", 1251 "xfa/fwl/core/cfwl_themepart.h",
1250 "xfa/fwl/core/cfwl_themetext.h", 1252 "xfa/fwl/core/cfwl_themetext.h",
1251 "xfa/fwl/core/cfwl_widget.cpp", 1253 "xfa/fwl/core/cfwl_widget.cpp",
1252 "xfa/fwl/core/cfwl_widget.h", 1254 "xfa/fwl/core/cfwl_widget.h",
1253 "xfa/fwl/core/cfwl_widgetmgr.cpp", 1255 "xfa/fwl/core/cfwl_widgetmgr.cpp",
1254 "xfa/fwl/core/cfwl_widgetmgr.h", 1256 "xfa/fwl/core/cfwl_widgetmgr.h",
1255 "xfa/fwl/core/cfwl_widgetproperties.h", 1257 "xfa/fwl/core/cfwl_widgetproperties.h",
1256 "xfa/fwl/core/cfx_barcode.cpp", 1258 "xfa/fwl/core/cfx_barcode.cpp",
1257 "xfa/fwl/core/cfx_barcode.h", 1259 "xfa/fwl/core/cfx_barcode.h",
(...skipping 12 matching lines...) Expand all
1270 "xfa/fwl/core/ifwl_checkbox.cpp", 1272 "xfa/fwl/core/ifwl_checkbox.cpp",
1271 "xfa/fwl/core/ifwl_checkbox.h", 1273 "xfa/fwl/core/ifwl_checkbox.h",
1272 "xfa/fwl/core/ifwl_combobox.cpp", 1274 "xfa/fwl/core/ifwl_combobox.cpp",
1273 "xfa/fwl/core/ifwl_combobox.h", 1275 "xfa/fwl/core/ifwl_combobox.h",
1274 "xfa/fwl/core/ifwl_comboboxproxy.cpp", 1276 "xfa/fwl/core/ifwl_comboboxproxy.cpp",
1275 "xfa/fwl/core/ifwl_comboboxproxy.h", 1277 "xfa/fwl/core/ifwl_comboboxproxy.h",
1276 "xfa/fwl/core/ifwl_comboedit.cpp", 1278 "xfa/fwl/core/ifwl_comboedit.cpp",
1277 "xfa/fwl/core/ifwl_comboedit.h", 1279 "xfa/fwl/core/ifwl_comboedit.h",
1278 "xfa/fwl/core/ifwl_combolist.cpp", 1280 "xfa/fwl/core/ifwl_combolist.cpp",
1279 "xfa/fwl/core/ifwl_combolist.h", 1281 "xfa/fwl/core/ifwl_combolist.h",
1280 "xfa/fwl/core/ifwl_dataprovider.h",
1281 "xfa/fwl/core/ifwl_datetimeedit.cpp", 1282 "xfa/fwl/core/ifwl_datetimeedit.cpp",
1282 "xfa/fwl/core/ifwl_datetimeedit.h", 1283 "xfa/fwl/core/ifwl_datetimeedit.h",
1283 "xfa/fwl/core/ifwl_datetimepicker.cpp", 1284 "xfa/fwl/core/ifwl_datetimepicker.cpp",
1284 "xfa/fwl/core/ifwl_datetimepicker.h", 1285 "xfa/fwl/core/ifwl_datetimepicker.h",
1285 "xfa/fwl/core/ifwl_edit.cpp", 1286 "xfa/fwl/core/ifwl_edit.cpp",
1286 "xfa/fwl/core/ifwl_edit.h", 1287 "xfa/fwl/core/ifwl_edit.h",
1287 "xfa/fwl/core/ifwl_form.cpp", 1288 "xfa/fwl/core/ifwl_form.cpp",
1288 "xfa/fwl/core/ifwl_form.h", 1289 "xfa/fwl/core/ifwl_form.h",
1289 "xfa/fwl/core/ifwl_formproxy.cpp", 1290 "xfa/fwl/core/ifwl_formproxy.cpp",
1290 "xfa/fwl/core/ifwl_formproxy.h", 1291 "xfa/fwl/core/ifwl_formproxy.h",
1291 "xfa/fwl/core/ifwl_listbox.cpp", 1292 "xfa/fwl/core/ifwl_listbox.cpp",
1292 "xfa/fwl/core/ifwl_listbox.h", 1293 "xfa/fwl/core/ifwl_listbox.h",
1293 "xfa/fwl/core/ifwl_monthcalendar.cpp", 1294 "xfa/fwl/core/ifwl_monthcalendar.cpp",
1294 "xfa/fwl/core/ifwl_monthcalendar.h", 1295 "xfa/fwl/core/ifwl_monthcalendar.h",
1295 "xfa/fwl/core/ifwl_picturebox.cpp", 1296 "xfa/fwl/core/ifwl_picturebox.cpp",
1296 "xfa/fwl/core/ifwl_picturebox.h", 1297 "xfa/fwl/core/ifwl_picturebox.h",
1297 "xfa/fwl/core/ifwl_pushbutton.cpp", 1298 "xfa/fwl/core/ifwl_pushbutton.cpp",
1298 "xfa/fwl/core/ifwl_pushbutton.h", 1299 "xfa/fwl/core/ifwl_pushbutton.h",
1299 "xfa/fwl/core/ifwl_scrollbar.cpp", 1300 "xfa/fwl/core/ifwl_scrollbar.cpp",
1300 "xfa/fwl/core/ifwl_scrollbar.h", 1301 "xfa/fwl/core/ifwl_scrollbar.h",
1301 "xfa/fwl/core/ifwl_spinbutton.cpp", 1302 "xfa/fwl/core/ifwl_spinbutton.cpp",
1302 "xfa/fwl/core/ifwl_spinbutton.h", 1303 "xfa/fwl/core/ifwl_spinbutton.h",
1303 "xfa/fwl/core/ifwl_themeprovider.h", 1304 "xfa/fwl/core/ifwl_themeprovider.h",
1304 "xfa/fwl/core/ifwl_timer.cpp", 1305 "xfa/fwl/core/ifwl_timer.cpp",
1305 "xfa/fwl/core/ifwl_timer.h", 1306 "xfa/fwl/core/ifwl_timer.h",
1307 "xfa/fwl/core/ifwl_timerinfo.cpp",
1308 "xfa/fwl/core/ifwl_timerinfo.h",
1306 "xfa/fwl/core/ifwl_tooltip.cpp", 1309 "xfa/fwl/core/ifwl_tooltip.cpp",
1307 "xfa/fwl/core/ifwl_tooltip.h", 1310 "xfa/fwl/core/ifwl_tooltip.h",
1308 "xfa/fwl/core/ifwl_widget.cpp", 1311 "xfa/fwl/core/ifwl_widget.cpp",
1309 "xfa/fwl/core/ifwl_widget.h", 1312 "xfa/fwl/core/ifwl_widget.h",
1310 "xfa/fwl/core/ifwl_widgetdelegate.h", 1313 "xfa/fwl/core/ifwl_widgetdelegate.h",
1311 "xfa/fwl/theme/cfwl_arrowdata.cpp", 1314 "xfa/fwl/theme/cfwl_arrowdata.cpp",
1312 "xfa/fwl/theme/cfwl_arrowdata.h", 1315 "xfa/fwl/theme/cfwl_arrowdata.h",
1313 "xfa/fwl/theme/cfwl_barcodetp.cpp", 1316 "xfa/fwl/theme/cfwl_barcodetp.cpp",
1314 "xfa/fwl/theme/cfwl_barcodetp.h", 1317 "xfa/fwl/theme/cfwl_barcodetp.h",
1315 "xfa/fwl/theme/cfwl_carettp.cpp", 1318 "xfa/fwl/theme/cfwl_carettp.cpp",
(...skipping 516 matching lines...) Expand 10 before | Expand all | Expand 10 after
1832 "//samples", 1835 "//samples",
1833 ] 1836 ]
1834 } 1837 }
1835 group("fuzzers") { 1838 group("fuzzers") {
1836 testonly = true 1839 testonly = true
1837 deps = [ 1840 deps = [
1838 "//testing/libfuzzer", 1841 "//testing/libfuzzer",
1839 ] 1842 ]
1840 } 1843 }
1841 } 1844 }
OLDNEW
« no previous file with comments | « no previous file | fpdfsdk/fpdfxfa/cxfa_fwladaptertimermgr.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698