| Index: mojo/public/cpp/bindings/BUILD.gn
|
| diff --git a/mojo/public/cpp/bindings/BUILD.gn b/mojo/public/cpp/bindings/BUILD.gn
|
| index 66b873393fe34fea06fc506dfab19a4cc676d268..9753c73c04c28ccef655051c6b41f23af17cf8a0 100644
|
| --- a/mojo/public/cpp/bindings/BUILD.gn
|
| +++ b/mojo/public/cpp/bindings/BUILD.gn
|
| @@ -9,10 +9,10 @@ source_set("bindings") {
|
| "buffer.h",
|
| "callback.h",
|
| "error_handler.h",
|
| - "interface.h",
|
| + "interface_ptr.h",
|
| "message.h",
|
| + "no_interface.h",
|
| "passable.h",
|
| - "remote_ptr.h",
|
| "sync_dispatcher.h",
|
| "type_converter.h",
|
| "lib/array.cc",
|
| @@ -27,13 +27,13 @@ source_set("bindings") {
|
| "lib/connector.h",
|
| "lib/fixed_buffer.cc",
|
| "lib/fixed_buffer.h",
|
| - "lib/interface.cc",
|
| "lib/message.cc",
|
| "lib/message_builder.cc",
|
| "lib/message_builder.h",
|
| "lib/message_internal.h",
|
| "lib/message_queue.cc",
|
| "lib/message_queue.h",
|
| + "lib/no_interface.cc",
|
| "lib/router.cc",
|
| "lib/router.h",
|
| "lib/scratch_buffer.cc",
|
|
|