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

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: 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
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 336 matching lines...) Expand 10 before | Expand all | Expand 10 after
347 '../gfx/x/gfx_x11.gyp:gfx_x11', 347 '../gfx/x/gfx_x11.gyp:gfx_x11',
348 ], 348 ],
349 }], 349 }],
350 ['use_ozone==1', { 350 ['use_ozone==1', {
351 'sources': [ 351 'sources': [
352 'ozone/chromeos/cursor_controller_unittest.cc', 352 'ozone/chromeos/cursor_controller_unittest.cc',
353 'ozone/evdev/event_converter_evdev_impl_unittest.cc', 353 'ozone/evdev/event_converter_evdev_impl_unittest.cc',
354 'ozone/evdev/input_injector_evdev_unittest.cc', 354 'ozone/evdev/input_injector_evdev_unittest.cc',
355 'ozone/evdev/tablet_event_converter_evdev_unittest.cc', 355 'ozone/evdev/tablet_event_converter_evdev_unittest.cc',
356 'ozone/evdev/touch_event_converter_evdev_unittest.cc', 356 'ozone/evdev/touch_event_converter_evdev_unittest.cc',
357 'ozone/layout/xkb/xkb_keyboard_layout_engine_unittest.cc',
spang 2014/12/08 23:07:30 needs use_xkbcommon condition
kpschoedel 2014/12/09 00:32:36 Done.
357 ], 358 ],
358 'dependencies': [ 359 'dependencies': [
359 'ozone/events_ozone.gyp:events_ozone', 360 'ozone/events_ozone.gyp:events_ozone',
360 'ozone/events_ozone.gyp:events_ozone_evdev', 361 'ozone/events_ozone.gyp:events_ozone_evdev',
361 'ozone/events_ozone.gyp:events_ozone_layout', 362 'ozone/events_ozone.gyp:events_ozone_layout',
362 ] 363 ]
363 }], 364 }],
364 ['use_aura==0', { 365 ['use_aura==0', {
365 'sources!': [ 366 'sources!': [
366 'gestures/gesture_provider_aura_unittest.cc', 367 'gestures/gesture_provider_aura_unittest.cc',
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
398 ], 399 ],
399 'variables': { 400 'variables': {
400 'test_suite_name': 'events_unittests', 401 'test_suite_name': 'events_unittests',
401 }, 402 },
402 'includes': [ '../../build/apk_test.gypi' ], 403 'includes': [ '../../build/apk_test.gypi' ],
403 }, 404 },
404 ], 405 ],
405 }], 406 }],
406 ], 407 ],
407 } 408 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698