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

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

Issue 250793005: Refactor Udev device support in Ozone and add a DRM hotplug monitor (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 7 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | ui/events/ozone/device/device_event.h » ('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 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 'gestures/gesture_point.cc', 111 'gestures/gesture_point.cc',
112 'gestures/gesture_point.h', 112 'gestures/gesture_point.h',
113 'gestures/gesture_recognizer.h', 113 'gestures/gesture_recognizer.h',
114 'gestures/gesture_recognizer_impl.cc', 114 'gestures/gesture_recognizer_impl.cc',
115 'gestures/gesture_recognizer_impl.h', 115 'gestures/gesture_recognizer_impl.h',
116 'gestures/gesture_sequence.cc', 116 'gestures/gesture_sequence.cc',
117 'gestures/gesture_sequence.h', 117 'gestures/gesture_sequence.h',
118 'gestures/gesture_types.h', 118 'gestures/gesture_types.h',
119 'gestures/velocity_calculator.cc', 119 'gestures/velocity_calculator.cc',
120 'gestures/velocity_calculator.h', 120 'gestures/velocity_calculator.h',
121 'ozone/device/device_event.cc',
122 'ozone/device/device_event.h',
123 'ozone/device/device_event_observer.h',
124 'ozone/device/device_manager.cc',
125 'ozone/device/device_manager.h',
126 'ozone/device/device_manager_manual.cc',
127 'ozone/device/device_manager_manual.h',
128 'ozone/device/udev/device_manager_udev.cc',
129 'ozone/device/udev/device_manager_udev.h',
130 'ozone/device/udev/scoped_udev.h',
121 'ozone/evdev/libgestures_glue/event_reader_libevdev_cros.cc', 131 'ozone/evdev/libgestures_glue/event_reader_libevdev_cros.cc',
122 'ozone/evdev/libgestures_glue/event_reader_libevdev_cros.h', 132 'ozone/evdev/libgestures_glue/event_reader_libevdev_cros.h',
123 'ozone/evdev/libgestures_glue/gesture_interpreter_libevdev_cros.cc', 133 'ozone/evdev/libgestures_glue/gesture_interpreter_libevdev_cros.cc',
124 'ozone/evdev/libgestures_glue/gesture_interpreter_libevdev_cros.h', 134 'ozone/evdev/libgestures_glue/gesture_interpreter_libevdev_cros.h',
125 'ozone/evdev/libgestures_glue/gesture_logging.cc', 135 'ozone/evdev/libgestures_glue/gesture_logging.cc',
126 'ozone/evdev/libgestures_glue/gesture_logging.h', 136 'ozone/evdev/libgestures_glue/gesture_logging.h',
127 'ozone/evdev/libgestures_glue/gesture_timer_provider.cc', 137 'ozone/evdev/libgestures_glue/gesture_timer_provider.cc',
128 'ozone/evdev/libgestures_glue/gesture_timer_provider.h', 138 'ozone/evdev/libgestures_glue/gesture_timer_provider.h',
129 'ozone/evdev/device_manager_evdev.cc',
130 'ozone/evdev/device_manager_evdev.h',
131 'ozone/evdev/device_manager_udev.cc',
132 'ozone/evdev/device_manager_udev.h',
133 'ozone/evdev/event_converter_evdev.cc', 139 'ozone/evdev/event_converter_evdev.cc',
134 'ozone/evdev/event_converter_evdev.h', 140 'ozone/evdev/event_converter_evdev.h',
135 'ozone/evdev/event_device_info.cc', 141 'ozone/evdev/event_device_info.cc',
136 'ozone/evdev/event_device_info.h', 142 'ozone/evdev/event_device_info.h',
137 'ozone/evdev/event_factory_evdev.cc', 143 'ozone/evdev/event_factory_evdev.cc',
138 'ozone/evdev/event_factory_evdev.h', 144 'ozone/evdev/event_factory_evdev.h',
139 'ozone/evdev/event_modifiers_evdev.cc', 145 'ozone/evdev/event_modifiers_evdev.cc',
140 'ozone/evdev/event_modifiers_evdev.h', 146 'ozone/evdev/event_modifiers_evdev.h',
141 'ozone/evdev/key_event_converter_evdev.cc', 147 'ozone/evdev/key_event_converter_evdev.cc',
142 'ozone/evdev/key_event_converter_evdev.h', 148 'ozone/evdev/key_event_converter_evdev.h',
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
217 ], 223 ],
218 'defines': [ 224 'defines': [
219 'USE_EVDEV_GESTURES', 225 'USE_EVDEV_GESTURES',
220 ], 226 ],
221 }, { 227 }, {
222 'sources/': [ 228 'sources/': [
223 ['exclude', '^ozone/evdev/libgestures_glue/'], 229 ['exclude', '^ozone/evdev/libgestures_glue/'],
224 ], 230 ],
225 }], 231 }],
226 ['use_udev==0', { 232 ['use_udev==0', {
227 'sources!': [ 233 'sources/': [
228 'ozone/evdev/device_manager_udev.cc', 234 ['exclude', '_udev\\.(h|cc)$'],
229 'ozone/evdev/device_manager_udev.h',
230 ], 235 ],
231 }], 236 }],
232 ], 237 ],
233 }, 238 },
234 { 239 {
235 'target_name': 'gesture_detection', 240 'target_name': 'gesture_detection',
236 'type': '<(component)', 241 'type': '<(component)',
237 'dependencies': [ 242 'dependencies': [
238 '<(DEPTH)/base/base.gyp:base', 243 '<(DEPTH)/base/base.gyp:base',
239 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:d ynamic_annotations', 244 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:d ynamic_annotations',
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
393 ], 398 ],
394 'variables': { 399 'variables': {
395 'test_suite_name': 'events_unittests', 400 'test_suite_name': 'events_unittests',
396 }, 401 },
397 'includes': [ '../../build/apk_test.gypi' ], 402 'includes': [ '../../build/apk_test.gypi' ],
398 }, 403 },
399 ], 404 ],
400 }], 405 }],
401 ], 406 ],
402 } 407 }
OLDNEW
« no previous file with comments | « no previous file | ui/events/ozone/device/device_event.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698