| Index: third_party/mojo/src/mojo/public/cpp/bindings/BUILD.gn
 | 
| diff --git a/third_party/mojo/src/mojo/public/cpp/bindings/BUILD.gn b/third_party/mojo/src/mojo/public/cpp/bindings/BUILD.gn
 | 
| index e3453134f2d20b0f46b2677efebaa36d0600a72b..05e92be9f53e78abcd02601e986b79b15e681e36 100644
 | 
| --- a/third_party/mojo/src/mojo/public/cpp/bindings/BUILD.gn
 | 
| +++ b/third_party/mojo/src/mojo/public/cpp/bindings/BUILD.gn
 | 
| @@ -8,6 +8,7 @@
 | 
|    sources = [
 | 
|      "array.h",
 | 
|      "binding.h",
 | 
| +    "error_handler.h",
 | 
|      "interface_ptr.h",
 | 
|      "interface_ptr_info.h",
 | 
|      "interface_request.h",
 | 
| @@ -41,6 +42,8 @@
 | 
|      "lib/message_header_validator.cc",
 | 
|      "lib/message_header_validator.h",
 | 
|      "lib/message_internal.h",
 | 
| +    "lib/message_queue.cc",
 | 
| +    "lib/message_queue.h",
 | 
|      "lib/no_interface.cc",
 | 
|      "lib/router.cc",
 | 
|      "lib/router.h",
 | 
| 
 |