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

Side by Side Diff: components/exo/wayland/BUILD.gn

Issue 2506263002: exo: Implement support for zcr_keyboard_configuration_v1 protocol. (Closed)
Patch Set: add one more TODO Created 4 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
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 import("//build/config/linux/pkg_config.gni") 5 import("//build/config/linux/pkg_config.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//ui/base/ui_features.gni") 7 import("//ui/base/ui_features.gni")
8 import("//ui/ozone/ozone.gni") 8 import("//ui/ozone/ozone.gni")
9 9
10 if (use_xkbcommon) { 10 if (use_xkbcommon) {
(...skipping 21 matching lines...) Expand all
32 deps = [ 32 deps = [
33 "//ash", 33 "//ash",
34 "//ash/public/cpp", 34 "//ash/public/cpp",
35 "//base", 35 "//base",
36 "//components/exo", 36 "//components/exo",
37 "//device/gamepad", 37 "//device/gamepad",
38 "//skia", 38 "//skia",
39 "//third_party/wayland:wayland_server", 39 "//third_party/wayland:wayland_server",
40 "//third_party/wayland-protocols:alpha_compositing_protocol", 40 "//third_party/wayland-protocols:alpha_compositing_protocol",
41 "//third_party/wayland-protocols:gaming_input_protocol", 41 "//third_party/wayland-protocols:gaming_input_protocol",
42 "//third_party/wayland-protocols:keyboard_configuration_protocol",
42 "//third_party/wayland-protocols:remote_shell_protocol", 43 "//third_party/wayland-protocols:remote_shell_protocol",
43 "//third_party/wayland-protocols:secure_output_protocol", 44 "//third_party/wayland-protocols:secure_output_protocol",
44 "//third_party/wayland-protocols:stylus_protocol", 45 "//third_party/wayland-protocols:stylus_protocol",
45 "//third_party/wayland-protocols:viewporter_protocol", 46 "//third_party/wayland-protocols:viewporter_protocol",
46 "//third_party/wayland-protocols:vsync_feedback_protocol", 47 "//third_party/wayland-protocols:vsync_feedback_protocol",
47 "//third_party/wayland-protocols:xdg_shell_protocol", 48 "//third_party/wayland-protocols:xdg_shell_protocol",
48 "//ui/aura", 49 "//ui/aura",
49 "//ui/base", 50 "//ui/base",
50 "//ui/display/manager", 51 "//ui/display/manager",
51 "//ui/events:dom_keycode_converter", 52 "//ui/events:dom_keycode_converter",
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 102
102 if (ozone_platform_gbm) { 103 if (ozone_platform_gbm) {
103 configs += [ 104 configs += [
104 ":libdrm", 105 ":libdrm",
105 "//ui/gl:gl_config", 106 "//ui/gl:gl_config",
106 ] 107 ]
107 defines = [ "OZONE_PLATFORM_GBM" ] 108 defines = [ "OZONE_PLATFORM_GBM" ]
108 deps += [ "//third_party/minigbm" ] 109 deps += [ "//third_party/minigbm" ]
109 } 110 }
110 } 111 }
OLDNEW
« no previous file with comments | « components/exo/keyboard_device_configuration_delegate.h ('k') | components/exo/wayland/server.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698