| Index: mojo/services/public/cpp/view_manager/tests/BUILD.gn
|
| diff --git a/mojo/services/public/cpp/view_manager/tests/BUILD.gn b/mojo/services/public/cpp/view_manager/tests/BUILD.gn
|
| index a468a928232b97207f34c1f8e104144ba6298cf7..9b7fb6703a2710bad5294d2f2f90eb075a52353d 100644
|
| --- a/mojo/services/public/cpp/view_manager/tests/BUILD.gn
|
| +++ b/mojo/services/public/cpp/view_manager/tests/BUILD.gn
|
| @@ -28,6 +28,6 @@ test("mojo_view_manager_lib_unittests") {
|
| if (use_aura) {
|
| deps += [ "//mojo/services/public/cpp/view_manager/lib:run_unittests" ]
|
| } else {
|
| - deps += [ "//mojo/common/test:run_all_unittests" ]
|
| + deps += [ "//mojo/edk/test:run_all_unittests" ]
|
| }
|
| }
|
|
|