| Index: mojo/public/cpp/bindings/BUILD.gn
|
| diff --git a/mojo/public/cpp/bindings/BUILD.gn b/mojo/public/cpp/bindings/BUILD.gn
|
| index 2dac8281a9c4cadca2b4367bdc92da9434f41ffa..f6a9b1bbfbcc72358a0fe40055a65f16fc79e14a 100644
|
| --- a/mojo/public/cpp/bindings/BUILD.gn
|
| +++ b/mojo/public/cpp/bindings/BUILD.gn
|
| @@ -9,16 +9,9 @@ mojo_sdk_source_set("bindings") {
|
| "array.h",
|
| "binding.h",
|
| "error_handler.h",
|
| - "interface_ptr_info.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",
|
| + "interface_ptr_info.h",
|
| + "interface_request.h",
|
| "lib/array_internal.cc",
|
| "lib/array_internal.h",
|
| "lib/array_serialization.h",
|
| @@ -55,6 +48,14 @@ mojo_sdk_source_set("bindings") {
|
| "lib/validate_params.h",
|
| "lib/validation_errors.cc",
|
| "lib/validation_errors.h",
|
| + "map.h",
|
| + "message.h",
|
| + "message_filter.h",
|
| + "no_interface.h",
|
| + "string.h",
|
| + "strong_binding.h",
|
| + "struct_ptr.h",
|
| + "type_converter.h",
|
| ]
|
|
|
| deps = [
|
| @@ -71,9 +72,9 @@ mojo_sdk_source_set("callback") {
|
| sources = [
|
| "callback.h",
|
| "lib/callback_internal.h",
|
| - "lib/template_util.h",
|
| "lib/shared_data.h",
|
| "lib/shared_ptr.h",
|
| + "lib/template_util.h",
|
| ]
|
|
|
| mojo_sdk_deps = [ "mojo/public/cpp/system" ]
|
|
|