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

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

Issue 1136503003: Consolidate ui/events/keycodes/dom[34]/ into .../dom/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 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
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 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 }], 43 }],
44 ], 44 ],
45 }, { 45 }, {
46 'target_name': 'events_ozone_evdev', 46 'target_name': 'events_ozone_evdev',
47 'type': '<(component)', 47 'type': '<(component)',
48 'dependencies': [ 48 'dependencies': [
49 '../../../base/base.gyp:base', 49 '../../../base/base.gyp:base',
50 '../../gfx/gfx.gyp:gfx', 50 '../../gfx/gfx.gyp:gfx',
51 '../../ozone/ozone.gyp:ozone_base', 51 '../../ozone/ozone.gyp:ozone_base',
52 '../devices/events_devices.gyp:events_devices', 52 '../devices/events_devices.gyp:events_devices',
53 '../events.gyp:dom4_keycode_converter', 53 '../events.gyp:dom_keycode_converter',
54 '../events.gyp:events', 54 '../events.gyp:events',
55 '../events.gyp:events_base', 55 '../events.gyp:events_base',
56 '../platform/events_platform.gyp:events_platform', 56 '../platform/events_platform.gyp:events_platform',
57 'events_ozone', 57 'events_ozone',
58 'events_ozone_layout', 58 'events_ozone_layout',
59 ], 59 ],
60 'defines': [ 60 'defines': [
61 'EVENTS_OZONE_EVDEV_IMPLEMENTATION', 61 'EVENTS_OZONE_EVDEV_IMPLEMENTATION',
62 'USE_EVDEV', 62 'USE_EVDEV',
63 ], 63 ],
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
147 }], 147 }],
148 ['use_ozone_evdev==1', { 148 ['use_ozone_evdev==1', {
149 'defines': ['USE_OZONE_EVDEV=1'], 149 'defines': ['USE_OZONE_EVDEV=1'],
150 }], 150 }],
151 ], 151 ],
152 }, { 152 }, {
153 'target_name': 'events_ozone_layout', 153 'target_name': 'events_ozone_layout',
154 'type': '<(component)', 154 'type': '<(component)',
155 'dependencies': [ 155 'dependencies': [
156 '../../../base/base.gyp:base', 156 '../../../base/base.gyp:base',
157 '../events.gyp:dom4_keycode_converter', 157 '../events.gyp:dom_keycode_converter',
158 '../events.gyp:events_base', 158 '../events.gyp:events_base',
159 ], 159 ],
160 'defines': [ 160 'defines': [
161 'EVENTS_OZONE_LAYOUT_IMPLEMENTATION', 161 'EVENTS_OZONE_LAYOUT_IMPLEMENTATION',
162 ], 162 ],
163 'sources': [ 163 'sources': [
164 'layout/events_ozone_layout_export.h', 164 'layout/events_ozone_layout_export.h',
165 'layout/keyboard_layout_engine.h', 165 'layout/keyboard_layout_engine.h',
166 'layout/keyboard_layout_engine_manager.cc', 166 'layout/keyboard_layout_engine_manager.cc',
167 'layout/keyboard_layout_engine_manager.h', 167 'layout/keyboard_layout_engine_manager.h',
(...skipping 26 matching lines...) Expand all
194 'layout/xkb/xkb_keyboard_code_conversion.cc', 194 'layout/xkb/xkb_keyboard_code_conversion.cc',
195 'layout/xkb/xkb_keyboard_code_conversion.h', 195 'layout/xkb/xkb_keyboard_code_conversion.h',
196 'layout/xkb/xkb_keyboard_layout_engine.cc', 196 'layout/xkb/xkb_keyboard_layout_engine.cc',
197 'layout/xkb/xkb_keyboard_layout_engine.h', 197 'layout/xkb/xkb_keyboard_layout_engine.h',
198 'layout/xkb/xkb_keysym.h', 198 'layout/xkb/xkb_keysym.h',
199 ], 199 ],
200 }], 200 }],
201 ], 201 ],
202 }] 202 }]
203 } 203 }
OLDNEW
« no previous file with comments | « ui/events/ozone/evdev/libgestures_glue/gesture_interpreter_libevdev_cros.cc ('k') | ui/events/ozone/layout/layout_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698