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

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

Issue 2692413002: Implements mojo::StrongBindingSet. (Closed)
Patch Set: Created 3 years, 10 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
Index: mojo/public/cpp/bindings/BUILD.gn
diff --git a/mojo/public/cpp/bindings/BUILD.gn b/mojo/public/cpp/bindings/BUILD.gn
index c831ada7a4d74b7fb8570c943d41ba89043d4e3b..cbc20046d22942cfb65bb5db5aa5582505f6123a 100644
--- a/mojo/public/cpp/bindings/BUILD.gn
+++ b/mojo/public/cpp/bindings/BUILD.gn
@@ -124,6 +124,7 @@ component("bindings") {
"pipe_control_message_handler.h",
"pipe_control_message_handler_delegate.h",
"pipe_control_message_proxy.h",
+ "raw_ptr_impl_ref_traits.h",
"scoped_interface_endpoint_handle.h",
"string_data_view.h",
"string_traits.h",
@@ -132,6 +133,7 @@ component("bindings") {
"string_traits_string_piece.h",
"strong_associated_binding.h",
"strong_binding.h",
+ "strong_binding_set.h",
"struct_ptr.h",
"sync_call_restrictions.h",
"sync_handle_registry.h",
@@ -139,6 +141,7 @@ component("bindings") {
"thread_safe_interface_ptr.h",
"type_converter.h",
"union_traits.h",
+ "unique_ptr_impl_ref_traits.h",
]
public_deps = [
« no previous file with comments | « no previous file | mojo/public/cpp/bindings/associated_binding_set.h » ('j') | mojo/public/cpp/bindings/strong_binding_set.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698