Index: mojo/public/cpp/bindings/BUILD.gn |
diff --git a/mojo/public/cpp/bindings/BUILD.gn b/mojo/public/cpp/bindings/BUILD.gn |
index 86ccae06b62c91d0301ceee987b578bc506e9640..143ab83242177aa198771f7188da3de677c0a35e 100644 |
--- a/mojo/public/cpp/bindings/BUILD.gn |
+++ b/mojo/public/cpp/bindings/BUILD.gn |
@@ -5,12 +5,14 @@ |
source_set("bindings") { |
sources = [ |
"array.h", |
+ "binding.h", |
"error_handler.h", |
"interface_ptr.h", |
"map.h", |
"message.h", |
"message_filter.h", |
"no_interface.h", |
+ "strong_binding.h", |
"string.h", |
"struct_ptr.h", |
"type_converter.h", |