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

Side by Side Diff: BUILD.gn

Issue 2526513002: Rename IFWL_Timer and IFWL_TimerInfo (Closed)
Patch Set: Fixes 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
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 1240 matching lines...) Expand 10 before | Expand all | Expand 10 after
1251 "xfa/fwl/core/cfwl_picturebox.cpp", 1251 "xfa/fwl/core/cfwl_picturebox.cpp",
1252 "xfa/fwl/core/cfwl_picturebox.h", 1252 "xfa/fwl/core/cfwl_picturebox.h",
1253 "xfa/fwl/core/cfwl_pushbutton.cpp", 1253 "xfa/fwl/core/cfwl_pushbutton.cpp",
1254 "xfa/fwl/core/cfwl_pushbutton.h", 1254 "xfa/fwl/core/cfwl_pushbutton.h",
1255 "xfa/fwl/core/cfwl_sysbtn.cpp", 1255 "xfa/fwl/core/cfwl_sysbtn.cpp",
1256 "xfa/fwl/core/cfwl_sysbtn.h", 1256 "xfa/fwl/core/cfwl_sysbtn.h",
1257 "xfa/fwl/core/cfwl_themebackground.h", 1257 "xfa/fwl/core/cfwl_themebackground.h",
1258 "xfa/fwl/core/cfwl_themepart.cpp", 1258 "xfa/fwl/core/cfwl_themepart.cpp",
1259 "xfa/fwl/core/cfwl_themepart.h", 1259 "xfa/fwl/core/cfwl_themepart.h",
1260 "xfa/fwl/core/cfwl_themetext.h", 1260 "xfa/fwl/core/cfwl_themetext.h",
1261 "xfa/fwl/core/cfwl_timer.cpp",
1262 "xfa/fwl/core/cfwl_timer.h",
1263 "xfa/fwl/core/cfwl_timerinfo.cpp",
1264 "xfa/fwl/core/cfwl_timerinfo.h",
1261 "xfa/fwl/core/cfwl_widget.cpp", 1265 "xfa/fwl/core/cfwl_widget.cpp",
1262 "xfa/fwl/core/cfwl_widget.h", 1266 "xfa/fwl/core/cfwl_widget.h",
1263 "xfa/fwl/core/cfwl_widgetmgr.cpp", 1267 "xfa/fwl/core/cfwl_widgetmgr.cpp",
1264 "xfa/fwl/core/cfwl_widgetmgr.h", 1268 "xfa/fwl/core/cfwl_widgetmgr.h",
1265 "xfa/fwl/core/cfwl_widgetproperties.cpp", 1269 "xfa/fwl/core/cfwl_widgetproperties.cpp",
1266 "xfa/fwl/core/cfwl_widgetproperties.h", 1270 "xfa/fwl/core/cfwl_widgetproperties.h",
1267 "xfa/fwl/core/cfx_barcode.cpp", 1271 "xfa/fwl/core/cfx_barcode.cpp",
1268 "xfa/fwl/core/cfx_barcode.h", 1272 "xfa/fwl/core/cfx_barcode.h",
1269 "xfa/fwl/core/fwl_error.h", 1273 "xfa/fwl/core/fwl_error.h",
1270 "xfa/fwl/core/fwl_widgetdef.h", 1274 "xfa/fwl/core/fwl_widgetdef.h",
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
1302 "xfa/fwl/core/ifwl_monthcalendar.h", 1306 "xfa/fwl/core/ifwl_monthcalendar.h",
1303 "xfa/fwl/core/ifwl_picturebox.cpp", 1307 "xfa/fwl/core/ifwl_picturebox.cpp",
1304 "xfa/fwl/core/ifwl_picturebox.h", 1308 "xfa/fwl/core/ifwl_picturebox.h",
1305 "xfa/fwl/core/ifwl_pushbutton.cpp", 1309 "xfa/fwl/core/ifwl_pushbutton.cpp",
1306 "xfa/fwl/core/ifwl_pushbutton.h", 1310 "xfa/fwl/core/ifwl_pushbutton.h",
1307 "xfa/fwl/core/ifwl_scrollbar.cpp", 1311 "xfa/fwl/core/ifwl_scrollbar.cpp",
1308 "xfa/fwl/core/ifwl_scrollbar.h", 1312 "xfa/fwl/core/ifwl_scrollbar.h",
1309 "xfa/fwl/core/ifwl_spinbutton.cpp", 1313 "xfa/fwl/core/ifwl_spinbutton.cpp",
1310 "xfa/fwl/core/ifwl_spinbutton.h", 1314 "xfa/fwl/core/ifwl_spinbutton.h",
1311 "xfa/fwl/core/ifwl_themeprovider.h", 1315 "xfa/fwl/core/ifwl_themeprovider.h",
1312 "xfa/fwl/core/ifwl_timer.cpp",
1313 "xfa/fwl/core/ifwl_timer.h",
1314 "xfa/fwl/core/ifwl_timerinfo.cpp",
1315 "xfa/fwl/core/ifwl_timerinfo.h",
1316 "xfa/fwl/core/ifwl_widget.cpp", 1316 "xfa/fwl/core/ifwl_widget.cpp",
1317 "xfa/fwl/core/ifwl_widget.h", 1317 "xfa/fwl/core/ifwl_widget.h",
1318 "xfa/fwl/core/ifwl_widgetdelegate.h", 1318 "xfa/fwl/core/ifwl_widgetdelegate.h",
1319 "xfa/fwl/core/ifwl_widgetmgrdelegate.h", 1319 "xfa/fwl/core/ifwl_widgetmgrdelegate.h",
1320 "xfa/fwl/theme/cfwl_arrowdata.cpp", 1320 "xfa/fwl/theme/cfwl_arrowdata.cpp",
1321 "xfa/fwl/theme/cfwl_arrowdata.h", 1321 "xfa/fwl/theme/cfwl_arrowdata.h",
1322 "xfa/fwl/theme/cfwl_barcodetp.cpp", 1322 "xfa/fwl/theme/cfwl_barcodetp.cpp",
1323 "xfa/fwl/theme/cfwl_barcodetp.h", 1323 "xfa/fwl/theme/cfwl_barcodetp.h",
1324 "xfa/fwl/theme/cfwl_carettp.cpp", 1324 "xfa/fwl/theme/cfwl_carettp.cpp",
1325 "xfa/fwl/theme/cfwl_carettp.h", 1325 "xfa/fwl/theme/cfwl_carettp.h",
(...skipping 516 matching lines...) Expand 10 before | Expand all | Expand 10 after
1842 "//samples", 1842 "//samples",
1843 ] 1843 ]
1844 } 1844 }
1845 group("fuzzers") { 1845 group("fuzzers") {
1846 testonly = true 1846 testonly = true
1847 deps = [ 1847 deps = [
1848 "//testing/libfuzzer", 1848 "//testing/libfuzzer",
1849 ] 1849 ]
1850 } 1850 }
1851 } 1851 }
OLDNEW
« no previous file with comments | « no previous file | fpdfsdk/fpdfxfa/cxfa_fwladaptertimermgr.h » ('j') | fpdfsdk/fpdfxfa/cxfa_fwladaptertimermgr.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698