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

Side by Side Diff: ui/events/devices/x11/BUILD.gn

Issue 2153683002: Added a command line switch to disable xinput2, enabled xinput2 by default (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 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 component("x11") { 5 component("x11") {
6 output_name = "events_devices_x11" 6 output_name = "events_devices_x11"
7 7
8 sources = [ 8 sources = [
9 "device_data_manager_x11.cc", 9 "device_data_manager_x11.cc",
10 "device_data_manager_x11.h", 10 "device_data_manager_x11.h",
11 "device_list_cache_x11.cc", 11 "device_list_cache_x11.cc",
12 "device_list_cache_x11.h", 12 "device_list_cache_x11.h",
13 "events_devices_x11_export.h", 13 "events_devices_x11_export.h",
14 "touch_factory_x11.cc", 14 "touch_factory_x11.cc",
15 "touch_factory_x11.h", 15 "touch_factory_x11.h",
16 "ui_events_devices_x11_switches.cc",
17 "ui_events_devices_x11_switches.h",
16 ] 18 ]
17 19
18 configs += [ "//build/config/linux:x11" ] 20 configs += [ "//build/config/linux:x11" ]
19 21
20 defines = [ "EVENTS_DEVICES_X11_IMPLEMENTATION" ] 22 defines = [ "EVENTS_DEVICES_X11_IMPLEMENTATION" ]
21 23
22 deps = [ 24 deps = [
23 "//base", 25 "//base",
24 "//base/third_party/dynamic_annotations", 26 "//base/third_party/dynamic_annotations",
25 "//skia", 27 "//skia",
26 "//ui/display", 28 "//ui/display",
27 "//ui/events:events_base", 29 "//ui/events:events_base",
28 "//ui/events/devices", 30 "//ui/events/devices",
29 "//ui/events/keycodes:x11", 31 "//ui/events/keycodes:x11",
30 "//ui/gfx", 32 "//ui/gfx",
31 "//ui/gfx/geometry", 33 "//ui/gfx/geometry",
32 "//ui/gfx/x", 34 "//ui/gfx/x",
33 ] 35 ]
34 } 36 }
OLDNEW
« no previous file with comments | « no previous file | ui/events/devices/x11/device_data_manager_x11.h » ('j') | ui/events/devices/x11/device_data_manager_x11.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698