| 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 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 124 public_deps = [ | 124 public_deps = [ |
| 125 "//base", | 125 "//base", |
| 126 "//cc", | 126 "//cc", |
| 127 "//cc/ipc:interfaces", | 127 "//cc/ipc:interfaces", |
| 128 "//cc/surfaces", | 128 "//cc/surfaces", |
| 129 "//cc/surfaces:surface_id", | 129 "//cc/surfaces:surface_id", |
| 130 "//mojo/common:common_base", | 130 "//mojo/common:common_base", |
| 131 "//mojo/public/cpp/bindings", | 131 "//mojo/public/cpp/bindings", |
| 132 "//services/service_manager/public/cpp", | 132 "//services/service_manager/public/cpp", |
| 133 "//services/service_manager/public/interfaces", | 133 "//services/service_manager/public/interfaces", |
| 134 "//services/tracing/public/cpp", | |
| 135 "//services/ui/common:mus_common", | 134 "//services/ui/common:mus_common", |
| 136 "//services/ui/common:server_gpu", | 135 "//services/ui/common:server_gpu", |
| 137 "//services/ui/display", | 136 "//services/ui/display", |
| 138 "//services/ui/public/interfaces", | 137 "//services/ui/public/interfaces", |
| 139 "//ui/base", | 138 "//ui/base", |
| 140 "//ui/display", | 139 "//ui/display", |
| 141 "//ui/events", | 140 "//ui/events", |
| 142 "//ui/events/devices", | 141 "//ui/events/devices", |
| 143 "//ui/events/platform", | 142 "//ui/events/platform", |
| 144 "//ui/gfx", | 143 "//ui/gfx", |
| (...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 304 service_manifest("mus_ws_unittests_app_manifest") { | 303 service_manifest("mus_ws_unittests_app_manifest") { |
| 305 name = "mus_ws_unittests_app" | 304 name = "mus_ws_unittests_app" |
| 306 source = "mus_ws_unittests_app_manifest.json" | 305 source = "mus_ws_unittests_app_manifest.json" |
| 307 } | 306 } |
| 308 | 307 |
| 309 catalog("mus_ws_unittests_catalog") { | 308 catalog("mus_ws_unittests_catalog") { |
| 310 embedded_services = [ ":mus_ws_unittests_app_manifest" ] | 309 embedded_services = [ ":mus_ws_unittests_app_manifest" ] |
| 311 | 310 |
| 312 standalone_services = [ "//services/ui:manifest" ] | 311 standalone_services = [ "//services/ui:manifest" ] |
| 313 } | 312 } |
| OLD | NEW |