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

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

Issue 1675153002: ApplicationImpl->ShellConnection, mojom::Application->mojom::ShellClient (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ci2
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_manager/package_manager_impl.cc ('k') | mojo/shell/public/cpp/app_lifetime_helper.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 32a156dde13ba7aa1e2f9b4ce9c128c702282f3c..3dcc86bc53e7e74455398d3ea48f166c46ed46fe 100644
--- a/mojo/shell/public/cpp/BUILD.gn
+++ b/mojo/shell/public/cpp/BUILD.gn
@@ -21,7 +21,6 @@ source_set("cpp_for_chromium") {
source_set("sources") {
sources = [
"app_lifetime_helper.h",
- "application_impl.h",
"application_runner.h",
"connect.h",
"connection.h",
@@ -29,15 +28,16 @@ source_set("sources") {
"interface_factory.h",
"interface_factory_impl.h",
"lib/app_lifetime_helper.cc",
- "lib/application_impl.cc",
"lib/application_runner.cc",
"lib/connection_impl.cc",
"lib/connection_impl.h",
"lib/interface_factory_connector.h",
"lib/shell_client.cc",
+ "lib/shell_connection.cc",
"service_connector.h",
"shell.h",
"shell_client.h",
+ "shell_connection.h",
]
deps = [
« no previous file with comments | « mojo/shell/package_manager/package_manager_impl.cc ('k') | mojo/shell/public/cpp/app_lifetime_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698