| 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/catalog/public/tools/catalog.gni") | 7 import("//services/catalog/public/tools/catalog.gni") |
| 8 import("//services/service_manager/public/cpp/service.gni") | 8 import("//services/service_manager/public/cpp/service.gni") |
| 9 import("//services/service_manager/public/service_manifest.gni") | 9 import("//services/service_manager/public/service_manifest.gni") |
| 10 import("//services/service_manager/public/tools/test/service_test.gni") | 10 import("//services/service_manager/public/tools/test/service_test.gni") |
| (...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 198 "window_server_test_base.cc", | 198 "window_server_test_base.cc", |
| 199 "window_server_test_base.h", | 199 "window_server_test_base.h", |
| 200 ] | 200 ] |
| 201 } | 201 } |
| 202 | 202 |
| 203 deps = [ | 203 deps = [ |
| 204 "//base", | 204 "//base", |
| 205 "//base/test:test_config", | 205 "//base/test:test_config", |
| 206 "//mojo/common", | 206 "//mojo/common", |
| 207 "//mojo/public/cpp/bindings:bindings", | 207 "//mojo/public/cpp/bindings:bindings", |
| 208 "//services/service_manager/public/cpp", |
| 208 "//services/service_manager/public/cpp:service_test_support", | 209 "//services/service_manager/public/cpp:service_test_support", |
| 209 "//services/service_manager/public/cpp:sources", | |
| 210 "//services/ui/common:mus_common", | 210 "//services/ui/common:mus_common", |
| 211 "//services/ui/public/cpp", | 211 "//services/ui/public/cpp", |
| 212 "//services/ui/public/interfaces", | 212 "//services/ui/public/interfaces", |
| 213 "//testing/gtest", | 213 "//testing/gtest", |
| 214 "//ui/aura", | 214 "//ui/aura", |
| 215 "//ui/display:test_support", | 215 "//ui/display:test_support", |
| 216 "//ui/gfx/geometry/mojo", | 216 "//ui/gfx/geometry/mojo", |
| 217 "//ui/gl", | 217 "//ui/gl", |
| 218 "//ui/wm", | 218 "//ui/wm", |
| 219 ] | 219 ] |
| (...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 272 deps = [ | 272 deps = [ |
| 273 ":lib", | 273 ":lib", |
| 274 ":test_support", | 274 ":test_support", |
| 275 "//base", | 275 "//base", |
| 276 "//base/test:test_config", | 276 "//base/test:test_config", |
| 277 "//base/test:test_support", | 277 "//base/test:test_support", |
| 278 "//cc:cc", | 278 "//cc:cc", |
| 279 "//cc:test_support", | 279 "//cc:test_support", |
| 280 "//gpu/ipc/client", | 280 "//gpu/ipc/client", |
| 281 "//mojo/public/cpp/bindings:bindings", | 281 "//mojo/public/cpp/bindings:bindings", |
| 282 "//services/service_manager/public/cpp", |
| 282 "//services/service_manager/public/cpp:service_test_support", | 283 "//services/service_manager/public/cpp:service_test_support", |
| 283 "//services/service_manager/public/cpp:sources", | |
| 284 "//services/service_manager/public/interfaces", | 284 "//services/service_manager/public/interfaces", |
| 285 "//services/ui/common:mus_common", | 285 "//services/ui/common:mus_common", |
| 286 "//services/ui/common:task_runner_test_base", | 286 "//services/ui/common:task_runner_test_base", |
| 287 "//services/ui/gpu:gpu", | 287 "//services/ui/gpu:gpu", |
| 288 "//services/ui/public/cpp", | 288 "//services/ui/public/cpp", |
| 289 "//services/ui/public/interfaces", | 289 "//services/ui/public/interfaces", |
| 290 "//testing/gtest", | 290 "//testing/gtest", |
| 291 "//third_party/mesa:osmesa", | 291 "//third_party/mesa:osmesa", |
| 292 "//ui/aura", | 292 "//ui/aura", |
| 293 "//ui/aura:test_support", | 293 "//ui/aura:test_support", |
| 294 "//ui/events", | 294 "//ui/events", |
| 295 "//ui/gfx", | 295 "//ui/gfx", |
| 296 "//ui/gfx:test_support", | 296 "//ui/gfx:test_support", |
| 297 "//ui/gfx/geometry", | 297 "//ui/gfx/geometry", |
| 298 "//ui/gfx/geometry/mojo", | 298 "//ui/gfx/geometry/mojo", |
| 299 "//ui/gl", | 299 "//ui/gl", |
| 300 ] | 300 ] |
| 301 } | 301 } |
| 302 | 302 |
| 303 service_manifest("mus_ws_unittests_app_manifest") { | 303 service_manifest("mus_ws_unittests_app_manifest") { |
| 304 name = "mus_ws_unittests_app" | 304 name = "mus_ws_unittests_app" |
| 305 source = "mus_ws_unittests_app_manifest.json" | 305 source = "mus_ws_unittests_app_manifest.json" |
| 306 } | 306 } |
| 307 | 307 |
| 308 catalog("mus_ws_unittests_catalog") { | 308 catalog("mus_ws_unittests_catalog") { |
| 309 embedded_services = [ ":mus_ws_unittests_app_manifest" ] | 309 embedded_services = [ ":mus_ws_unittests_app_manifest" ] |
| 310 | 310 |
| 311 standalone_services = [ "//services/ui:manifest" ] | 311 standalone_services = [ "//services/ui:manifest" ] |
| 312 } | 312 } |
| OLD | NEW |