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/service_manager/public/cpp/service.gni") | 7 import("//services/service_manager/public/cpp/service.gni") |
8 import("//services/service_manager/public/service_manifest.gni") | 8 import("//services/service_manager/public/service_manifest.gni") |
9 | 9 |
10 static_library("lib") { | 10 static_library("lib") { |
(...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
236 "//cc:cc", | 236 "//cc:cc", |
237 "//gpu/ipc/client", | 237 "//gpu/ipc/client", |
238 "//mojo/public/cpp/bindings:bindings", | 238 "//mojo/public/cpp/bindings:bindings", |
239 "//services/service_manager/public/cpp:service_test_support", | 239 "//services/service_manager/public/cpp:service_test_support", |
240 "//services/service_manager/public/cpp:sources", | 240 "//services/service_manager/public/cpp:sources", |
241 "//services/service_manager/public/cpp/test:run_all_service_tests", | 241 "//services/service_manager/public/cpp/test:run_all_service_tests", |
242 "//services/service_manager/public/interfaces", | 242 "//services/service_manager/public/interfaces", |
243 "//services/ui/common:mus_common", | 243 "//services/ui/common:mus_common", |
244 "//services/ui/common:task_runner_test_base", | 244 "//services/ui/common:task_runner_test_base", |
245 "//services/ui/public/cpp", | 245 "//services/ui/public/cpp", |
246 "//services/ui/public/cpp:internal_or_test", | |
247 "//services/ui/public/interfaces", | 246 "//services/ui/public/interfaces", |
248 "//testing/gtest", | 247 "//testing/gtest", |
249 "//third_party/mesa:osmesa", | 248 "//third_party/mesa:osmesa", |
250 "//ui/aura", | 249 "//ui/aura", |
251 "//ui/aura:test_support", | 250 "//ui/aura:test_support", |
252 "//ui/events", | 251 "//ui/events", |
253 "//ui/gfx", | 252 "//ui/gfx", |
254 "//ui/gfx:test_support", | 253 "//ui/gfx:test_support", |
255 "//ui/gfx/geometry", | 254 "//ui/gfx/geometry", |
256 "//ui/gfx/geometry/mojo", | 255 "//ui/gfx/geometry/mojo", |
257 "//ui/gl", | 256 "//ui/gl", |
258 ] | 257 ] |
259 | 258 |
260 data_deps = [ | 259 data_deps = [ |
261 ":mus_ws_unittests_app_manifest", | 260 ":mus_ws_unittests_app_manifest", |
262 ] | 261 ] |
263 } | 262 } |
264 | 263 |
265 service_manifest("mus_ws_unittests_app_manifest") { | 264 service_manifest("mus_ws_unittests_app_manifest") { |
266 name = "mus_ws_unittests_app" | 265 name = "mus_ws_unittests_app" |
267 source = "mus_ws_unittests_app_manifest.json" | 266 source = "mus_ws_unittests_app_manifest.json" |
268 } | 267 } |
OLD | NEW |