| Index: mojo/edk/js/tests/BUILD.gn
|
| diff --git a/mojo/bindings/js/tests/BUILD.gn b/mojo/edk/js/tests/BUILD.gn
|
| similarity index 79%
|
| rename from mojo/bindings/js/tests/BUILD.gn
|
| rename to mojo/edk/js/tests/BUILD.gn
|
| index 2d13ff41effc418c52d47548695e87968916fb92..15553285ada80512c43cc96d6680d1bfc6d2053b 100644
|
| --- a/mojo/bindings/js/tests/BUILD.gn
|
| +++ b/mojo/edk/js/tests/BUILD.gn
|
| @@ -2,11 +2,11 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -# GYP version: mojo/mojo_public_tests.gypi:mojo_js_unittests
|
| -test("mojo_js_unittests") {
|
| +test("js_unittests") {
|
| deps = [
|
| "//gin:gin_test",
|
| - "//mojo/bindings/js",
|
| + "//mojo/edk/js",
|
| + "//mojo/edk/js:js_unittests",
|
| "//mojo/edk/test:run_all_unittests",
|
| "//mojo/edk/test:test_support",
|
| "//mojo/public/cpp/environment:standalone",
|
|
|