summaryrefslogtreecommitdiffstats
path: root/mojo/mojo_shell.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'mojo/mojo_shell.gyp')
-rw-r--r--mojo/mojo_shell.gyp27
1 files changed, 10 insertions, 17 deletions
diff --git a/mojo/mojo_shell.gyp b/mojo/mojo_shell.gyp
index 9e2e5ee..0b95228 100644
--- a/mojo/mojo_shell.gyp
+++ b/mojo/mojo_shell.gyp
@@ -74,35 +74,28 @@
'mojom_bindings_generator_explicit.gypi',
],
}, {
- 'target_name': 'mojo_runner_connection_lib',
+ 'target_name': 'mojo_runner_common_lib',
'type': 'static_library',
'sources': [
- 'shell/runner/child/runner_connection.cc',
- 'shell/runner/child/runner_connection.h',
+ 'shell/runner/common/client_util.cc',
+ 'shell/runner/common/client_util.h',
+ 'shell/runner/common/switches.cc',
+ 'shell/runner/common/switches.h',
+ ],
+ 'include_dirs': [
+ '..',
],
'dependencies': [
- 'mojo_runner_common_lib',
'<(DEPTH)/base/base.gyp:base',
- '<(DEPTH)/mojo/mojo_base.gyp:mojo_application_base',
'<(DEPTH)/mojo/mojo_base.gyp:mojo_application_bindings',
'<(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',
+ '<(DEPTH)/mojo/mojo_public.gyp:mojo_cpp_bindings',
+ '<(DEPTH)/mojo/mojo_public.gyp:mojo_cpp_system',
],
'export_dependent_settings': [
'<(DEPTH)/mojo/mojo_base.gyp:mojo_application_bindings',
],
}, {
- '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_host_lib',
'type': 'static_library',
'sources': [