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

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

Issue 742103002: Ozone keyboard layout (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lite-code
Patch Set: reeeeebase Created 6 years 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/event.cc ('k') | ui/events/keycodes/keyboard_code_conversion.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 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
166 ], 166 ],
167 }], 167 }],
168 ['chromeos==1', { 168 ['chromeos==1', {
169 'sources!': [ 169 'sources!': [
170 'linux/text_edit_command_auralinux.cc', 170 'linux/text_edit_command_auralinux.cc',
171 'linux/text_edit_command_auralinux.h', 171 'linux/text_edit_command_auralinux.h',
172 'linux/text_edit_key_bindings_delegate_auralinux.cc', 172 'linux/text_edit_key_bindings_delegate_auralinux.cc',
173 'linux/text_edit_key_bindings_delegate_auralinux.h', 173 'linux/text_edit_key_bindings_delegate_auralinux.h',
174 ], 174 ],
175 }], 175 }],
176 ['use_ozone==1', {
177 'dependencies': [
178 'ozone/events_ozone.gyp:events_ozone_layout',
179 ],
180 }],
176 ], 181 ],
177 }, 182 },
178 { 183 {
179 # GN version: //ui/events:gesture_detection 184 # GN version: //ui/events:gesture_detection
180 'target_name': 'gesture_detection', 185 'target_name': 'gesture_detection',
181 'type': '<(component)', 186 'type': '<(component)',
182 'dependencies': [ 187 'dependencies': [
183 '<(DEPTH)/base/base.gyp:base', 188 '<(DEPTH)/base/base.gyp:base',
184 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:d ynamic_annotations', 189 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:d ynamic_annotations',
185 '../gfx/gfx.gyp:gfx', 190 '../gfx/gfx.gyp:gfx',
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
346 'sources': [ 351 'sources': [
347 'ozone/chromeos/cursor_controller_unittest.cc', 352 'ozone/chromeos/cursor_controller_unittest.cc',
348 'ozone/evdev/event_converter_evdev_impl_unittest.cc', 353 'ozone/evdev/event_converter_evdev_impl_unittest.cc',
349 'ozone/evdev/input_injector_evdev_unittest.cc', 354 'ozone/evdev/input_injector_evdev_unittest.cc',
350 'ozone/evdev/tablet_event_converter_evdev_unittest.cc', 355 'ozone/evdev/tablet_event_converter_evdev_unittest.cc',
351 'ozone/evdev/touch_event_converter_evdev_unittest.cc', 356 'ozone/evdev/touch_event_converter_evdev_unittest.cc',
352 ], 357 ],
353 'dependencies': [ 358 'dependencies': [
354 'ozone/events_ozone.gyp:events_ozone', 359 'ozone/events_ozone.gyp:events_ozone',
355 'ozone/events_ozone.gyp:events_ozone_evdev', 360 'ozone/events_ozone.gyp:events_ozone_evdev',
361 'ozone/events_ozone.gyp:events_ozone_layout',
356 ] 362 ]
357 }], 363 }],
358 ['use_aura==0', { 364 ['use_aura==0', {
359 'sources!': [ 365 'sources!': [
360 'gestures/gesture_provider_aura_unittest.cc', 366 'gestures/gesture_provider_aura_unittest.cc',
361 'gestures/motion_event_aura_unittest.cc', 367 'gestures/motion_event_aura_unittest.cc',
362 ], 368 ],
363 }], 369 }],
364 ['OS=="linux" and use_allocator!="none"', { 370 ['OS=="linux" and use_allocator!="none"', {
365 'dependencies': [ 371 'dependencies': [
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
416 'dependencies': [ 422 'dependencies': [
417 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 423 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
418 ], 424 ],
419 }], 425 }],
420 ], 426 ],
421 }, 427 },
422 ], 428 ],
423 }], 429 }],
424 ], 430 ],
425 } 431 }
OLDNEW
« no previous file with comments | « ui/events/event.cc ('k') | ui/events/keycodes/keyboard_code_conversion.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698