| Index: mojo/mojo_shell.gyp
|
| diff --git a/mojo/mojo_shell.gyp b/mojo/mojo_shell.gyp
|
| index 8298d8e2b742d83fdc3adc95d96c5b1c54bcf5a9..63eafef36ff40da3356be5953bbc30656aad233a 100644
|
| --- a/mojo/mojo_shell.gyp
|
| +++ b/mojo/mojo_shell.gyp
|
| @@ -74,5 +74,48 @@
|
| 'includes': [
|
| 'mojom_bindings_generator_explicit.gypi',
|
| ],
|
| + }, {
|
| + 'target_name': 'mojo_runner_connection_lib',
|
| + 'type': 'static_library',
|
| + 'sources': [
|
| + 'shell/runner/child/runner_connection.cc',
|
| + 'shell/runner/child/runner_connection.h',
|
| + ],
|
| + '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',
|
| + '<(DEPTH)/mojo/mojo_platform_handle.gyp:platform_handle',
|
| + '<(DEPTH)/mojo/mojo_public.gyp:mojo_message_pump_lib',
|
| + ],
|
| + }, {
|
| + 'target_name': 'mojo_runner_common_lib',
|
| + 'type': 'static_library',
|
| + 'sources': [
|
| + 'shell/runner/common/switches.cc',
|
| + 'shell/runner/common/switches.h',
|
| + ],
|
| + 'include_dirs': [
|
| + '..',
|
| + ],
|
| + }, {
|
| + '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',
|
| + ],
|
| }],
|
| }
|
|
|