| Index: mojo/public/js/BUILD.gn
|
| diff --git a/mojo/public/js/BUILD.gn b/mojo/public/js/BUILD.gn
|
| index e59251809864ad1f02208876cf324c0f27e61d3c..0bec9e26350e911657875dd09f1258424df02087 100644
|
| --- a/mojo/public/js/BUILD.gn
|
| +++ b/mojo/public/js/BUILD.gn
|
| @@ -47,8 +47,6 @@ action("new_bindings") {
|
| # variable |mojoBindings| that the others need to refer to.
|
| "new_bindings/base.js",
|
|
|
| - "$interfaces_bindings_gen_dir/new_bindings/interface_control_messages.mojom.js",
|
| - "$interfaces_bindings_gen_dir/new_bindings/pipe_control_messages.mojom.js",
|
| "new_bindings/bindings.js",
|
| "new_bindings/buffer.js",
|
| "new_bindings/codec.js",
|
| @@ -63,6 +61,10 @@ action("new_bindings") {
|
| "new_bindings/router.js",
|
| "new_bindings/unicode.js",
|
| "new_bindings/validator.js",
|
| +
|
| + # These two needs to refer to codec.js.
|
| + "$interfaces_bindings_gen_dir/new_bindings/interface_control_messages.mojom.js",
|
| + "$interfaces_bindings_gen_dir/new_bindings/pipe_control_messages.mojom.js",
|
| ]
|
| compiled_file = "$target_gen_dir/mojo_bindings.js"
|
|
|
|
|