| Index: mojo/edk/js/test/BUILD.gn
|
| diff --git a/mojo/edk/js/test/BUILD.gn b/mojo/edk/js/test/BUILD.gn
|
| index e41e889a6fa7ffaeeb9f61e970739761d35198c2..c95260bd80a1ef0a4633bcbc9fd4e7d90ed23ebf 100644
|
| --- a/mojo/edk/js/test/BUILD.gn
|
| +++ b/mojo/edk/js/test/BUILD.gn
|
| @@ -4,15 +4,15 @@
|
|
|
| import("//testing/test.gni")
|
|
|
| -# TODO(use_chrome_edk): remove "2"
|
| -test("js_unittests2") {
|
| +test("js_unittests") {
|
| + output_name = "mojo_js_unittests"
|
| +
|
| deps = [
|
| - "../../js",
|
| - "../../js:js_unittests",
|
| - "../../test:run_all_unittests",
|
| - "../../test:test_support",
|
| "//base",
|
| "//gin:gin_test",
|
| + "//mojo/edk/js",
|
| + "//mojo/edk/test:run_all_unittests",
|
| + "//mojo/edk/test:test_support",
|
| "//mojo/environment:chromium",
|
| "//mojo/public/cpp/environment",
|
| "//mojo/public/cpp/system",
|
|
|