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

Unified Diff: services/shell/shell_public.gyp

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
« no previous file with comments | « services/shell/service_manager.cc ('k') | services/shell/tests/lifecycle/app_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/shell/shell_public.gyp
diff --git a/services/shell/shell_public.gyp b/services/shell/shell_public.gyp
index 3cbfa9ee4ef2a21df892eca4f0f5b2c257a3f5ed..c10db5b857d31bd1462fedf198a21e1b2749dc44 100644
--- a/services/shell/shell_public.gyp
+++ b/services/shell/shell_public.gyp
@@ -59,13 +59,13 @@
'public/cpp/lib/names.cc',
'public/cpp/lib/interface_provider.cc',
'public/cpp/lib/service.cc',
- 'public/cpp/lib/shell_connection.cc',
- 'public/cpp/lib/shell_connection_ref.cc',
+ 'public/cpp/lib/service_context.cc',
+ 'public/cpp/lib/service_context_ref.cc',
'public/cpp/names.h',
'public/cpp/interface_provider.h',
'public/cpp/service.h',
- 'public/cpp/shell_connection.h',
- 'public/cpp/shell_connection_ref.h',
+ 'public/cpp/service_context.h',
+ 'public/cpp/service_context_ref.h',
],
'dependencies': [
'shell_interfaces',
« no previous file with comments | « services/shell/service_manager.cc ('k') | services/shell/tests/lifecycle/app_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698