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

Side by Side Diff: BUILD.gn

Issue 2530993002: Cleanup FWL Event and Message code. (Closed)
Patch Set: Review feedback 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
« no previous file with comments | « no previous file | xfa/fwl/core/cfwl_barcode.cpp » ('j') | xfa/fwl/core/cfwl_event.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 1205 matching lines...) Expand 10 before | Expand all | Expand 10 after
1216 "xfa/fwl/core/cfwl_datetimeedit.cpp", 1216 "xfa/fwl/core/cfwl_datetimeedit.cpp",
1217 "xfa/fwl/core/cfwl_datetimeedit.h", 1217 "xfa/fwl/core/cfwl_datetimeedit.h",
1218 "xfa/fwl/core/cfwl_datetimepicker.cpp", 1218 "xfa/fwl/core/cfwl_datetimepicker.cpp",
1219 "xfa/fwl/core/cfwl_datetimepicker.h", 1219 "xfa/fwl/core/cfwl_datetimepicker.h",
1220 "xfa/fwl/core/cfwl_edit.cpp", 1220 "xfa/fwl/core/cfwl_edit.cpp",
1221 "xfa/fwl/core/cfwl_edit.h", 1221 "xfa/fwl/core/cfwl_edit.h",
1222 "xfa/fwl/core/cfwl_event.cpp", 1222 "xfa/fwl/core/cfwl_event.cpp",
1223 "xfa/fwl/core/cfwl_event.h", 1223 "xfa/fwl/core/cfwl_event.h",
1224 "xfa/fwl/core/cfwl_eventtarget.cpp", 1224 "xfa/fwl/core/cfwl_eventtarget.cpp",
1225 "xfa/fwl/core/cfwl_eventtarget.h", 1225 "xfa/fwl/core/cfwl_eventtarget.h",
1226 "xfa/fwl/core/cfwl_evtcheckstatechanged.cpp",
1227 "xfa/fwl/core/cfwl_evtcheckstatechanged.h",
1228 "xfa/fwl/core/cfwl_evtcheckword.cpp", 1226 "xfa/fwl/core/cfwl_evtcheckword.cpp",
1229 "xfa/fwl/core/cfwl_evtcheckword.h", 1227 "xfa/fwl/core/cfwl_evtcheckword.h",
1230 "xfa/fwl/core/cfwl_evtclick.cpp",
1231 "xfa/fwl/core/cfwl_evtclick.h",
1232 "xfa/fwl/core/cfwl_evtclose.cpp",
1233 "xfa/fwl/core/cfwl_evtclose.h",
1234 "xfa/fwl/core/cfwl_evteditchanged.cpp",
1235 "xfa/fwl/core/cfwl_evteditchanged.h",
1236 "xfa/fwl/core/cfwl_evtkey.cpp",
1237 "xfa/fwl/core/cfwl_evtkey.h",
1238 "xfa/fwl/core/cfwl_evtkillfocus.cpp",
1239 "xfa/fwl/core/cfwl_evtkillfocus.h",
1240 "xfa/fwl/core/cfwl_evtmouse.cpp", 1228 "xfa/fwl/core/cfwl_evtmouse.cpp",
1241 "xfa/fwl/core/cfwl_evtmouse.h", 1229 "xfa/fwl/core/cfwl_evtmouse.h",
1242 "xfa/fwl/core/cfwl_evtmousewheel.cpp",
1243 "xfa/fwl/core/cfwl_evtmousewheel.h",
1244 "xfa/fwl/core/cfwl_evtpostdropdown.cpp",
1245 "xfa/fwl/core/cfwl_evtpostdropdown.h",
1246 "xfa/fwl/core/cfwl_evtpredropdown.cpp",
1247 "xfa/fwl/core/cfwl_evtpredropdown.h",
1248 "xfa/fwl/core/cfwl_evtscroll.cpp", 1230 "xfa/fwl/core/cfwl_evtscroll.cpp",
1249 "xfa/fwl/core/cfwl_evtscroll.h", 1231 "xfa/fwl/core/cfwl_evtscroll.h",
1250 "xfa/fwl/core/cfwl_evtselectchanged.cpp", 1232 "xfa/fwl/core/cfwl_evtselectchanged.cpp",
1251 "xfa/fwl/core/cfwl_evtselectchanged.h", 1233 "xfa/fwl/core/cfwl_evtselectchanged.h",
1252 "xfa/fwl/core/cfwl_evtsetfocus.cpp",
1253 "xfa/fwl/core/cfwl_evtsetfocus.h",
1254 "xfa/fwl/core/cfwl_evtsizechanged.cpp",
1255 "xfa/fwl/core/cfwl_evtsizechanged.h",
1256 "xfa/fwl/core/cfwl_evttextchanged.cpp", 1234 "xfa/fwl/core/cfwl_evttextchanged.cpp",
1257 "xfa/fwl/core/cfwl_evttextchanged.h", 1235 "xfa/fwl/core/cfwl_evttextchanged.h",
1258 "xfa/fwl/core/cfwl_evttextfull.cpp",
1259 "xfa/fwl/core/cfwl_evttextfull.h",
1260 "xfa/fwl/core/cfwl_evtvalidate.cpp", 1236 "xfa/fwl/core/cfwl_evtvalidate.cpp",
1261 "xfa/fwl/core/cfwl_evtvalidate.h", 1237 "xfa/fwl/core/cfwl_evtvalidate.h",
1262 "xfa/fwl/core/cfwl_form.cpp", 1238 "xfa/fwl/core/cfwl_form.cpp",
1263 "xfa/fwl/core/cfwl_form.h", 1239 "xfa/fwl/core/cfwl_form.h",
1264 "xfa/fwl/core/cfwl_formproxy.cpp", 1240 "xfa/fwl/core/cfwl_formproxy.cpp",
1265 "xfa/fwl/core/cfwl_formproxy.h", 1241 "xfa/fwl/core/cfwl_formproxy.h",
1266 "xfa/fwl/core/cfwl_listbox.cpp", 1242 "xfa/fwl/core/cfwl_listbox.cpp",
1267 "xfa/fwl/core/cfwl_listbox.h", 1243 "xfa/fwl/core/cfwl_listbox.h",
1268 "xfa/fwl/core/cfwl_listitem.cpp", 1244 "xfa/fwl/core/cfwl_listitem.cpp",
1269 "xfa/fwl/core/cfwl_listitem.h", 1245 "xfa/fwl/core/cfwl_listitem.h",
(...skipping 575 matching lines...) Expand 10 before | Expand all | Expand 10 after
1845 "//samples", 1821 "//samples",
1846 ] 1822 ]
1847 } 1823 }
1848 group("fuzzers") { 1824 group("fuzzers") {
1849 testonly = true 1825 testonly = true
1850 deps = [ 1826 deps = [
1851 "//testing/libfuzzer", 1827 "//testing/libfuzzer",
1852 ] 1828 ]
1853 } 1829 }
1854 } 1830 }
OLDNEW
« no previous file with comments | « no previous file | xfa/fwl/core/cfwl_barcode.cpp » ('j') | xfa/fwl/core/cfwl_event.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698