| Index: mojo/shell/public/cpp/BUILD.gn
 | 
| diff --git a/mojo/shell/public/cpp/BUILD.gn b/mojo/shell/public/cpp/BUILD.gn
 | 
| index 5f59c601531c380cc893aa8c3168115805761ffb..b368a50b19a36ae3e9ee3b1dedb4c3df58bcdd35 100644
 | 
| --- a/mojo/shell/public/cpp/BUILD.gn
 | 
| +++ b/mojo/shell/public/cpp/BUILD.gn
 | 
| @@ -27,10 +27,12 @@ source_set("sources") {
 | 
|      "interface_binder.h",
 | 
|      "interface_factory.h",
 | 
|      "interface_factory_impl.h",
 | 
| +    "interface_registry.h",
 | 
|      "lib/application_runner.cc",
 | 
|      "lib/connection_impl.cc",
 | 
|      "lib/connection_impl.h",
 | 
|      "lib/interface_factory_binder.h",
 | 
| +    "lib/interface_registry.cc",
 | 
|      "lib/shell_client.cc",
 | 
|      "lib/shell_connection.cc",
 | 
|      "shell.h",
 | 
| 
 |