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

Unified Diff: services/shell/shell_public.gyp

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/shell.cc ('k') | services/shell/standalone/context.cc » ('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 148c71e178b0787805ce8f577de46463fe7e4cc5..6b2c5016fe1258a1a924c612f4077cfd9bffb990 100644
--- a/services/shell/shell_public.gyp
+++ b/services/shell/shell_public.gyp
@@ -13,9 +13,9 @@
'public/interfaces/capabilities.mojom',
'public/interfaces/connector.mojom',
'public/interfaces/interface_provider.mojom',
+ 'public/interfaces/service.mojom',
+ 'public/interfaces/service_factory.mojom',
'public/interfaces/shell.mojom',
- 'public/interfaces/shell_client.mojom',
- 'public/interfaces/shell_client_factory.mojom',
'public/interfaces/shell_resolver.mojom',
],
'mojom_typemaps': [
@@ -58,12 +58,12 @@
'public/cpp/lib/interface_registry.cc',
'public/cpp/lib/names.cc',
'public/cpp/lib/interface_provider.cc',
- 'public/cpp/lib/shell_client.cc',
+ 'public/cpp/lib/service.cc',
'public/cpp/lib/shell_connection.cc',
'public/cpp/lib/shell_connection_ref.cc',
'public/cpp/names.h',
'public/cpp/interface_provider.h',
- 'public/cpp/shell_client.h',
+ 'public/cpp/service.h',
'public/cpp/shell_connection.h',
'public/cpp/shell_connection_ref.h',
],
« no previous file with comments | « services/shell/shell.cc ('k') | services/shell/standalone/context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698