| Index: services/ui/public/cpp/BUILD.gn
|
| diff --git a/services/ui/public/cpp/BUILD.gn b/services/ui/public/cpp/BUILD.gn
|
| index 5eca2c07e07b46131a363d9fdafebcb8745beddf..c8cf62b40547753a9240e750d4731302b2414010 100644
|
| --- a/services/ui/public/cpp/BUILD.gn
|
| +++ b/services/ui/public/cpp/BUILD.gn
|
| @@ -39,7 +39,7 @@ source_set("cpp") {
|
| "//gpu/command_buffer/common",
|
| "//mojo/public/cpp/bindings",
|
| "//mojo/public/cpp/system",
|
| - "//services/shell/public/interfaces",
|
| + "//services/service_manager/public/interfaces",
|
| "//services/ui/common:mus_common",
|
| "//services/ui/public/interfaces",
|
| ]
|
| @@ -50,7 +50,7 @@ source_set("cpp") {
|
| "//gpu/command_buffer/client:gles2_cmd_helper",
|
| "//gpu/command_buffer/client:gles2_interface",
|
| "//gpu/ipc/client",
|
| - "//services/shell/public/cpp",
|
| + "//services/service_manager/public/cpp",
|
| "//services/ui/public/interfaces",
|
| "//ui/display",
|
| "//ui/events",
|
| @@ -138,8 +138,8 @@ source_set("internal") {
|
| "//gpu/ipc/client",
|
| "//mojo/public/cpp/bindings",
|
| "//mojo/public/cpp/system",
|
| - "//services/shell/public/cpp",
|
| - "//services/shell/public/interfaces",
|
| + "//services/service_manager/public/cpp",
|
| + "//services/service_manager/public/interfaces",
|
| "//services/ui/common:mus_common",
|
| "//services/ui/public/interfaces",
|
| "//services/ui/public/interfaces",
|
|
|