| Index: services/ui/public/cpp/tests/BUILD.gn
|
| diff --git a/components/mus/public/cpp/tests/BUILD.gn b/services/ui/public/cpp/tests/BUILD.gn
|
| similarity index 89%
|
| rename from components/mus/public/cpp/tests/BUILD.gn
|
| rename to services/ui/public/cpp/tests/BUILD.gn
|
| index e5f756f0726cacb6100efbdf2c0aadd764c60a84..af29abe4f447f9e859d172c778179b6de3e71ce2 100644
|
| --- a/components/mus/public/cpp/tests/BUILD.gn
|
| +++ b/services/ui/public/cpp/tests/BUILD.gn
|
| @@ -20,7 +20,7 @@ source_set("unittest_support") {
|
|
|
| deps = [
|
| "//base",
|
| - "//components/mus/public/cpp",
|
| + "//services/ui/public/cpp",
|
| "//testing/gtest",
|
| "//ui/display",
|
| "//ui/gfx/geometry/mojo",
|
| @@ -40,10 +40,10 @@ source_set("test_support") {
|
| deps = [
|
| "//base",
|
| "//base/test:test_config",
|
| - "//components/mus/common:mus_common",
|
| - "//components/mus/public/cpp",
|
| "//services/shell/public/cpp:shell_test_support",
|
| "//services/shell/public/cpp:sources",
|
| + "//services/ui/common:mus_common",
|
| + "//services/ui/public/cpp",
|
| "//testing/gtest",
|
| "//ui/gl",
|
| ]
|
| @@ -63,12 +63,12 @@ test("mus_public_unittests") {
|
| ":unittest_support",
|
| "//base",
|
| "//base/test:test_support",
|
| - "//components/mus/common:mus_common",
|
| - "//components/mus/public/cpp",
|
| "//mojo/common:common_base",
|
| "//mojo/edk/system",
|
| "//mojo/public/cpp/system",
|
| "//services/shell/public/cpp",
|
| + "//services/ui/common:mus_common",
|
| + "//services/ui/public/cpp",
|
| "//testing/gtest",
|
| "//ui/events",
|
| "//ui/gfx:test_support",
|
|
|