| Index: mojo/public/cpp/bindings/BUILD.gn
|
| diff --git a/mojo/public/cpp/bindings/BUILD.gn b/mojo/public/cpp/bindings/BUILD.gn
|
| index 047b6998d45ff773f5d470b8d19454c2e3e32e73..1a95177d30c80b8a2d9956db06c3840e650a5093 100644
|
| --- a/mojo/public/cpp/bindings/BUILD.gn
|
| +++ b/mojo/public/cpp/bindings/BUILD.gn
|
| @@ -24,6 +24,7 @@ static_library("bindings") {
|
| "interface_endpoint_controller.h",
|
| "interface_id.h",
|
| "interface_ptr.h",
|
| + "interface_ptr_info.cc",
|
| "interface_ptr_info.h",
|
| "interface_ptr_set.h",
|
| "interface_request.h",
|
| @@ -49,6 +50,7 @@ static_library("bindings") {
|
| "lib/fixed_buffer.h",
|
| "lib/handle_interface_serialization.h",
|
| "lib/interface_endpoint_client.cc",
|
| + "lib/interface_ptr_state.cc",
|
| "lib/interface_ptr_state.h",
|
| "lib/map_data_internal.h",
|
| "lib/map_serialization.h",
|
|
|