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

Side by Side Diff: ui/events/devices/x11/events_devices_x11.gyp

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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 15 matching lines...) Expand all
26 'EVENTS_DEVICES_X11_IMPLEMENTATION', 26 'EVENTS_DEVICES_X11_IMPLEMENTATION',
27 ], 27 ],
28 'sources': [ 28 'sources': [
29 'device_data_manager_x11.cc', 29 'device_data_manager_x11.cc',
30 'device_data_manager_x11.h', 30 'device_data_manager_x11.h',
31 'device_list_cache_x11.cc', 31 'device_list_cache_x11.cc',
32 'device_list_cache_x11.h', 32 'device_list_cache_x11.h',
33 'events_devices_x11_export.h', 33 'events_devices_x11_export.h',
34 'touch_factory_x11.cc', 34 'touch_factory_x11.cc',
35 'touch_factory_x11.h', 35 'touch_factory_x11.h',
36 'ui_events_devices_x11_switches.cc',
37 'ui_events_devices_x11_switches.h',
36 ], 38 ],
37 }, 39 },
38 ], 40 ],
39 } 41 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698