| Index: mojo/BUILD.gn
|
| diff --git a/mojo/BUILD.gn b/mojo/BUILD.gn
|
| index 554abd9cfe20ad4a76a9492b3e600e8f50a09619..a8214919bfad09c3c33dbb0f8c86867c5c7dd27c 100644
|
| --- a/mojo/BUILD.gn
|
| +++ b/mojo/BUILD.gn
|
| @@ -35,23 +35,14 @@ group("tests") {
|
| "//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",
|
| + "//mojo/edk/system:mojo_system_unittests",
|
| + "//mojo/edk/test:mojo_public_bindings_unittests",
|
| + "//mojo/edk/test:mojo_public_environment_unittests",
|
| + "//mojo/edk/test:mojo_public_system_perftests",
|
| + "//mojo/edk/test:mojo_public_system_unittests",
|
| + "//mojo/edk/test:mojo_public_utility_unittests",
|
| "//mojo/shell/public/cpp/tests:mojo_public_application_unittests",
|
| -
|
| - # TODO(use_chrome_edk):
|
| - #"//mojo/edk/system:mojo_message_pipe_perftests",
|
| - #"//mojo/edk/system:mojo_system_unittests",
|
| - #"//mojo/edk/test:mojo_public_bindings_unittests",
|
| - #"//mojo/edk/test:mojo_public_environment_unittests",
|
| - #"//mojo/edk/test:mojo_public_system_perftests",
|
| - #"//mojo/edk/test:mojo_public_system_unittests",
|
| - #"//mojo/edk/test:mojo_public_utility_unittests",
|
| - "//third_party/mojo/src/mojo/edk/system:mojo_message_pipe_perftests",
|
| - "//third_party/mojo/src/mojo/edk/system:mojo_system_unittests",
|
| - "//third_party/mojo/src/mojo/edk/test:mojo_public_bindings_unittests",
|
| - "//third_party/mojo/src/mojo/edk/test:mojo_public_environment_unittests",
|
| - "//third_party/mojo/src/mojo/edk/test:mojo_public_system_perftests",
|
| - "//third_party/mojo/src/mojo/edk/test:mojo_public_system_unittests",
|
| - "//third_party/mojo/src/mojo/edk/test:mojo_public_utility_unittests",
|
| ]
|
|
|
| deps += [
|
|
|