| Index: third_party/mojo/src/mojo/edk/js/tests/BUILD.gn
|
| diff --git a/third_party/mojo/src/mojo/edk/js/tests/BUILD.gn b/third_party/mojo/src/mojo/edk/js/tests/BUILD.gn
|
| index 0d9b3be00b4a08bc02ecf4a0bdb5bc43088dd270..dc3d694f7e10b39e504292f4d5386ab797dccde7 100644
|
| --- a/third_party/mojo/src/mojo/edk/js/tests/BUILD.gn
|
| +++ b/third_party/mojo/src/mojo/edk/js/tests/BUILD.gn
|
| @@ -17,7 +17,7 @@ mojo_edk_source_set("js_to_cpp_tests") {
|
| "mojo/edk/js",
|
| "mojo/edk/test:test_support",
|
| ]
|
| -
|
| +
|
| mojo_sdk_deps = [
|
| "mojo/public/cpp/bindings",
|
| "mojo/public/cpp/system",
|
| @@ -34,4 +34,6 @@ mojom("js_to_cpp_bindings") {
|
| sources = [
|
| "js_to_cpp.mojom",
|
| ]
|
| +
|
| + with_environment = false
|
| }
|
|
|