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

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

Issue 2131493002: ShellConnection -> ServiceContext (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@st
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
Index: services/shell/public/cpp/BUILD.gn
diff --git a/services/shell/public/cpp/BUILD.gn b/services/shell/public/cpp/BUILD.gn
index 63d6e96ad10f0d5ffe5164125ecf1ef72ea36300..0d8a088a803c0486400e94220d8745e517c03aaf 100644
--- a/services/shell/public/cpp/BUILD.gn
+++ b/services/shell/public/cpp/BUILD.gn
@@ -37,12 +37,12 @@ source_set("sources") {
"lib/interface_registry.cc",
"lib/names.cc",
"lib/service.cc",
- "lib/shell_connection.cc",
- "lib/shell_connection_ref.cc",
+ "lib/service_context.cc",
+ "lib/service_context_ref.cc",
"names.h",
"service.h",
- "shell_connection.h",
- "shell_connection_ref.h",
+ "service_context.h",
+ "service_context_ref.h",
]
public_deps = [
« no previous file with comments | « services/shell/background/tests/background_shell_unittest.cc ('k') | services/shell/public/cpp/application_runner.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698