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

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

Issue 1473273003: Mojo C++ bindings: InterfacePtr<T> and Binding<T> use MultiplexRouter when T passes associated inte… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « mojo/logging/init_logging.cc ('k') | mojo/public/cpp/bindings/associated_interface_ptr.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 52778fbec0b9a9b57135ae6c8449d574a2abc95b..aa698820f412f24efb2abdc9911ab69c7b416d2d 100644
--- a/mojo/public/cpp/bindings/BUILD.gn
+++ b/mojo/public/cpp/bindings/BUILD.gn
@@ -18,7 +18,8 @@ source_set("bindings") {
"lib/array_internal.h",
"lib/array_serialization.h",
"lib/associated_group.cc",
- "lib/associated_interface_ptr_internal.h",
+ "lib/associated_interface_ptr_state.h",
+ "lib/binding_state.h",
"lib/bindings_internal.h",
"lib/bindings_serialization.cc",
"lib/bindings_serialization.h",
@@ -38,7 +39,7 @@ source_set("bindings") {
"lib/interface_endpoint_client.cc",
"lib/interface_endpoint_client.h",
"lib/interface_id.h",
- "lib/interface_ptr_internal.h",
+ "lib/interface_ptr_state.h",
"lib/map_data_internal.h",
"lib/map_internal.h",
"lib/map_serialization.h",
« no previous file with comments | « mojo/logging/init_logging.cc ('k') | mojo/public/cpp/bindings/associated_interface_ptr.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698