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

Side by Side Diff: BUILD.gn

Issue 2520063002: Split fwl/core class pt II. (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 | core/fpdfapi/parser/cpdf_document.cpp » ('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 1172 matching lines...) Expand 10 before | Expand all | Expand 10 after
1183 "xfa/fwl/core/cfwl_checkbox.cpp", 1183 "xfa/fwl/core/cfwl_checkbox.cpp",
1184 "xfa/fwl/core/cfwl_checkbox.h", 1184 "xfa/fwl/core/cfwl_checkbox.h",
1185 "xfa/fwl/core/cfwl_combobox.cpp", 1185 "xfa/fwl/core/cfwl_combobox.cpp",
1186 "xfa/fwl/core/cfwl_combobox.h", 1186 "xfa/fwl/core/cfwl_combobox.h",
1187 "xfa/fwl/core/cfwl_datetimepicker.cpp", 1187 "xfa/fwl/core/cfwl_datetimepicker.cpp",
1188 "xfa/fwl/core/cfwl_datetimepicker.h", 1188 "xfa/fwl/core/cfwl_datetimepicker.h",
1189 "xfa/fwl/core/cfwl_edit.cpp", 1189 "xfa/fwl/core/cfwl_edit.cpp",
1190 "xfa/fwl/core/cfwl_edit.h", 1190 "xfa/fwl/core/cfwl_edit.h",
1191 "xfa/fwl/core/cfwl_event.cpp", 1191 "xfa/fwl/core/cfwl_event.cpp",
1192 "xfa/fwl/core/cfwl_event.h", 1192 "xfa/fwl/core/cfwl_event.h",
1193 "xfa/fwl/core/cfwl_eventtarget.cpp",
1194 "xfa/fwl/core/cfwl_eventtarget.h",
1193 "xfa/fwl/core/cfwl_evtcheckstatechanged.cpp", 1195 "xfa/fwl/core/cfwl_evtcheckstatechanged.cpp",
1194 "xfa/fwl/core/cfwl_evtcheckstatechanged.h", 1196 "xfa/fwl/core/cfwl_evtcheckstatechanged.h",
1195 "xfa/fwl/core/cfwl_evtcheckword.cpp", 1197 "xfa/fwl/core/cfwl_evtcheckword.cpp",
1196 "xfa/fwl/core/cfwl_evtcheckword.h", 1198 "xfa/fwl/core/cfwl_evtcheckword.h",
1197 "xfa/fwl/core/cfwl_evtclick.cpp", 1199 "xfa/fwl/core/cfwl_evtclick.cpp",
1198 "xfa/fwl/core/cfwl_evtclick.h", 1200 "xfa/fwl/core/cfwl_evtclick.h",
1199 "xfa/fwl/core/cfwl_evtclose.cpp", 1201 "xfa/fwl/core/cfwl_evtclose.cpp",
1200 "xfa/fwl/core/cfwl_evtclose.h", 1202 "xfa/fwl/core/cfwl_evtclose.h",
1201 "xfa/fwl/core/cfwl_evteditchanged.cpp", 1203 "xfa/fwl/core/cfwl_evteditchanged.cpp",
1202 "xfa/fwl/core/cfwl_evteditchanged.h", 1204 "xfa/fwl/core/cfwl_evteditchanged.h",
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
1235 "xfa/fwl/core/cfwl_msgkey.cpp", 1237 "xfa/fwl/core/cfwl_msgkey.cpp",
1236 "xfa/fwl/core/cfwl_msgkey.h", 1238 "xfa/fwl/core/cfwl_msgkey.h",
1237 "xfa/fwl/core/cfwl_msgkillfocus.cpp", 1239 "xfa/fwl/core/cfwl_msgkillfocus.cpp",
1238 "xfa/fwl/core/cfwl_msgkillfocus.h", 1240 "xfa/fwl/core/cfwl_msgkillfocus.h",
1239 "xfa/fwl/core/cfwl_msgmouse.cpp", 1241 "xfa/fwl/core/cfwl_msgmouse.cpp",
1240 "xfa/fwl/core/cfwl_msgmouse.h", 1242 "xfa/fwl/core/cfwl_msgmouse.h",
1241 "xfa/fwl/core/cfwl_msgmousewheel.cpp", 1243 "xfa/fwl/core/cfwl_msgmousewheel.cpp",
1242 "xfa/fwl/core/cfwl_msgmousewheel.h", 1244 "xfa/fwl/core/cfwl_msgmousewheel.h",
1243 "xfa/fwl/core/cfwl_msgsetfocus.cpp", 1245 "xfa/fwl/core/cfwl_msgsetfocus.cpp",
1244 "xfa/fwl/core/cfwl_msgsetfocus.h", 1246 "xfa/fwl/core/cfwl_msgsetfocus.h",
1247 "xfa/fwl/core/cfwl_notedriver.cpp",
1248 "xfa/fwl/core/cfwl_notedriver.h",
1249 "xfa/fwl/core/cfwl_noteloop.cpp",
1250 "xfa/fwl/core/cfwl_noteloop.h",
1245 "xfa/fwl/core/cfwl_picturebox.cpp", 1251 "xfa/fwl/core/cfwl_picturebox.cpp",
1246 "xfa/fwl/core/cfwl_picturebox.h", 1252 "xfa/fwl/core/cfwl_picturebox.h",
1247 "xfa/fwl/core/cfwl_pushbutton.cpp", 1253 "xfa/fwl/core/cfwl_pushbutton.cpp",
1248 "xfa/fwl/core/cfwl_pushbutton.h", 1254 "xfa/fwl/core/cfwl_pushbutton.h",
1249 "xfa/fwl/core/cfwl_sysbtn.cpp", 1255 "xfa/fwl/core/cfwl_sysbtn.cpp",
1250 "xfa/fwl/core/cfwl_sysbtn.h", 1256 "xfa/fwl/core/cfwl_sysbtn.h",
1251 "xfa/fwl/core/cfwl_themebackground.h", 1257 "xfa/fwl/core/cfwl_themebackground.h",
1258 "xfa/fwl/core/cfwl_themepart.cpp",
1252 "xfa/fwl/core/cfwl_themepart.h", 1259 "xfa/fwl/core/cfwl_themepart.h",
1253 "xfa/fwl/core/cfwl_themetext.h", 1260 "xfa/fwl/core/cfwl_themetext.h",
1254 "xfa/fwl/core/cfwl_widget.cpp", 1261 "xfa/fwl/core/cfwl_widget.cpp",
1255 "xfa/fwl/core/cfwl_widget.h", 1262 "xfa/fwl/core/cfwl_widget.h",
1256 "xfa/fwl/core/cfwl_widgetmgr.cpp", 1263 "xfa/fwl/core/cfwl_widgetmgr.cpp",
1257 "xfa/fwl/core/cfwl_widgetmgr.h", 1264 "xfa/fwl/core/cfwl_widgetmgr.h",
1265 "xfa/fwl/core/cfwl_widgetproperties.cpp",
1258 "xfa/fwl/core/cfwl_widgetproperties.h", 1266 "xfa/fwl/core/cfwl_widgetproperties.h",
1259 "xfa/fwl/core/cfx_barcode.cpp", 1267 "xfa/fwl/core/cfx_barcode.cpp",
1260 "xfa/fwl/core/cfx_barcode.h", 1268 "xfa/fwl/core/cfx_barcode.h",
1261 "xfa/fwl/core/fwl_error.h", 1269 "xfa/fwl/core/fwl_error.h",
1262 "xfa/fwl/core/fwl_noteimp.cpp",
1263 "xfa/fwl/core/fwl_noteimp.h",
1264 "xfa/fwl/core/fwl_widgetdef.h", 1270 "xfa/fwl/core/fwl_widgetdef.h",
1265 "xfa/fwl/core/fwl_widgethit.h", 1271 "xfa/fwl/core/fwl_widgethit.h",
1266 "xfa/fwl/core/ifwl_adaptertimermgr.h", 1272 "xfa/fwl/core/ifwl_adaptertimermgr.h",
1267 "xfa/fwl/core/ifwl_app.cpp", 1273 "xfa/fwl/core/ifwl_app.cpp",
1268 "xfa/fwl/core/ifwl_app.h", 1274 "xfa/fwl/core/ifwl_app.h",
1269 "xfa/fwl/core/ifwl_barcode.cpp", 1275 "xfa/fwl/core/ifwl_barcode.cpp",
1270 "xfa/fwl/core/ifwl_barcode.h", 1276 "xfa/fwl/core/ifwl_barcode.h",
1271 "xfa/fwl/core/ifwl_caret.cpp", 1277 "xfa/fwl/core/ifwl_caret.cpp",
1272 "xfa/fwl/core/ifwl_caret.h", 1278 "xfa/fwl/core/ifwl_caret.h",
1273 "xfa/fwl/core/ifwl_checkbox.cpp", 1279 "xfa/fwl/core/ifwl_checkbox.cpp",
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
1305 "xfa/fwl/core/ifwl_themeprovider.h", 1311 "xfa/fwl/core/ifwl_themeprovider.h",
1306 "xfa/fwl/core/ifwl_timer.cpp", 1312 "xfa/fwl/core/ifwl_timer.cpp",
1307 "xfa/fwl/core/ifwl_timer.h", 1313 "xfa/fwl/core/ifwl_timer.h",
1308 "xfa/fwl/core/ifwl_timerinfo.cpp", 1314 "xfa/fwl/core/ifwl_timerinfo.cpp",
1309 "xfa/fwl/core/ifwl_timerinfo.h", 1315 "xfa/fwl/core/ifwl_timerinfo.h",
1310 "xfa/fwl/core/ifwl_tooltip.cpp", 1316 "xfa/fwl/core/ifwl_tooltip.cpp",
1311 "xfa/fwl/core/ifwl_tooltip.h", 1317 "xfa/fwl/core/ifwl_tooltip.h",
1312 "xfa/fwl/core/ifwl_widget.cpp", 1318 "xfa/fwl/core/ifwl_widget.cpp",
1313 "xfa/fwl/core/ifwl_widget.h", 1319 "xfa/fwl/core/ifwl_widget.h",
1314 "xfa/fwl/core/ifwl_widgetdelegate.h", 1320 "xfa/fwl/core/ifwl_widgetdelegate.h",
1321 "xfa/fwl/core/ifwl_widgetmgrdelegate.h",
1315 "xfa/fwl/theme/cfwl_arrowdata.cpp", 1322 "xfa/fwl/theme/cfwl_arrowdata.cpp",
1316 "xfa/fwl/theme/cfwl_arrowdata.h", 1323 "xfa/fwl/theme/cfwl_arrowdata.h",
1317 "xfa/fwl/theme/cfwl_barcodetp.cpp", 1324 "xfa/fwl/theme/cfwl_barcodetp.cpp",
1318 "xfa/fwl/theme/cfwl_barcodetp.h", 1325 "xfa/fwl/theme/cfwl_barcodetp.h",
1319 "xfa/fwl/theme/cfwl_carettp.cpp", 1326 "xfa/fwl/theme/cfwl_carettp.cpp",
1320 "xfa/fwl/theme/cfwl_carettp.h", 1327 "xfa/fwl/theme/cfwl_carettp.h",
1321 "xfa/fwl/theme/cfwl_checkboxtp.cpp", 1328 "xfa/fwl/theme/cfwl_checkboxtp.cpp",
1322 "xfa/fwl/theme/cfwl_checkboxtp.h", 1329 "xfa/fwl/theme/cfwl_checkboxtp.h",
1323 "xfa/fwl/theme/cfwl_comboboxtp.cpp", 1330 "xfa/fwl/theme/cfwl_comboboxtp.cpp",
1324 "xfa/fwl/theme/cfwl_comboboxtp.h", 1331 "xfa/fwl/theme/cfwl_comboboxtp.h",
(...skipping 512 matching lines...) Expand 10 before | Expand all | Expand 10 after
1837 "//samples", 1844 "//samples",
1838 ] 1845 ]
1839 } 1846 }
1840 group("fuzzers") { 1847 group("fuzzers") {
1841 testonly = true 1848 testonly = true
1842 deps = [ 1849 deps = [
1843 "//testing/libfuzzer", 1850 "//testing/libfuzzer",
1844 ] 1851 ]
1845 } 1852 }
1846 } 1853 }
OLDNEW
« no previous file with comments | « no previous file | core/fpdfapi/parser/cpdf_document.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698