| Index: mojo/public/js/bindings/tests/BUILD.gn
|
| diff --git a/mojo/public/js/bindings/tests/BUILD.gn b/mojo/public/js/bindings/tests/BUILD.gn
|
| index 6e5090d01005be5417271d5d365fb0bf4bb45d52..e2fc48fd1b4a769b0e48df963b82047e5d3fba5c 100644
|
| --- a/mojo/public/js/bindings/tests/BUILD.gn
|
| +++ b/mojo/public/js/bindings/tests/BUILD.gn
|
| @@ -6,11 +6,12 @@
|
| test("mojo_js_unittests") {
|
| deps = [
|
| "//gin:gin_test",
|
| - "//mojo/common/test:run_all_unittests",
|
| "//mojo/common/test:test_support",
|
| - "//mojo/environment:chromium",
|
| - "//mojo/public/interfaces/bindings/tests:test_interfaces",
|
| + "//mojo/public/cpp/environment:standalone",
|
| "//mojo/bindings/js",
|
| + "//mojo/public/interfaces/bindings/tests:test_interfaces",
|
| + "//mojo/common/test:run_all_unittests",
|
| + "//mojo/public/cpp/utility",
|
| ]
|
|
|
| sources = [ "run_js_tests.cc" ]
|
|
|