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

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

Issue 685793002: Move all event related devices from ui/events/ to ui/events/devices/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@internal-touchscreens
Patch Set: fix ozone Created 6 years, 1 month 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/touch_event_converter_evdev.cc ('k') | ui/events/platform/x11/BUILD.gn » ('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 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 28 matching lines...) Expand all
39 ], 39 ],
40 }], 40 }],
41 ], 41 ],
42 }, { 42 }, {
43 'target_name': 'events_ozone_evdev', 43 'target_name': 'events_ozone_evdev',
44 'type': '<(component)', 44 'type': '<(component)',
45 'dependencies': [ 45 'dependencies': [
46 '../../../base/base.gyp:base', 46 '../../../base/base.gyp:base',
47 '../../gfx/gfx.gyp:gfx', 47 '../../gfx/gfx.gyp:gfx',
48 '../../ozone/ozone.gyp:ozone_base', 48 '../../ozone/ozone.gyp:ozone_base',
49 '../devices/events_devices.gyp:events_devices',
49 '../events.gyp:dom4_keycode_converter', 50 '../events.gyp:dom4_keycode_converter',
50 '../platform/events_platform.gyp:events_platform', 51 '../platform/events_platform.gyp:events_platform',
51 'events_ozone', 52 'events_ozone',
52 ], 53 ],
53 'defines': [ 54 'defines': [
54 'EVENTS_OZONE_EVDEV_IMPLEMENTATION', 55 'EVENTS_OZONE_EVDEV_IMPLEMENTATION',
55 ], 56 ],
56 'sources': [ 57 'sources': [
57 'evdev/libgestures_glue/event_reader_libevdev_cros.cc', 58 'evdev/libgestures_glue/event_reader_libevdev_cros.cc',
58 'evdev/libgestures_glue/event_reader_libevdev_cros.h', 59 'evdev/libgestures_glue/event_reader_libevdev_cros.h',
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 'sources/': [ 94 'sources/': [
94 ['exclude', '^evdev/libgestures_glue/'], 95 ['exclude', '^evdev/libgestures_glue/'],
95 ], 96 ],
96 }], 97 }],
97 ['use_ozone_evdev==1', { 98 ['use_ozone_evdev==1', {
98 'defines': ['USE_OZONE_EVDEV=1'], 99 'defines': ['USE_OZONE_EVDEV=1'],
99 }], 100 }],
100 ], 101 ],
101 }] 102 }]
102 } 103 }
OLDNEW
« no previous file with comments | « ui/events/ozone/evdev/touch_event_converter_evdev.cc ('k') | ui/events/platform/x11/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698