| Index: ui/views/mus/BUILD.gn
|
| diff --git a/ui/views/mus/BUILD.gn b/ui/views/mus/BUILD.gn
|
| index ff5631e32426b6afb4c0c69a158dc6382c351c78..a2bd9fc4980d64e9dd500de2bc3ac43b46d7144a 100644
|
| --- a/ui/views/mus/BUILD.gn
|
| +++ b/ui/views/mus/BUILD.gn
|
| @@ -49,7 +49,7 @@ component("mus") {
|
|
|
| public_deps = [
|
| ":resources",
|
| - "//components/mus/public/cpp",
|
| + "//services/ui/public/cpp",
|
| "//ui/aura",
|
| ]
|
| deps = [
|
| @@ -59,15 +59,15 @@ component("mus") {
|
| "//cc",
|
| "//cc/surfaces",
|
| "//components/bitmap_uploader",
|
| - "//components/mus/common:mus_common",
|
| - "//components/mus/gles2:lib",
|
| - "//components/mus/public/cpp",
|
| - "//components/mus/public/interfaces",
|
| "//mojo/common",
|
| "//mojo/public/cpp/bindings",
|
| "//services/catalog/public/cpp",
|
| "//services/shell/public/cpp",
|
| "//services/shell/public/interfaces",
|
| + "//services/ui/common:mus_common",
|
| + "//services/ui/gles2:lib",
|
| + "//services/ui/public/cpp",
|
| + "//services/ui/public/interfaces",
|
| "//skia",
|
| "//third_party/icu",
|
| "//ui/aura",
|
| @@ -131,10 +131,10 @@ source_set("test_support") {
|
| ":mus",
|
| "//base",
|
| "//base/test:test_support",
|
| - "//components/mus/common:mus_common",
|
| "//services/shell/background:lib",
|
| "//services/shell/background/tests:test_support",
|
| "//services/shell/public/cpp:sources",
|
| + "//services/ui/common:mus_common",
|
| "//testing/gtest",
|
| "//ui/aura",
|
| "//ui/gl:test_support",
|
| @@ -187,10 +187,10 @@ test("views_mus_unittests") {
|
| "//base:i18n",
|
| "//base/test:test_support",
|
| "//cc",
|
| - "//components/mus/public/cpp",
|
| - "//components/mus/public/cpp/tests:unittest_support",
|
| - "//components/mus/public/interfaces",
|
| "//services/shell/background:main", # Provides main().
|
| + "//services/ui/public/cpp",
|
| + "//services/ui/public/cpp/tests:unittest_support",
|
| + "//services/ui/public/interfaces",
|
| "//skia",
|
| "//testing/gtest",
|
| "//third_party/icu",
|
| @@ -218,7 +218,7 @@ test("views_mus_unittests") {
|
|
|
| data_deps = [
|
| ":unittests_manifest",
|
| - "//components/mus/test_wm",
|
| + "//services/ui/test_wm",
|
| ]
|
|
|
| if (is_win) {
|
| @@ -281,7 +281,7 @@ test("views_mus_interactive_ui_tests") {
|
|
|
| data_deps = [
|
| ":interactive_ui_tests_manifest",
|
| - "//components/mus/test_wm",
|
| + "//services/ui/test_wm",
|
| ]
|
|
|
| if (is_win) {
|
|
|