| Index: mojo/shell/public/cpp/BUILD.gn
|
| diff --git a/mojo/shell/public/cpp/BUILD.gn b/mojo/shell/public/cpp/BUILD.gn
|
| index 3dcc86bc53e7e74455398d3ea48f166c46ed46fe..53a0d99586b7bb577ea0f3fd31249eb22219b6c7 100644
|
| --- a/mojo/shell/public/cpp/BUILD.gn
|
| +++ b/mojo/shell/public/cpp/BUILD.gn
|
| @@ -25,16 +25,16 @@ source_set("sources") {
|
| "connect.h",
|
| "connection.h",
|
| "initialize_base_and_icu.cc",
|
| + "interface_binder.h",
|
| "interface_factory.h",
|
| "interface_factory_impl.h",
|
| "lib/app_lifetime_helper.cc",
|
| "lib/application_runner.cc",
|
| "lib/connection_impl.cc",
|
| "lib/connection_impl.h",
|
| - "lib/interface_factory_connector.h",
|
| + "lib/interface_factory_binder.h",
|
| "lib/shell_client.cc",
|
| "lib/shell_connection.cc",
|
| - "service_connector.h",
|
| "shell.h",
|
| "shell_client.h",
|
| "shell_connection.h",
|
|
|