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

Side by Side Diff: BUILD.gn

Issue 2511813002: Create CFWL_EvtEditChanged (Closed)
Patch Set: fixed 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 | xfa/fwl/core/cfwl_evteditchanged.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 1170 matching lines...) Expand 10 before | Expand all | Expand 10 after
1181 "xfa/fwl/core/cfwl_event.cpp", 1181 "xfa/fwl/core/cfwl_event.cpp",
1182 "xfa/fwl/core/cfwl_event.h", 1182 "xfa/fwl/core/cfwl_event.h",
1183 "xfa/fwl/core/cfwl_evtcheckstatechanged.cpp", 1183 "xfa/fwl/core/cfwl_evtcheckstatechanged.cpp",
1184 "xfa/fwl/core/cfwl_evtcheckstatechanged.h", 1184 "xfa/fwl/core/cfwl_evtcheckstatechanged.h",
1185 "xfa/fwl/core/cfwl_evtcheckword.cpp", 1185 "xfa/fwl/core/cfwl_evtcheckword.cpp",
1186 "xfa/fwl/core/cfwl_evtcheckword.h", 1186 "xfa/fwl/core/cfwl_evtcheckword.h",
1187 "xfa/fwl/core/cfwl_evtclick.cpp", 1187 "xfa/fwl/core/cfwl_evtclick.cpp",
1188 "xfa/fwl/core/cfwl_evtclick.h", 1188 "xfa/fwl/core/cfwl_evtclick.h",
1189 "xfa/fwl/core/cfwl_evtclose.cpp", 1189 "xfa/fwl/core/cfwl_evtclose.cpp",
1190 "xfa/fwl/core/cfwl_evtclose.h", 1190 "xfa/fwl/core/cfwl_evtclose.h",
1191 "xfa/fwl/core/cfwl_evteditchanged.cpp",
1192 "xfa/fwl/core/cfwl_evteditchanged.h",
1191 "xfa/fwl/core/cfwl_evtkey.cpp", 1193 "xfa/fwl/core/cfwl_evtkey.cpp",
1192 "xfa/fwl/core/cfwl_evtkey.h", 1194 "xfa/fwl/core/cfwl_evtkey.h",
1193 "xfa/fwl/core/cfwl_evtkillfocus.cpp", 1195 "xfa/fwl/core/cfwl_evtkillfocus.cpp",
1194 "xfa/fwl/core/cfwl_evtkillfocus.h", 1196 "xfa/fwl/core/cfwl_evtkillfocus.h",
1195 "xfa/fwl/core/cfwl_evtmouse.cpp", 1197 "xfa/fwl/core/cfwl_evtmouse.cpp",
1196 "xfa/fwl/core/cfwl_evtmouse.h", 1198 "xfa/fwl/core/cfwl_evtmouse.h",
1197 "xfa/fwl/core/cfwl_evtmousewheel.cpp", 1199 "xfa/fwl/core/cfwl_evtmousewheel.cpp",
1198 "xfa/fwl/core/cfwl_evtmousewheel.h", 1200 "xfa/fwl/core/cfwl_evtmousewheel.h",
1199 "xfa/fwl/core/cfwl_evtpostdropdown.cpp", 1201 "xfa/fwl/core/cfwl_evtpostdropdown.cpp",
1200 "xfa/fwl/core/cfwl_evtpostdropdown.h", 1202 "xfa/fwl/core/cfwl_evtpostdropdown.h",
(...skipping 617 matching lines...) Expand 10 before | Expand all | Expand 10 after
1818 "//samples", 1820 "//samples",
1819 ] 1821 ]
1820 } 1822 }
1821 group("fuzzers") { 1823 group("fuzzers") {
1822 testonly = true 1824 testonly = true
1823 deps = [ 1825 deps = [
1824 "//testing/libfuzzer", 1826 "//testing/libfuzzer",
1825 ] 1827 ]
1826 } 1828 }
1827 } 1829 }
OLDNEW
« no previous file with comments | « no previous file | xfa/fwl/core/cfwl_evteditchanged.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698