Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(489)

Unified Diff: mojo/shell/public/cpp/BUILD.gn

Issue 1705323003: ContentHandler -> ShellClientFactory (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@delete
Patch Set: . Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mojo/shell/package_test_package.cc ('k') | mojo/shell/public/cpp/connection.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
]
}
« no previous file with comments | « mojo/shell/package_test_package.cc ('k') | mojo/shell/public/cpp/connection.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698