| Index: mojo/shell/public/cpp/BUILD.gn
|
| diff --git a/mojo/shell/public/cpp/BUILD.gn b/mojo/shell/public/cpp/BUILD.gn
|
| index 576704c7a8dd4db430d4c669f07f896d53cfa67b..e2cfbc8e7c347beca2193c821030746f0747f90c 100644
|
| --- a/mojo/shell/public/cpp/BUILD.gn
|
| +++ b/mojo/shell/public/cpp/BUILD.gn
|
| @@ -24,6 +24,7 @@ source_set("sources") {
|
| "connect.h",
|
| "connection.h",
|
| "connector.h",
|
| + "identity.h",
|
| "initialize_base_and_icu.cc",
|
| "interface_binder.h",
|
| "interface_factory.h",
|
| @@ -34,6 +35,7 @@ source_set("sources") {
|
| "lib/connection_impl.h",
|
| "lib/connector_impl.cc",
|
| "lib/connector_impl.h",
|
| + "lib/identity.cc",
|
| "lib/interface_factory_binder.h",
|
| "lib/interface_registry.cc",
|
| "lib/message_loop_ref.cc",
|
|
|