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

Side by Side Diff: services/ui/ws/BUILD.gn

Issue 2180593002: mus: The window server needs to be able to write to the clipboard. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: gn check Created 4 years, 5 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 | « services/ui/service.cc ('k') | services/ui/ws/window_server.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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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/ui.gni") 5 import("//build/config/ui.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 import("//services/shell/public/cpp/service.gni") 7 import("//services/shell/public/cpp/service.gni")
8 import("//services/shell/public/service_manifest.gni") 8 import("//services/shell/public/service_manifest.gni")
9 9
10 static_library("lib") { 10 static_library("lib") {
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 "//base", 105 "//base",
106 "//cc", 106 "//cc",
107 "//cc/ipc:interfaces", 107 "//cc/ipc:interfaces",
108 "//cc/surfaces", 108 "//cc/surfaces",
109 "//cc/surfaces:surface_id", 109 "//cc/surfaces:surface_id",
110 "//mojo/common:common_base", 110 "//mojo/common:common_base",
111 "//mojo/public/cpp/bindings", 111 "//mojo/public/cpp/bindings",
112 "//services/shell/public/cpp", 112 "//services/shell/public/cpp",
113 "//services/shell/public/interfaces", 113 "//services/shell/public/interfaces",
114 "//services/tracing/public/cpp", 114 "//services/tracing/public/cpp",
115 "//services/ui/clipboard:lib",
115 "//services/ui/common:mus_common", 116 "//services/ui/common:mus_common",
116 "//services/ui/display", 117 "//services/ui/display",
117 "//services/ui/gles2", 118 "//services/ui/gles2",
118 "//services/ui/public/interfaces", 119 "//services/ui/public/interfaces",
119 "//services/ui/surfaces", 120 "//services/ui/surfaces",
120 "//ui/base", 121 "//ui/base",
121 "//ui/display", 122 "//ui/display",
122 "//ui/events", 123 "//ui/events",
123 "//ui/events/devices", 124 "//ui/events/devices",
124 "//ui/events/platform", 125 "//ui/events/platform",
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
240 241
241 data_deps = [ 242 data_deps = [
242 ":mus_ws_unittests_app_manifest", 243 ":mus_ws_unittests_app_manifest",
243 ] 244 ]
244 } 245 }
245 246
246 service_manifest("mus_ws_unittests_app_manifest") { 247 service_manifest("mus_ws_unittests_app_manifest") {
247 name = "mus_ws_unittests_app" 248 name = "mus_ws_unittests_app"
248 source = "mus_ws_unittests_app_manifest.json" 249 source = "mus_ws_unittests_app_manifest.json"
249 } 250 }
OLDNEW
« no previous file with comments | « services/ui/service.cc ('k') | services/ui/ws/window_server.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698