| Index: mojo/public/cpp/bindings/BUILD.gn
|
| diff --git a/mojo/public/cpp/bindings/BUILD.gn b/mojo/public/cpp/bindings/BUILD.gn
|
| index 772967b2de9f029f689b5b4f39c3707344ff6f38..379203a9a3de63e12f26b959588791d3416a35c4 100644
|
| --- a/mojo/public/cpp/bindings/BUILD.gn
|
| +++ b/mojo/public/cpp/bindings/BUILD.gn
|
| @@ -107,6 +107,7 @@ component("bindings") {
|
| "lib/sync_handle_registry.cc",
|
| "lib/sync_handle_watcher.cc",
|
| "lib/template_util.h",
|
| + "lib/thread_safe_interface_ptr_base.h",
|
| "lib/union_accessor.h",
|
| "lib/validate_params.h",
|
| "lib/validation_context.cc",
|
| @@ -144,6 +145,8 @@ component("bindings") {
|
| "sync_call_restrictions.h",
|
| "sync_handle_registry.h",
|
| "sync_handle_watcher.h",
|
| + "thread_safe_associated_interface_ptr.h",
|
| + "thread_safe_interface_ptr.h",
|
| "type_converter.h",
|
| "union_traits.h",
|
| ]
|
|
|