Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(671)

Unified Diff: mojo/mojo.gyp

Issue 303163005: Embedding demo in View manager (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: mojo/mojo.gyp
diff --git a/mojo/mojo.gyp b/mojo/mojo.gyp
index bc71705a521d6b44364b54b7b2548c2f4477267f..6f06b42f9296276bb58db4814fef9346dd88596b 100644
--- a/mojo/mojo.gyp
+++ b/mojo/mojo.gyp
@@ -33,6 +33,7 @@
'mojo_common_lib',
'mojo_common_unittests',
'mojo_cpp_bindings',
+ 'mojo_embedded_app',
'mojo_geometry_lib',
'mojo_js',
'mojo_js_bindings',
@@ -63,7 +64,8 @@
'dependencies': [
'mojo_aura_demo',
'mojo_launcher',
- 'mojo_sample_view_manager_app',
+ 'mojo_demo_launcher',
+ 'mojo_window_manager',
'mojo_view_manager',
'mojo_view_manager_unittests',
],

Powered by Google App Engine
This is Rietveld 408576698