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

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

Issue 1675083002: Rename ApplicationDelegate to ShellClient (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@delegate
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
Index: mojo/shell/public/cpp/BUILD.gn
diff --git a/mojo/shell/public/cpp/BUILD.gn b/mojo/shell/public/cpp/BUILD.gn
index 81da818d89beaa69b0b27e619b46ef551f7e9453..1d8ad189f2362c6699879bc45df019c48528dedb 100644
--- a/mojo/shell/public/cpp/BUILD.gn
+++ b/mojo/shell/public/cpp/BUILD.gn
@@ -21,16 +21,14 @@ source_set("cpp_for_chromium") {
source_set("sources") {
sources = [
"app_lifetime_helper.h",
- "application_connection.h",
- "application_delegate.h",
"application_impl.h",
"application_runner.h",
"connect.h",
+ "connection.h",
"initialize_base_and_icu.cc",
"interface_factory.h",
"interface_factory_impl.h",
"lib/app_lifetime_helper.cc",
- "lib/application_delegate.cc",
"lib/application_impl.cc",
"lib/application_runner.cc",
"lib/interface_factory_connector.h",
@@ -39,9 +37,11 @@ source_set("sources") {
"lib/service_provider_impl.cc",
"lib/service_registry.cc",
"lib/service_registry.h",
+ "lib/shell_client.cc",
"service_connector.h",
"service_provider_impl.h",
"shell.h",
+ "shell_client.h",
]
deps = [
« no previous file with comments | « mojo/shell/package_manager/content_handler_unittest.cc ('k') | mojo/shell/public/cpp/application_connection.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698