| Index: mojo/BUILD.gn
|
| diff --git a/mojo/BUILD.gn b/mojo/BUILD.gn
|
| index 01567b18fbc020a1daafdd00818764f65c656e64..f2d3d8bf411e1891c569bb89667c7b7990b0935e 100644
|
| --- a/mojo/BUILD.gn
|
| +++ b/mojo/BUILD.gn
|
| @@ -30,7 +30,7 @@ group("tests") {
|
| testonly = true
|
| deps = [
|
| "//components/mus/public/cpp/surfaces/tests:mojo_surfaces_lib_unittests",
|
| - "//ipc/mojo:ipc_mojo_unittests",
|
| + "//ipc:ipc_tests",
|
| "//mojo/common:mojo_common_unittests",
|
| "//mojo/converters/blink:blink_converters_unittests",
|
| "//mojo/edk/js/test:js_integration_tests",
|
|
|