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

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

Issue 874723002: [PATCH 9/11] ozone: evdev: Add a device event dispatcher that forwards to UI thread (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 10 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
« no previous file with comments | « ui/events/BUILD.gn ('k') | ui/events/ozone/evdev/event_converter_evdev_impl_unittest.cc » ('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 336 matching lines...) Expand 10 before | Expand all | Expand 10 after
347 ['use_x11==1', { 347 ['use_x11==1', {
348 'dependencies': [ 348 'dependencies': [
349 '../../build/linux/system.gyp:x11', 349 '../../build/linux/system.gyp:x11',
350 '../gfx/x/gfx_x11.gyp:gfx_x11', 350 '../gfx/x/gfx_x11.gyp:gfx_x11',
351 ], 351 ],
352 }], 352 }],
353 ['use_ozone==1', { 353 ['use_ozone==1', {
354 'sources': [ 354 'sources': [
355 'ozone/chromeos/cursor_controller_unittest.cc', 355 'ozone/chromeos/cursor_controller_unittest.cc',
356 'ozone/evdev/event_converter_evdev_impl_unittest.cc', 356 'ozone/evdev/event_converter_evdev_impl_unittest.cc',
357 'ozone/evdev/event_converter_test_util.cc',
357 'ozone/evdev/input_injector_evdev_unittest.cc', 358 'ozone/evdev/input_injector_evdev_unittest.cc',
358 'ozone/evdev/tablet_event_converter_evdev_unittest.cc', 359 'ozone/evdev/tablet_event_converter_evdev_unittest.cc',
359 'ozone/evdev/touch_event_converter_evdev_unittest.cc', 360 'ozone/evdev/touch_event_converter_evdev_unittest.cc',
360 ], 361 ],
361 'dependencies': [ 362 'dependencies': [
362 'ozone/events_ozone.gyp:events_ozone', 363 'ozone/events_ozone.gyp:events_ozone',
363 'ozone/events_ozone.gyp:events_ozone_evdev', 364 'ozone/events_ozone.gyp:events_ozone_evdev',
364 'ozone/events_ozone.gyp:events_ozone_layout', 365 'ozone/events_ozone.gyp:events_ozone_layout',
365 ] 366 ]
366 }], 367 }],
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
430 'dependencies': [ 431 'dependencies': [
431 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 432 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
432 ], 433 ],
433 }], 434 }],
434 ], 435 ],
435 }, 436 },
436 ], 437 ],
437 }], 438 }],
438 ], 439 ],
439 } 440 }
OLDNEW
« no previous file with comments | « ui/events/BUILD.gn ('k') | ui/events/ozone/evdev/event_converter_evdev_impl_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698