diff options
Diffstat (limited to 'mojo/shell/public/cpp/BUILD.gn')
-rw-r--r-- | mojo/shell/public/cpp/BUILD.gn | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/mojo/shell/public/cpp/BUILD.gn b/mojo/shell/public/cpp/BUILD.gn index b368a50..3afe21a 100644 --- a/mojo/shell/public/cpp/BUILD.gn +++ b/mojo/shell/public/cpp/BUILD.gn @@ -62,19 +62,21 @@ source_set("init_commandline") { ] } -source_set("content_handler") { +source_set("shell_client_factory") { sources = [ - "content_handler_factory.h", - "lib/content_handler_factory.cc", + "lib/shell_client_factory.cc", + "shell_client_factory.h", ] deps = [ ":cpp", # TODO: this code should not depend on base. "//base", + "//mojo/common:url_type_converters", "//mojo/message_pump", "//mojo/services/network/public/interfaces", "//mojo/shell/public/interfaces:interfaces_cpp_sources", + "//url", ] } |