Index: mojo/edk/js/BUILD.gn |
diff --git a/mojo/edk/js/BUILD.gn b/mojo/edk/js/BUILD.gn |
index 50f62d98fffb7f12bba86cae695187e1414ebbaa..b0c4c076f57de647e0efff0ef8e6c367e27c3ebc 100644 |
--- a/mojo/edk/js/BUILD.gn |
+++ b/mojo/edk/js/BUILD.gn |
@@ -13,7 +13,7 @@ group("tests") { |
deps = [ |
# TODO(use_chrome_edk): remove "2" |
"test:js_integration_tests2", |
- "test:js_unittests2", |
+ "test:js_unittests", |
] |
} |
@@ -47,17 +47,3 @@ source_set("js") { |
"//mojo/public/cpp/system", |
] |
} |
- |
-source_set("js_unittests") { |
- testonly = true |
- sources = [ |
- "handle_unittest.cc", |
- ] |
- |
- deps = [ |
- "//mojo/edk/js", |
- "//mojo/edk/test:test_support", |
- "//mojo/public/cpp/system", |
- "//testing/gtest", |
- ] |
-} |