Index: mojo/mojo_shell.gyp |
diff --git a/mojo/mojo_shell.gyp b/mojo/mojo_shell.gyp |
index 35192b1e275c5fb1e25935b0e6072d462b431598..21125d6ea378e0877c818fb60a7f8a8d2a1db929 100644 |
--- a/mojo/mojo_shell.gyp |
+++ b/mojo/mojo_shell.gyp |
@@ -40,6 +40,7 @@ |
'<(DEPTH)/mojo/mojo_base.gyp:mojo_url_type_converters', |
'<(DEPTH)/net/net.gyp:net', |
'<(DEPTH)/url/url.gyp:url_lib', |
+ '<(DEPTH)/net/net.gyp:net', |
Ben Goodger (Google)
2016/03/11 23:21:38
who and the what now?
|
], |
}, { |
'target_name': 'mojo_shell_unittests', |
@@ -121,6 +122,7 @@ |
'<(DEPTH)/base/base.gyp:base', |
'<(DEPTH)/base/base.gyp:base_i18n', |
'<(DEPTH)/base/base.gyp:base_static', |
+ '<(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', |