From 7c3be1c7f177752169cee10118aca286d086d658 Mon Sep 17 00:00:00 2001 From: ben Date: Thu, 10 Mar 2016 12:09:45 -0800 Subject: Fix deps in shell TBR=sky@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true Review URL: https://codereview.chromium.org/1782983002 Cr-Commit-Position: refs/heads/master@{#380452} --- mojo/mojo_shell.gyp | 1 + 1 file changed, 1 insertion(+) (limited to 'mojo') diff --git a/mojo/mojo_shell.gyp b/mojo/mojo_shell.gyp index 35192b1..360d01a 100644 --- a/mojo/mojo_shell.gyp +++ b/mojo/mojo_shell.gyp @@ -121,6 +121,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', -- cgit v1.1