Gets aura_demo working with the view_manager

I made it talk directly to the view_manager. We'll likely want a
variant that talks to the client_lib too.

BUG=365012
TEST=covered by tests
[email protected]

Review URL: https://codereview.chromium.org/313483002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274449 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/mojo/mojo.gyp b/mojo/mojo.gyp
index c7ae097..cb78a0c5 100644
--- a/mojo/mojo.gyp
+++ b/mojo/mojo.gyp
@@ -62,6 +62,7 @@
         ['use_aura==1', {
           'dependencies': [
             'mojo_aura_demo',
+            'mojo_aura_demo_init',
             'mojo_launcher',
             'mojo_demo_launcher',
             'mojo_embedded_app',