| Index: mojo/public/cpp/bindings/BUILD.gn
|
| diff --git a/mojo/public/cpp/bindings/BUILD.gn b/mojo/public/cpp/bindings/BUILD.gn
|
| index 5c413840cbf20ee436107a23f39755bddbe7539b..4561c39f28cfdba5422aabe52720f7079c852b2c 100644
|
| --- a/mojo/public/cpp/bindings/BUILD.gn
|
| +++ b/mojo/public/cpp/bindings/BUILD.gn
|
| @@ -102,6 +102,7 @@ component("bindings") {
|
| "lib/string_serialization.h",
|
| "lib/string_traits_string16.cc",
|
| "lib/sync_call_restrictions.cc",
|
| + "lib/sync_event_watcher.cc",
|
| "lib/sync_handle_registry.cc",
|
| "lib/sync_handle_watcher.cc",
|
| "lib/template_util.h",
|
| @@ -137,6 +138,7 @@ component("bindings") {
|
| "strong_binding_set.h",
|
| "struct_ptr.h",
|
| "sync_call_restrictions.h",
|
| + "sync_event_watcher.h",
|
| "sync_handle_registry.h",
|
| "sync_handle_watcher.h",
|
| "thread_safe_interface_ptr.h",
|
|
|