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

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

Issue 1735583002: Rename WeakBindingSet/WeakInterfacePtrSet to BindingSet/InterfacePtrSet. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
« no previous file with comments | « mojo/mojo_public.gyp ('k') | mojo/public/cpp/bindings/binding_set.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 72079fd8628849d9cf49d695e5606a96f1f43e2b..6b7a015f5d1c19d5efb3a6671d57898b636f41cb 100644
--- a/mojo/public/cpp/bindings/BUILD.gn
+++ b/mojo/public/cpp/bindings/BUILD.gn
@@ -11,8 +11,10 @@ source_set("bindings") {
"associated_interface_ptr_info.h",
"associated_interface_request.h",
"binding.h",
+ "binding_set.h",
"interface_ptr.h",
"interface_ptr_info.h",
+ "interface_ptr_set.h",
"interface_request.h",
"lib/array_internal.cc",
"lib/array_internal.h",
@@ -85,8 +87,6 @@ source_set("bindings") {
"struct_ptr.h",
"struct_traits.h",
"type_converter.h",
- "weak_binding_set.h",
- "weak_interface_ptr_set.h",
]
public_deps = [
« no previous file with comments | « mojo/mojo_public.gyp ('k') | mojo/public/cpp/bindings/binding_set.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698