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

Unified Diff: mojo/mojo_examples.gypi

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
« no previous file with comments | « mojo/mojo.gyp ('k') | mojo/mojo_services.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/mojo_examples.gypi
diff --git a/mojo/mojo_examples.gypi b/mojo/mojo_examples.gypi
index d99bf5a05079bd74aede237ce5b12fbc690b97a9..e62740e9715a152ed68191a47d35a62be3c25dda 100644
--- a/mojo/mojo_examples.gypi
+++ b/mojo/mojo_examples.gypi
@@ -246,7 +246,7 @@
'includes': [ 'build/package_app.gypi' ],
},
{
- 'target_name': 'mojo_sample_view_manager_app',
+ 'target_name': 'mojo_demo_launcher',
'type': 'shared_library',
'dependencies': [
'../base/base.gyp:base',
@@ -254,17 +254,60 @@
'../ui/gfx/gfx.gyp:gfx',
'../ui/gfx/gfx.gyp:gfx_geometry',
'../ui/gl/gl.gyp:gl',
+ 'mojo_application',
+ 'mojo_cpp_bindings',
+ 'mojo_environment_chromium',
+ 'mojo_geometry_bindings',
+ 'mojo_gles2',
+ 'mojo_view_manager_bindings',
+ 'mojo_system_impl',
+ 'mojo_utility',
+ ],
+ 'sources': [
+ 'examples/demo_launcher/demo_launcher.cc',
+ 'public/cpp/application/lib/mojo_main_chromium.cc',
+ ],
+ },
+ {
+ 'target_name': 'mojo_window_manager',
+ 'type': 'shared_library',
+ 'dependencies': [
+ '../base/base.gyp:base',
+ '../ui/gfx/gfx.gyp:gfx_geometry',
+ '../ui/gl/gl.gyp:gl',
+ 'mojo_application',
+ 'mojo_cpp_bindings',
+ 'mojo_environment_chromium',
+ 'mojo_geometry_bindings',
+ 'mojo_gles2',
+ 'mojo_view_manager_lib',
+ 'mojo_system_impl',
+ 'mojo_utility',
+ ],
+ 'sources': [
+ 'examples/window_manager/window_manager.cc',
+ 'public/cpp/application/lib/mojo_main_chromium.cc',
+ ],
+ },
+ {
+ 'target_name': 'mojo_embedded_app',
+ 'type': 'shared_library',
+ 'dependencies': [
+ '../base/base.gyp:base',
+ '../ui/gfx/gfx.gyp:gfx_geometry',
+ '../ui/gl/gl.gyp:gl',
+ 'mojo_application',
'mojo_cpp_bindings',
'mojo_environment_chromium',
'mojo_geometry_bindings',
'mojo_gles2',
- 'mojo_main_chromium',
'mojo_view_manager_lib',
'mojo_system_impl',
'mojo_utility',
],
'sources': [
- 'examples/sample_view_manager_app/sample_view_manager_app.cc',
+ 'examples/embedded_app/embedded_app.cc',
+ 'public/cpp/application/lib/mojo_main_chromium.cc',
],
},
],
« no previous file with comments | « mojo/mojo.gyp ('k') | mojo/mojo_services.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698