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

Side by Side Diff: ui/ozone/platform/wayland/wayland.gypi

Issue 1841083003: ozone/platform/wayland: Implement keyboard handling Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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/ozone/platform/wayland/BUILD.gn ('k') | ui/ozone/platform/wayland/wayland_display.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 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 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 'internal_ozone_platform_deps': [ 7 'internal_ozone_platform_deps': [
8 'ozone_platform_wayland', 8 'ozone_platform_wayland',
9 ], 9 ],
10 'internal_ozone_platform_unittest_deps': [ 10 'internal_ozone_platform_unittest_deps': [
(...skipping 11 matching lines...) Expand all
22 'OZONE_IMPLEMENTATION', 22 'OZONE_IMPLEMENTATION',
23 ], 23 ],
24 'dependencies': [ 24 'dependencies': [
25 'ozone.gyp:ozone_base', 25 'ozone.gyp:ozone_base',
26 'ozone.gyp:ozone_common', 26 'ozone.gyp:ozone_common',
27 '../../base/base.gyp:base', 27 '../../base/base.gyp:base',
28 '../../skia/skia.gyp:skia', 28 '../../skia/skia.gyp:skia',
29 '../../third_party/wayland-protocols/wayland-protocols.gyp:xdg_shell_pro tocol', 29 '../../third_party/wayland-protocols/wayland-protocols.gyp:xdg_shell_pro tocol',
30 '../../third_party/wayland/wayland.gyp:wayland_client', 30 '../../third_party/wayland/wayland.gyp:wayland_client',
31 '../events/events.gyp:events', 31 '../events/events.gyp:events',
32 '../events/ozone/events_ozone.gyp:events_ozone_evdev',
33 '../events/ozone/events_ozone.gyp:events_ozone_layout',
32 '../events/platform/events_platform.gyp:events_platform', 34 '../events/platform/events_platform.gyp:events_platform',
33 ], 35 ],
34 'sources': [ 36 'sources': [
35 'client_native_pixmap_factory_wayland.cc', 37 'client_native_pixmap_factory_wayland.cc',
36 'client_native_pixmap_factory_wayland.h', 38 'client_native_pixmap_factory_wayland.h',
37 'ozone_platform_wayland.cc', 39 'ozone_platform_wayland.cc',
38 'ozone_platform_wayland.h', 40 'ozone_platform_wayland.h',
39 'wayland_display.cc', 41 'wayland_display.cc',
40 'wayland_display.h', 42 'wayland_display.h',
43 'wayland_keyboard.cc',
44 'wayland_keyboard.h',
41 'wayland_object.cc', 45 'wayland_object.cc',
42 'wayland_object.h', 46 'wayland_object.h',
43 'wayland_pointer.cc', 47 'wayland_pointer.cc',
44 'wayland_pointer.h', 48 'wayland_pointer.h',
45 'wayland_surface_factory.cc', 49 'wayland_surface_factory.cc',
46 'wayland_surface_factory.h', 50 'wayland_surface_factory.h',
47 'wayland_window.cc', 51 'wayland_window.cc',
48 'wayland_window.h', 52 'wayland_window.h',
49 ], 53 ],
50 }, 54 },
(...skipping 27 matching lines...) Expand all
78 'wayland_pointer_unittest.cc', 82 'wayland_pointer_unittest.cc',
79 'wayland_surface_factory_unittest.cc', 83 'wayland_surface_factory_unittest.cc',
80 'wayland_test.cc', 84 'wayland_test.cc',
81 'wayland_test.h', 85 'wayland_test.h',
82 'wayland_window_unittest.cc', 86 'wayland_window_unittest.cc',
83 ], 87 ],
84 }, 88 },
85 }, 89 },
86 ], 90 ],
87 } 91 }
OLDNEW
« no previous file with comments | « ui/ozone/platform/wayland/BUILD.gn ('k') | ui/ozone/platform/wayland/wayland_display.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698