| Index: components/mus/public/cpp/tests/BUILD.gn
|
| diff --git a/components/mus/public/cpp/tests/BUILD.gn b/components/mus/public/cpp/tests/BUILD.gn
|
| index c58299498238a49bf0866e844b2f40302a1ed5dd..e8b7f5a328d9df4fa217967cd27819111b8ad8dc 100644
|
| --- a/components/mus/public/cpp/tests/BUILD.gn
|
| +++ b/components/mus/public/cpp/tests/BUILD.gn
|
| @@ -9,8 +9,8 @@ source_set("test_support") {
|
| testonly = true
|
|
|
| sources = [
|
| - "view_manager_test_base.cc",
|
| - "view_manager_test_base.h",
|
| + "mandoline_ui_services_test_base.cc",
|
| + "mandoline_ui_services_test_base.h",
|
| ]
|
|
|
| deps = [
|
| @@ -23,11 +23,11 @@ source_set("test_support") {
|
| ]
|
| }
|
|
|
| -test("mojo_view_manager_lib_unittests") {
|
| +test("mojo_mus_lib_unittests") {
|
| sources = [
|
| + "mandoline_ui_services_test_suite.cc",
|
| + "mandoline_ui_services_test_suite.h",
|
| "run_all_unittests.cc",
|
| - "view_manager_test_suite.cc",
|
| - "view_manager_test_suite.h",
|
| "view_unittest.cc",
|
| ]
|
|
|
|
|