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

Side by Side Diff: ui/events/ozone/BUILD.gn

Issue 1284433002: Revise ui::DomKey to unify character and non-character codes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: IsDead Created 5 years, 3 months 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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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/config/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/linux/pkg_config.gni") 6 import("//build/config/linux/pkg_config.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 8
9 declare_args() { 9 declare_args() {
10 # Optional system libraries. 10 # Optional system libraries.
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
187 187
188 if (use_xkbcommon) { 188 if (use_xkbcommon) {
189 configs += [ ":xkbcommon" ] 189 configs += [ ":xkbcommon" ]
190 190
191 sources += [ 191 sources += [
192 "layout/xkb/scoped_xkb.h", 192 "layout/xkb/scoped_xkb.h",
193 "layout/xkb/xkb.h", 193 "layout/xkb/xkb.h",
194 "layout/xkb/xkb_evdev_codes.cc", 194 "layout/xkb/xkb_evdev_codes.cc",
195 "layout/xkb/xkb_evdev_codes.h", 195 "layout/xkb/xkb_evdev_codes.h",
196 "layout/xkb/xkb_key_code_converter.h", 196 "layout/xkb/xkb_key_code_converter.h",
197 "layout/xkb/xkb_keyboard_code_conversion.cc",
198 "layout/xkb/xkb_keyboard_code_conversion.h",
199 "layout/xkb/xkb_keyboard_layout_engine.cc", 197 "layout/xkb/xkb_keyboard_layout_engine.cc",
200 "layout/xkb/xkb_keyboard_layout_engine.h", 198 "layout/xkb/xkb_keyboard_layout_engine.h",
201 "layout/xkb/xkb_keysym.h", 199 "layout/xkb/xkb_keysym.h",
202 ] 200 ]
203 } 201 }
204 } 202 }
OLDNEW
« no previous file with comments | « ui/events/keycodes/keyboard_code_conversion_xkb.cc ('k') | ui/events/ozone/evdev/keyboard_evdev.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698