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

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

Issue 2118083002: ShellClient -> Service (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mus2
Patch Set: . Created 4 years, 5 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 | « services/shell/native_runner.h ('k') | services/shell/public/cpp/application_runner.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/shell/public/cpp/BUILD.gn
diff --git a/services/shell/public/cpp/BUILD.gn b/services/shell/public/cpp/BUILD.gn
index 5035f54df5ed4f6bff558be80676d503ffcdca04..b116e16c038d4954751447fda32ca8ffa9da111a 100644
--- a/services/shell/public/cpp/BUILD.gn
+++ b/services/shell/public/cpp/BUILD.gn
@@ -36,11 +36,11 @@ source_set("sources") {
"lib/interface_provider.cc",
"lib/interface_registry.cc",
"lib/names.cc",
- "lib/shell_client.cc",
+ "lib/service.cc",
"lib/shell_connection.cc",
"lib/shell_connection_ref.cc",
"names.h",
- "shell_client.h",
+ "service.h",
"shell_connection.h",
"shell_connection_ref.h",
]
« no previous file with comments | « services/shell/native_runner.h ('k') | services/shell/public/cpp/application_runner.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698