Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(12)

Unified Diff: mojo/public/js/BUILD.gn

Issue 2891193002: Mojo JS bindings: switch all mojo/ layout tests to use the new mode. (Closed)
Patch Set: . Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mojo/public/interfaces/bindings/tests/BUILD.gn ('k') | mojo/public/js/new_bindings/bindings.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"
« no previous file with comments | « mojo/public/interfaces/bindings/tests/BUILD.gn ('k') | mojo/public/js/new_bindings/bindings.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698