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

Side by Side Diff: ui/events/ozone/events_ozone.gyp

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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [{ 9 'targets': [{
10 'target_name': 'events_ozone', 10 'target_name': 'events_ozone',
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
186 'defines': [ 186 'defines': [
187 'USE_XKBCOMMON', 187 'USE_XKBCOMMON',
188 ], 188 ],
189 }, 189 },
190 'sources': [ 190 'sources': [
191 'layout/xkb/scoped_xkb.h', 191 'layout/xkb/scoped_xkb.h',
192 'layout/xkb/xkb.h', 192 'layout/xkb/xkb.h',
193 'layout/xkb/xkb_evdev_codes.cc', 193 'layout/xkb/xkb_evdev_codes.cc',
194 'layout/xkb/xkb_evdev_codes.h', 194 'layout/xkb/xkb_evdev_codes.h',
195 'layout/xkb/xkb_key_code_converter.h', 195 'layout/xkb/xkb_key_code_converter.h',
196 'layout/xkb/xkb_keyboard_code_conversion.cc',
197 'layout/xkb/xkb_keyboard_code_conversion.h',
198 'layout/xkb/xkb_keyboard_layout_engine.cc', 196 'layout/xkb/xkb_keyboard_layout_engine.cc',
199 'layout/xkb/xkb_keyboard_layout_engine.h', 197 'layout/xkb/xkb_keyboard_layout_engine.h',
200 'layout/xkb/xkb_keysym.h', 198 'layout/xkb/xkb_keysym.h',
201 ], 199 ],
202 }], 200 }],
203 ], 201 ],
204 }] 202 }]
205 } 203 }
OLDNEW
« no previous file with comments | « ui/events/ozone/evdev/keyboard_evdev.cc ('k') | ui/events/ozone/layout/keyboard_layout_engine.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698