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

Unified Diff: mojo/public/cpp/bindings/BUILD.gn

Issue 1455063004: Mojo C++ bindings: introduce MultiplexRouter and related classes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 1 month 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/cpp/bindings/lib/connector.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/cpp/bindings/BUILD.gn
diff --git a/mojo/public/cpp/bindings/BUILD.gn b/mojo/public/cpp/bindings/BUILD.gn
index 2d4064b52d88636d4281a315519e3bdb5d579fe4..60874fe67caafa74245e00eafec1963913c237ae 100644
--- a/mojo/public/cpp/bindings/BUILD.gn
+++ b/mojo/public/cpp/bindings/BUILD.gn
@@ -30,6 +30,8 @@ source_set("bindings") {
"lib/filter_chain.h",
"lib/fixed_buffer.cc",
"lib/fixed_buffer.h",
+ "lib/interface_endpoint_client.cc",
+ "lib/interface_endpoint_client.h",
"lib/interface_id.h",
"lib/interface_ptr_internal.h",
"lib/map_data_internal.h",
@@ -42,6 +44,8 @@ source_set("bindings") {
"lib/message_header_validator.cc",
"lib/message_header_validator.h",
"lib/message_internal.h",
+ "lib/multiplex_router.cc",
+ "lib/multiplex_router.h",
"lib/no_interface.cc",
"lib/pipe_control_message_handler.cc",
"lib/pipe_control_message_handler.h",
@@ -50,6 +54,8 @@ source_set("bindings") {
"lib/pipe_control_message_proxy.h",
"lib/router.cc",
"lib/router.h",
+ "lib/scoped_interface_endpoint_handle.cc",
+ "lib/scoped_interface_endpoint_handle.h",
"lib/string_serialization.cc",
"lib/string_serialization.h",
"lib/union_accessor.h",
« no previous file with comments | « no previous file | mojo/public/cpp/bindings/lib/connector.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698