| Index: mojo/BUILD.gn
|
| diff --git a/mojo/BUILD.gn b/mojo/BUILD.gn
|
| index 6595b139d5ef33cbc40138b94c7da3a3592e0131..685111065dc37ab725d0bcf51421ec4b2c5ac53a 100644
|
| --- a/mojo/BUILD.gn
|
| +++ b/mojo/BUILD.gn
|
| @@ -64,10 +64,10 @@ group("tests") {
|
| testonly = true
|
| deps = [
|
| "//mojo/application_manager:mojo_application_manager_unittests",
|
| - "//mojo/apps/js/test:apps_js_unittests",
|
| "//mojo/common:mojo_common_unittests",
|
| "//mojo/converters/surfaces/tests:mojo_surfaces_lib_unittests",
|
| - "//mojo/edk/js/tests:js_unittests",
|
| + "//mojo/edk/js/test:js_unittests",
|
| + "//mojo/edk/js/test:js_integration_tests",
|
| "//mojo/edk/system:mojo_message_pipe_perftests",
|
| "//mojo/edk/system:mojo_system_unittests",
|
| "//mojo/public/c/system/tests:perftests",
|
|
|