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

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

Issue 2430593002: mash: Use ash shell window container ids instead of ash::mojom::Container (Closed)
Patch Set: rebase Created 4 years, 2 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 | « components/exo/touch_unittest.cc ('k') | components/exo/wayland/server.cc » ('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 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 7
8 if (use_xkbcommon) { 8 if (use_xkbcommon) {
9 pkg_config("xkbcommon") { 9 pkg_config("xkbcommon") {
10 packages = [ "xkbcommon" ] 10 packages = [ "xkbcommon" ]
(...skipping 11 matching lines...) Expand all
22 "scoped_wl.cc", 22 "scoped_wl.cc",
23 "scoped_wl.h", 23 "scoped_wl.h",
24 "server.cc", 24 "server.cc",
25 "server.h", 25 "server.h",
26 ] 26 ]
27 27
28 defines = [ "EXO_IMPLEMENTATION" ] 28 defines = [ "EXO_IMPLEMENTATION" ]
29 29
30 deps = [ 30 deps = [
31 "//ash", 31 "//ash",
32 "//ash/public/cpp",
32 "//base", 33 "//base",
33 "//components/exo", 34 "//components/exo",
34 "//device/gamepad", 35 "//device/gamepad",
35 "//ipc:ipc", 36 "//ipc:ipc",
36 "//skia", 37 "//skia",
37 "//third_party/wayland:wayland_server", 38 "//third_party/wayland:wayland_server",
38 "//third_party/wayland-protocols:alpha_compositing_protocol", 39 "//third_party/wayland-protocols:alpha_compositing_protocol",
39 "//third_party/wayland-protocols:gaming_input_protocol", 40 "//third_party/wayland-protocols:gaming_input_protocol",
40 "//third_party/wayland-protocols:remote_shell_protocol", 41 "//third_party/wayland-protocols:remote_shell_protocol",
41 "//third_party/wayland-protocols:secure_output_protocol", 42 "//third_party/wayland-protocols:secure_output_protocol",
(...skipping 30 matching lines...) Expand all
72 ] 73 ]
73 74
74 deps = [ 75 deps = [
75 ":wayland", 76 ":wayland",
76 "//base", 77 "//base",
77 "//components/exo", 78 "//components/exo",
78 "//testing/gtest", 79 "//testing/gtest",
79 "//third_party/wayland:wayland_client", 80 "//third_party/wayland:wayland_client",
80 ] 81 ]
81 } 82 }
OLDNEW
« no previous file with comments | « components/exo/touch_unittest.cc ('k') | components/exo/wayland/server.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698