| Index: mojo/public/cpp/bindings/BUILD.gn
|
| diff --git a/mojo/public/cpp/bindings/BUILD.gn b/mojo/public/cpp/bindings/BUILD.gn
|
| index 9753c73c04c28ccef655051c6b41f23af17cf8a0..b9a2f43c7c6906d81e296248e67182a690eb1b67 100644
|
| --- a/mojo/public/cpp/bindings/BUILD.gn
|
| +++ b/mojo/public/cpp/bindings/BUILD.gn
|
| @@ -11,6 +11,7 @@ source_set("bindings") {
|
| "error_handler.h",
|
| "interface_ptr.h",
|
| "message.h",
|
| + "message_filter.h",
|
| "no_interface.h",
|
| "passable.h",
|
| "sync_dispatcher.h",
|
| @@ -25,11 +26,14 @@ source_set("bindings") {
|
| "lib/callback_internal.h",
|
| "lib/connector.cc",
|
| "lib/connector.h",
|
| + "lib/filter_chain.cc",
|
| + "lib/filter_chain.h",
|
| "lib/fixed_buffer.cc",
|
| "lib/fixed_buffer.h",
|
| "lib/message.cc",
|
| "lib/message_builder.cc",
|
| "lib/message_builder.h",
|
| + "lib/message_filter.cc",
|
| "lib/message_internal.h",
|
| "lib/message_queue.cc",
|
| "lib/message_queue.h",
|
|
|