diff options
Diffstat (limited to 'mojo/shell/public/cpp/BUILD.gn')
-rw-r--r-- | mojo/shell/public/cpp/BUILD.gn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mojo/shell/public/cpp/BUILD.gn b/mojo/shell/public/cpp/BUILD.gn index 1ad6892..e4342c9 100644 --- a/mojo/shell/public/cpp/BUILD.gn +++ b/mojo/shell/public/cpp/BUILD.gn @@ -36,8 +36,10 @@ source_set("sources") { "lib/connector_impl.h", "lib/interface_factory_binder.h", "lib/interface_registry.cc", + "lib/message_loop_ref.cc", "lib/shell_client.cc", "lib/shell_connection.cc", + "message_loop_ref.h", "shell.h", "shell_client.h", "shell_connection.h", |