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

Unified Diff: mojo/mojo_base.gyp

Issue 1675153002: ApplicationImpl->ShellConnection, mojom::Application->mojom::ShellClient (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ci2
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 928ae30576ada79e5721e872f4612c4de4749c3a..86a028f2e550ed00fed6d094e437580f37c14300 100644
--- a/mojo/mojo_base.gyp
+++ b/mojo/mojo_base.gyp
@@ -204,11 +204,11 @@
'type': 'none',
'variables': {
'mojom_files': [
- 'shell/public/interfaces/application.mojom',
'shell/public/interfaces/application_manager.mojom',
'shell/public/interfaces/content_handler.mojom',
'shell/public/interfaces/service_provider.mojom',
'shell/public/interfaces/shell.mojom',
+ 'shell/public/interfaces/shell_client.mojom',
],
},
'dependencies': [
@@ -225,7 +225,6 @@
'type': 'static_library',
'sources': [
'shell/public/cpp/app_lifetime_helper.h',
- 'shell/public/cpp/application_impl.h',
'shell/public/cpp/application_runner.h',
'shell/public/cpp/connect.h',
'shell/public/cpp/connection.h',
@@ -234,15 +233,16 @@
'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_impl.cc',
'shell/public/cpp/lib/application_runner.cc',
'shell/public/cpp/lib/connection_impl.cc',
'shell/public/cpp/lib/connection_impl.h',
'shell/public/cpp/lib/interface_factory_connector.h',
'shell/public/cpp/lib/shell_client.cc',
+ 'shell/public/cpp/lib/shell_connection.cc',
'shell/public/cpp/service_connector.h',
'shell/public/cpp/shell.h',
'shell/public/cpp/shell_client.h',
+ 'shell/public/cpp/shell_connection.h',
],
'dependencies': [
'../base/base.gyp:base_i18n',
« no previous file with comments | « mash/example/window_type_launcher/main.cc ('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