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

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

Issue 786813004: Generate correct KeyboardCode (VKEY). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@x430194-xkb
Patch Set: rebase after crrev.com/308447 Created 6 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 | « ui/events/BUILD.gn ('k') | ui/events/ozone/layout/layout_util.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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 { 10 {
(...skipping 344 matching lines...) Expand 10 before | Expand all | Expand 10 after
355 'ozone/evdev/input_injector_evdev_unittest.cc', 355 'ozone/evdev/input_injector_evdev_unittest.cc',
356 'ozone/evdev/tablet_event_converter_evdev_unittest.cc', 356 'ozone/evdev/tablet_event_converter_evdev_unittest.cc',
357 'ozone/evdev/touch_event_converter_evdev_unittest.cc', 357 'ozone/evdev/touch_event_converter_evdev_unittest.cc',
358 ], 358 ],
359 'dependencies': [ 359 'dependencies': [
360 'ozone/events_ozone.gyp:events_ozone', 360 'ozone/events_ozone.gyp:events_ozone',
361 'ozone/events_ozone.gyp:events_ozone_evdev', 361 'ozone/events_ozone.gyp:events_ozone_evdev',
362 'ozone/events_ozone.gyp:events_ozone_layout', 362 'ozone/events_ozone.gyp:events_ozone_layout',
363 ] 363 ]
364 }], 364 }],
365 ['use_xkbcommon==1', {
366 'sources': [
367 'ozone/layout/xkb/xkb_keyboard_layout_engine_unittest.cc',
368 ]
369 }],
365 ['use_aura==0', { 370 ['use_aura==0', {
366 'sources!': [ 371 'sources!': [
367 'gestures/gesture_provider_aura_unittest.cc', 372 'gestures/gesture_provider_aura_unittest.cc',
368 'gestures/motion_event_aura_unittest.cc', 373 'gestures/motion_event_aura_unittest.cc',
369 ], 374 ],
370 }], 375 }],
371 ['OS=="linux" and use_allocator!="none"', { 376 ['OS=="linux" and use_allocator!="none"', {
372 'dependencies': [ 377 'dependencies': [
373 '<(DEPTH)/base/allocator/allocator.gyp:allocator', 378 '<(DEPTH)/base/allocator/allocator.gyp:allocator',
374 ], 379 ],
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
423 'dependencies': [ 428 'dependencies': [
424 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 429 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
425 ], 430 ],
426 }], 431 }],
427 ], 432 ],
428 }, 433 },
429 ], 434 ],
430 }], 435 }],
431 ], 436 ],
432 } 437 }
OLDNEW
« no previous file with comments | « ui/events/BUILD.gn ('k') | ui/events/ozone/layout/layout_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698