Chromium Code Reviews| Index: mojo/edk/js/tests/BUILD.gn |
| diff --git a/mojo/edk/js/tests/BUILD.gn b/mojo/edk/js/tests/BUILD.gn |
| index c61ba379a86ca8904096725c50418c21c2d4c56f..c7f568bf9e0c6105831956c7aa6bf13e72102fec 100644 |
| --- a/mojo/edk/js/tests/BUILD.gn |
| +++ b/mojo/edk/js/tests/BUILD.gn |
| @@ -23,5 +23,7 @@ source_set("js_to_cpp_tests") { |
| } |
| mojom("js_to_cpp_bindings") { |
| - sources = [ "js_to_cpp.mojom" ] |
| + sources = [ |
| + "js_to_cpp.mojom", |
| + ] |
| } |