summaryrefslogtreecommitdiffstats
path: root/mojo/public/cpp/bindings/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'mojo/public/cpp/bindings/BUILD.gn')
-rw-r--r--mojo/public/cpp/bindings/BUILD.gn4
1 files changed, 2 insertions, 2 deletions
diff --git a/mojo/public/cpp/bindings/BUILD.gn b/mojo/public/cpp/bindings/BUILD.gn
index 6b7a015..72079fd 100644
--- a/mojo/public/cpp/bindings/BUILD.gn
+++ b/mojo/public/cpp/bindings/BUILD.gn
@@ -11,10 +11,8 @@ 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",
@@ -87,6 +85,8 @@ source_set("bindings") {
"struct_ptr.h",
"struct_traits.h",
"type_converter.h",
+ "weak_binding_set.h",
+ "weak_interface_ptr_set.h",
]
public_deps = [