| 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',
|
|
|