| Index: mojo/BUILD.gn
|
| diff --git a/mojo/BUILD.gn b/mojo/BUILD.gn
|
| index c78e40108ed6f39fcb3a541a01d3d1ab7e2ec0a3..a9a84500a096704aebdcf7fabad169c969cce0a1 100644
|
| --- a/mojo/BUILD.gn
|
| +++ b/mojo/BUILD.gn
|
| @@ -29,10 +29,10 @@ group("mojo") {
|
| group("tests") {
|
| testonly = true
|
| deps = [
|
| + "//components/mus/public/cpp/surfaces/tests:mojo_surfaces_lib_unittests",
|
| "//ipc/mojo:ipc_mojo_unittests",
|
| "//mojo/common:mojo_common_unittests",
|
| "//mojo/converters/blink:blink_converters_unittests",
|
| - "//mojo/converters/surfaces/tests:mojo_surfaces_lib_unittests",
|
| "//mojo/edk/js/test:js_integration_tests",
|
| "//mojo/edk/js/test:js_unittests",
|
| "//mojo/edk/system:mojo_message_pipe_perftests",
|
|
|