OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |