| Index: mojo/BUILD.gn
|
| diff --git a/mojo/BUILD.gn b/mojo/BUILD.gn
|
| index c6c9d777d074f8d2ee3884923a9e82c0d7b11814..d9ec502f4f1f30c92f010be23dfa20a506363fa1 100644
|
| --- a/mojo/BUILD.gn
|
| +++ b/mojo/BUILD.gn
|
| @@ -24,9 +24,9 @@ group("mojo") {
|
| group("tests") {
|
| testonly = true
|
| deps = [
|
| - "//mojo/bindings/js/tests:mojo_js_unittests",
|
| "//mojo/common:mojo_common_unittests",
|
| "//mojo/converters/surfaces/tests:mojo_surfaces_lib_unittests",
|
| + "//mojo/edk/js/tests:js_unittests",
|
| "//mojo/edk/system:mojo_message_pipe_perftests",
|
| "//mojo/edk/system:mojo_system_unittests",
|
| "//mojo/public/c/system/tests:perftests",
|
|
|