| Index: mojo/shell/public/cpp/BUILD.gn
|
| diff --git a/mojo/shell/public/cpp/BUILD.gn b/mojo/shell/public/cpp/BUILD.gn
|
| index e4342c98fa0b07259316940c3d7b764a220c8d12..611830bacb2069e7e86411011528aae128bea080 100644
|
| --- a/mojo/shell/public/cpp/BUILD.gn
|
| +++ b/mojo/shell/public/cpp/BUILD.gn
|
| @@ -37,9 +37,11 @@ source_set("sources") {
|
| "lib/interface_factory_binder.h",
|
| "lib/interface_registry.cc",
|
| "lib/message_loop_ref.cc",
|
| + "lib/names.cc",
|
| "lib/shell_client.cc",
|
| "lib/shell_connection.cc",
|
| "message_loop_ref.h",
|
| + "names.h",
|
| "shell.h",
|
| "shell_client.h",
|
| "shell_connection.h",
|
|
|