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

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

Issue 2893493002: Mojo JS bindings: update the new bindings with the associated interface feature. (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 | « no previous file | 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 4447ac31cea7ae98632108889d5071e50e461345..e59251809864ad1f02208876cf324c0f27e61d3c 100644
--- a/mojo/public/js/BUILD.gn
+++ b/mojo/public/js/BUILD.gn
@@ -48,6 +48,7 @@ action("new_bindings") {
"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",
@@ -55,6 +56,10 @@ action("new_bindings") {
"new_bindings/interface_types.js",
"new_bindings/lib/control_message_handler.js",
"new_bindings/lib/control_message_proxy.js",
+ "new_bindings/lib/interface_endpoint_client.js",
+ "new_bindings/lib/interface_endpoint_handle.js",
+ "new_bindings/lib/pipe_control_message_handler.js",
+ "new_bindings/lib/pipe_control_message_proxy.js",
"new_bindings/router.js",
"new_bindings/unicode.js",
"new_bindings/validator.js",
« no previous file with comments | « no previous file | mojo/public/js/new_bindings/bindings.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698