Implement a demo that shows one app embedding rendering in another.

launcher inits the view manager, running the "window manager" app @ root.
window manager embeds another app.

** not tested by main chrome integration testing **

[email protected]
TEST=mojo_shell --origin=http://127.0.0.1:4444 --disable-cache mojo:mojo_demo_launcher
http://crbug.com/365012

Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=274322

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274422 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/mojo/mojo.gyp b/mojo/mojo.gyp
index bc71705..c7ae097 100644
--- a/mojo/mojo.gyp
+++ b/mojo/mojo.gyp
@@ -63,7 +63,9 @@
           'dependencies': [
             'mojo_aura_demo',
             'mojo_launcher',
-            'mojo_sample_view_manager_app',
+            'mojo_demo_launcher',
+            'mojo_embedded_app',
+            'mojo_window_manager',
             'mojo_view_manager',
             'mojo_view_manager_unittests',
           ],