summaryrefslogtreecommitdiffstats
path: root/mojo
diff options
context:
space:
mode:
Diffstat (limited to 'mojo')
-rw-r--r--mojo/mojo_shell.gyp9
1 files changed, 9 insertions, 0 deletions
diff --git a/mojo/mojo_shell.gyp b/mojo/mojo_shell.gyp
index 360d01a..213857b 100644
--- a/mojo/mojo_shell.gyp
+++ b/mojo/mojo_shell.gyp
@@ -41,6 +41,9 @@
'<(DEPTH)/net/net.gyp:net',
'<(DEPTH)/url/url.gyp:url_lib',
],
+ 'export_dependent_settings': [
+ '<(DEPTH)/mojo/mojo_base.gyp:mojo_application_bindings',
+ ],
}, {
'target_name': 'mojo_shell_unittests',
'type': 'executable',
@@ -86,6 +89,9 @@
'<(DEPTH)/mojo/mojo_platform_handle.gyp:platform_handle',
'<(DEPTH)/mojo/mojo_public.gyp:mojo_message_pump_lib',
],
+ 'export_dependent_settings': [
+ '<(DEPTH)/mojo/mojo_base.gyp:mojo_application_bindings',
+ ],
}, {
'target_name': 'mojo_runner_common_lib',
'type': 'static_library',
@@ -126,6 +132,9 @@
'<(DEPTH)/mojo/mojo_platform_handle.gyp:platform_handle',
'<(DEPTH)/mojo/mojo_public.gyp:mojo_message_pump_lib',
],
+ 'export_dependent_settings': [
+ '<(DEPTH)/mojo/mojo_base.gyp:mojo_application_bindings',
+ ],
'conditions': [
['OS=="linux"', {
'sources': [