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

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

Issue 951063004: ozone: evdev: Keep track of settings & apply to new devices (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: s/class/struct/ Created 5 years, 9 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/ozone/evdev/input_device_settings_evdev.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 'target_name': 'events_ozone', 10 'target_name': 'events_ozone',
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 'evdev/event_modifiers_evdev.h', 81 'evdev/event_modifiers_evdev.h',
82 'evdev/event_thread_evdev.cc', 82 'evdev/event_thread_evdev.cc',
83 'evdev/event_thread_evdev.h', 83 'evdev/event_thread_evdev.h',
84 'evdev/events_ozone_evdev_export.h', 84 'evdev/events_ozone_evdev_export.h',
85 'evdev/input_controller_evdev.cc', 85 'evdev/input_controller_evdev.cc',
86 'evdev/input_controller_evdev.h', 86 'evdev/input_controller_evdev.h',
87 'evdev/input_device_factory_evdev.cc', 87 'evdev/input_device_factory_evdev.cc',
88 'evdev/input_device_factory_evdev.h', 88 'evdev/input_device_factory_evdev.h',
89 'evdev/input_device_factory_evdev_proxy.cc', 89 'evdev/input_device_factory_evdev_proxy.cc',
90 'evdev/input_device_factory_evdev_proxy.h', 90 'evdev/input_device_factory_evdev_proxy.h',
91 'evdev/input_device_settings_evdev.cc',
92 'evdev/input_device_settings_evdev.h',
91 'evdev/input_injector_evdev.cc', 93 'evdev/input_injector_evdev.cc',
92 'evdev/input_injector_evdev.h', 94 'evdev/input_injector_evdev.h',
93 'evdev/keyboard_evdev.cc', 95 'evdev/keyboard_evdev.cc',
94 'evdev/keyboard_evdev.h', 96 'evdev/keyboard_evdev.h',
95 'evdev/keyboard_util_evdev.cc', 97 'evdev/keyboard_util_evdev.cc',
96 'evdev/keyboard_util_evdev.h', 98 'evdev/keyboard_util_evdev.h',
97 'evdev/libgestures_glue/event_reader_libevdev_cros.cc', 99 'evdev/libgestures_glue/event_reader_libevdev_cros.cc',
98 'evdev/libgestures_glue/event_reader_libevdev_cros.h', 100 'evdev/libgestures_glue/event_reader_libevdev_cros.h',
99 'evdev/libgestures_glue/gesture_interpreter_libevdev_cros.cc', 101 'evdev/libgestures_glue/gesture_interpreter_libevdev_cros.cc',
100 'evdev/libgestures_glue/gesture_interpreter_libevdev_cros.h', 102 'evdev/libgestures_glue/gesture_interpreter_libevdev_cros.h',
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
179 'layout/xkb/xkb_keyboard_code_conversion.cc', 181 'layout/xkb/xkb_keyboard_code_conversion.cc',
180 'layout/xkb/xkb_keyboard_code_conversion.h', 182 'layout/xkb/xkb_keyboard_code_conversion.h',
181 'layout/xkb/xkb_keyboard_layout_engine.cc', 183 'layout/xkb/xkb_keyboard_layout_engine.cc',
182 'layout/xkb/xkb_keyboard_layout_engine.h', 184 'layout/xkb/xkb_keyboard_layout_engine.h',
183 'layout/xkb/xkb_keysym.h', 185 'layout/xkb/xkb_keysym.h',
184 ], 186 ],
185 }], 187 }],
186 ], 188 ],
187 }] 189 }]
188 } 190 }
OLDNEW
« no previous file with comments | « ui/events/ozone/evdev/input_device_settings_evdev.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698