Index: mojo/BUILD.gn |
diff --git a/mojo/BUILD.gn b/mojo/BUILD.gn |
index 4afccf764ca061f661f44a3617856236d6f9d1fc..66ce0399cdf87b4a331bc41fd6c374eeb2d8d9dc 100644 |
--- a/mojo/BUILD.gn |
+++ b/mojo/BUILD.gn |
@@ -35,28 +35,19 @@ 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/services/network:apptests", |
"//mojo/shell:apptests", |
"//mojo/shell:mojo_shell_unittests", |
"//mojo/shell/package_manager:unittests", |
"//mojo/shell/public/cpp/tests:mojo_public_application_unittests", |
"//mojo/shell/runner/host:mojo_runner_host_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", |
] |
if (is_android) { |