| Index: services/service_manager/public/cpp/BUILD.gn
|
| diff --git a/services/shell/public/cpp/BUILD.gn b/services/service_manager/public/cpp/BUILD.gn
|
| similarity index 91%
|
| rename from services/shell/public/cpp/BUILD.gn
|
| rename to services/service_manager/public/cpp/BUILD.gn
|
| index bab0662f7fb8cf4604410511cdc505252494c5e2..34f7e892aa841ee01a5ce8a5d2ddf5fe5cbe1eee 100644
|
| --- a/services/shell/public/cpp/BUILD.gn
|
| +++ b/services/service_manager/public/cpp/BUILD.gn
|
| @@ -48,7 +48,7 @@ static_library("sources") {
|
| "//base",
|
| "//mojo/public/cpp/bindings",
|
| "//mojo/public/cpp/system",
|
| - "//services/shell/public/interfaces",
|
| + "//services/service_manager/public/interfaces",
|
| "//url",
|
| ]
|
| }
|
| @@ -86,8 +86,8 @@ if (!is_ios) {
|
| "//base/test:test_support",
|
| "//mojo/public/cpp/bindings",
|
| "//mojo/public/cpp/system",
|
| - "//services/shell/background:lib",
|
| - "//services/shell/public/interfaces:interfaces_cpp_sources",
|
| + "//services/service_manager/background:lib",
|
| + "//services/service_manager/public/interfaces:interfaces_cpp_sources",
|
| ]
|
|
|
| data_deps = []
|
|
|