| Index: ui/views/mus/BUILD.gn
|
| diff --git a/ui/views/mus/BUILD.gn b/ui/views/mus/BUILD.gn
|
| index d557b8e8f6ef9b0dd3b08dd4154de19802c49c26..3e058c61d6877047f88fde8cc233d3d500e100c7 100644
|
| --- a/ui/views/mus/BUILD.gn
|
| +++ b/ui/views/mus/BUILD.gn
|
| @@ -66,8 +66,8 @@ component("mus") {
|
| "//mojo/platform_handle:for_component",
|
| "//mojo/public/c/system:for_component",
|
| "//mojo/public/cpp/bindings",
|
| - "//mojo/shell/public/cpp",
|
| - "//mojo/shell/public/interfaces",
|
| + "//services/shell/public/cpp",
|
| + "//services/shell/public/interfaces",
|
| "//skia",
|
| "//third_party/icu",
|
| "//ui/aura",
|
| @@ -162,11 +162,11 @@ test("views_mus_unittests") {
|
| "//cc",
|
| "//components/mus/public/cpp",
|
| "//components/mus/public/interfaces",
|
| - "//mojo/shell/background:lib",
|
| - "//mojo/shell/background:main",
|
| - "//mojo/shell/background/tests:test_support",
|
| - "//mojo/shell/public/cpp:sources",
|
| - "//mojo/shell/runner/host:lib",
|
| + "//services/shell/background:lib",
|
| + "//services/shell/background:main",
|
| + "//services/shell/background/tests:test_support",
|
| + "//services/shell/public/cpp:sources",
|
| + "//services/shell/runner/host:lib",
|
| "//skia",
|
| "//testing/gtest",
|
| "//third_party/icu",
|
|
|