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 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
122 "//base", | 122 "//base", |
123 "//cc", | 123 "//cc", |
124 "//cc/ipc:interfaces", | 124 "//cc/ipc:interfaces", |
125 "//cc/surfaces", | 125 "//cc/surfaces", |
126 "//cc/surfaces:surface_id", | 126 "//cc/surfaces:surface_id", |
127 "//mojo/common:common_base", | 127 "//mojo/common:common_base", |
128 "//mojo/public/cpp/bindings", | 128 "//mojo/public/cpp/bindings", |
129 "//services/shell/public/cpp", | 129 "//services/shell/public/cpp", |
130 "//services/shell/public/interfaces", | 130 "//services/shell/public/interfaces", |
131 "//services/tracing/public/cpp", | 131 "//services/tracing/public/cpp", |
132 "//services/ui/clipboard:lib", | |
133 "//services/ui/common:mus_common", | 132 "//services/ui/common:mus_common", |
134 "//services/ui/display", | 133 "//services/ui/display", |
135 "//services/ui/public/interfaces", | 134 "//services/ui/public/interfaces", |
136 "//services/ui/surfaces", | 135 "//services/ui/surfaces", |
137 "//ui/base", | 136 "//ui/base", |
138 "//ui/display", | 137 "//ui/display", |
139 "//ui/events", | 138 "//ui/events", |
140 "//ui/events/devices", | 139 "//ui/events/devices", |
141 "//ui/events/platform", | 140 "//ui/events/platform", |
142 "//ui/gfx", | 141 "//ui/gfx", |
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
260 | 259 |
261 data_deps = [ | 260 data_deps = [ |
262 ":mus_ws_unittests_app_manifest", | 261 ":mus_ws_unittests_app_manifest", |
263 ] | 262 ] |
264 } | 263 } |
265 | 264 |
266 service_manifest("mus_ws_unittests_app_manifest") { | 265 service_manifest("mus_ws_unittests_app_manifest") { |
267 name = "mus_ws_unittests_app" | 266 name = "mus_ws_unittests_app" |
268 source = "mus_ws_unittests_app_manifest.json" | 267 source = "mus_ws_unittests_app_manifest.json" |
269 } | 268 } |
OLD | NEW |