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

Unified Diff: mojo/mojo_public.gyp

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 | « mash/wm/window_manager_application.h ('k') | mojo/public/cpp/bindings/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/mojo_public.gyp
diff --git a/mojo/mojo_public.gyp b/mojo/mojo_public.gyp
index 3017df84f324638f87124c296b93f188b6ec019c..10a0dae417e876f420540f01d89eead8bcaaf42f 100644
--- a/mojo/mojo_public.gyp
+++ b/mojo/mojo_public.gyp
@@ -104,8 +104,10 @@
'public/cpp/bindings/associated_interface_ptr_info.h',
'public/cpp/bindings/associated_interface_request.h',
'public/cpp/bindings/binding.h',
+ 'public/cpp/bindings/binding_set.h',
'public/cpp/bindings/callback.h',
'public/cpp/bindings/interface_ptr.h',
+ 'public/cpp/bindings/interface_ptr_set.h',
'public/cpp/bindings/interface_request.h',
'public/cpp/bindings/lib/array_internal.cc',
'public/cpp/bindings/lib/array_internal.h',
@@ -177,8 +179,6 @@
'public/cpp/bindings/string.h',
'public/cpp/bindings/strong_binding.h',
'public/cpp/bindings/type_converter.h',
- 'public/cpp/bindings/weak_binding_set.h',
- 'public/cpp/bindings/weak_interface_ptr_set.h',
# This comes from the mojo_interface_bindings_cpp_sources dependency.
'>@(mojom_generated_sources)',
],
« no previous file with comments | « mash/wm/window_manager_application.h ('k') | mojo/public/cpp/bindings/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698