| Index: mojo/shell/public/cpp/BUILD.gn
|
| diff --git a/mojo/shell/public/cpp/BUILD.gn b/mojo/shell/public/cpp/BUILD.gn
|
| index b368a50b19a36ae3e9ee3b1dedb4c3df58bcdd35..3afe21a6eb7cceb812d6b1e49d4b6cda233495b3 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",
|
| ]
|
| }
|
|
|
|
|