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

Unified Diff: mojo/mojo_base.gyp

Issue 1675083002: Rename ApplicationDelegate to ShellClient (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@delegate
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
Index: mojo/mojo_base.gyp
diff --git a/mojo/mojo_base.gyp b/mojo/mojo_base.gyp
index 56675587ac6ae3f3738c0f4034f95d4be0822de0..f541dcdba12c6c8129033092deca47a1f5fdf1b0 100644
--- a/mojo/mojo_base.gyp
+++ b/mojo/mojo_base.gyp
@@ -225,17 +225,15 @@
'type': 'static_library',
'sources': [
'shell/public/cpp/app_lifetime_helper.h',
- 'shell/public/cpp/application_connection.h',
- 'shell/public/cpp/application_delegate.h',
'shell/public/cpp/application_impl.h',
'shell/public/cpp/application_runner.h',
'shell/public/cpp/connect.h',
+ 'shell/public/cpp/connection.h',
'shell/public/cpp/initialize_base_and_icu.cc',
'shell/public/cpp/initialize_base_and_icu.h',
'shell/public/cpp/interface_factory.h',
'shell/public/cpp/interface_factory_impl.h',
'shell/public/cpp/lib/app_lifetime_helper.cc',
- 'shell/public/cpp/lib/application_delegate.cc',
'shell/public/cpp/lib/application_impl.cc',
'shell/public/cpp/lib/application_runner.cc',
'shell/public/cpp/lib/interface_factory_connector.h',
@@ -244,9 +242,11 @@
'shell/public/cpp/lib/service_provider_impl.cc',
'shell/public/cpp/lib/service_registry.cc',
'shell/public/cpp/lib/service_registry.h',
- 'shell/public/cpp/shell.h',
+ 'shell/public/cpp/lib/shell_client.cc',
'shell/public/cpp/service_connector.h',
'shell/public/cpp/service_provider_impl.h',
+ 'shell/public/cpp/shell.h',
+ 'shell/public/cpp/shell_client.h',
],
'dependencies': [
'../base/base.gyp:base_i18n',
« no previous file with comments | « media/mojo/services/mojo_renderer_service.h ('k') | mojo/public/cpp/bindings/tests/versioning_test_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698