| Index: mojo/public/cpp/bindings/BUILD.gn
|
| diff --git a/mojo/public/cpp/bindings/BUILD.gn b/mojo/public/cpp/bindings/BUILD.gn
|
| index dad10d836d5a618e62edc6da6bfa4c28f85acb7e..86ccae06b62c91d0301ceee987b578bc506e9640 100644
|
| --- a/mojo/public/cpp/bindings/BUILD.gn
|
| +++ b/mojo/public/cpp/bindings/BUILD.gn
|
| @@ -7,6 +7,7 @@ source_set("bindings") {
|
| "array.h",
|
| "error_handler.h",
|
| "interface_ptr.h",
|
| + "map.h",
|
| "message.h",
|
| "message_filter.h",
|
| "no_interface.h",
|
| @@ -28,6 +29,9 @@ source_set("bindings") {
|
| "lib/filter_chain.h",
|
| "lib/fixed_buffer.cc",
|
| "lib/fixed_buffer.h",
|
| + "lib/map_data_internal.h",
|
| + "lib/map_internal.h",
|
| + "lib/map_serialization.h",
|
| "lib/message.cc",
|
| "lib/message_builder.cc",
|
| "lib/message_builder.h",
|
| @@ -42,6 +46,7 @@ source_set("bindings") {
|
| "lib/router.h",
|
| "lib/string_serialization.cc",
|
| "lib/string_serialization.h",
|
| + "lib/validate_params.h",
|
| "lib/validation_errors.cc",
|
| "lib/validation_errors.h",
|
| ]
|
|
|