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

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

Issue 2664113004: Reland: mash: Fix MusPropertyMirrorAsh for owned properties; add test. (Closed)
Patch Set: Sync and rebase. Created 3 years, 10 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/BUILD.gn ('k') | no next file » | 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 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 13 matching lines...) Expand all
24 "scoped_wl.cc", 24 "scoped_wl.cc",
25 "scoped_wl.h", 25 "scoped_wl.h",
26 "server.cc", 26 "server.cc",
27 "server.h", 27 "server.h",
28 ] 28 ]
29 29
30 defines = [ "EXO_IMPLEMENTATION" ] 30 defines = [ "EXO_IMPLEMENTATION" ]
31 31
32 deps = [ 32 deps = [
33 "//ash", 33 "//ash",
34 "//ash/public/cpp", 34 "//ash/public/cpp: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:keyboard_configuration_protocol",
43 "//third_party/wayland-protocols:presentation_time_protocol", 43 "//third_party/wayland-protocols:presentation_time_protocol",
44 "//third_party/wayland-protocols:remote_shell_protocol", 44 "//third_party/wayland-protocols:remote_shell_protocol",
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 104
105 if (ozone_platform_gbm) { 105 if (ozone_platform_gbm) {
106 configs += [ 106 configs += [
107 ":libdrm", 107 ":libdrm",
108 "//ui/gl:gl_config", 108 "//ui/gl:gl_config",
109 ] 109 ]
110 defines = [ "OZONE_PLATFORM_GBM" ] 110 defines = [ "OZONE_PLATFORM_GBM" ]
111 deps += [ "//third_party/minigbm" ] 111 deps += [ "//third_party/minigbm" ]
112 } 112 }
113 } 113 }
OLDNEW
« no previous file with comments | « components/exo/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698