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

Unified Diff: mojo/mojo_shell.gyp

Issue 1761153002: Replace ChildController with ShellClientFactory (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@29binding
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
« no previous file with comments | « content/browser/mojo/mojo_shell_client_host.cc ('k') | mojo/shell/application_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/mojo_shell.gyp
diff --git a/mojo/mojo_shell.gyp b/mojo/mojo_shell.gyp
index b72fe3c3c3d11fe72094bd7b05453aaa5a58f511..c2cdd68f34b7d11eb8d54bd6a08fc1fd022e5a1d 100644
--- a/mojo/mojo_shell.gyp
+++ b/mojo/mojo_shell.gyp
@@ -77,7 +77,6 @@
],
'dependencies': [
'mojo_runner_common_lib',
- 'mojo_runner_connection_bindings_lib',
'<(DEPTH)/base/base.gyp:base',
'<(DEPTH)/mojo/mojo_base.gyp:mojo_application_base',
'<(DEPTH)/mojo/mojo_edk.gyp:mojo_system_impl',
@@ -95,26 +94,6 @@
'..',
],
}, {
- 'target_name': 'mojo_runner_connection_bindings_lib',
- 'type': 'static_library',
- 'dependencies': [
- 'mojo_runner_connection_mojom',
- ],
- }, {
- 'target_name': 'mojo_runner_connection_mojom',
- 'type': 'none',
- 'variables': {
- 'mojom_files': [
- 'shell/runner/child/child_controller.mojom',
- ],
- },
- 'includes': [
- 'mojom_bindings_generator_explicit.gypi',
- ],
- 'dependencies': [
- '<(DEPTH)/mojo/mojo_base.gyp:mojo_application_base',
- ],
- }, {
'target_name': 'mojo_runner_host_lib',
'type': 'static_library',
'sources': [
@@ -135,7 +114,6 @@
],
'dependencies': [
'mojo_runner_common_lib',
- 'mojo_runner_connection_bindings_lib',
'mojo_shell_lib',
'<(DEPTH)/base/base.gyp:base',
'<(DEPTH)/base/base.gyp:base_i18n',
« no previous file with comments | « content/browser/mojo/mojo_shell_client_host.cc ('k') | mojo/shell/application_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698