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

Unified Diff: mojo/mojo_examples.gypi

Issue 331563003: Launching + Views (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 6 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/services/launcher/launcher.cc » ('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 d7b9888a3f5f466dcf22e17a4a0e5e3bb3de1061..15c0e5d9ddd913ced5d6e582963c20ef4697cc52 100644
--- a/mojo/mojo_examples.gypi
+++ b/mojo/mojo_examples.gypi
@@ -95,17 +95,39 @@
'target_name': 'mojo_html_viewer',
'type': 'shared_library',
'dependencies': [
+ '../skia/skia.gyp:skia',
'mojo_application',
'mojo_cpp_bindings',
- 'mojo_environment_standalone',
+ 'mojo_environment_chromium',
'mojo_network_bindings',
'mojo_launcher_bindings',
- 'mojo_system',
+ 'mojo_system_impl',
'mojo_utility',
+ 'mojo_view_manager_lib',
],
'sources': [
'examples/html_viewer/html_viewer.cc',
- 'public/cpp/application/lib/mojo_main_standalone.cc',
+ 'public/cpp/application/lib/mojo_main_chromium.cc',
+ ],
+ },
+ {
+ 'target_name': 'mojo_image_viewer',
+ 'type': 'shared_library',
+ 'dependencies': [
+ '../skia/skia.gyp:skia',
+ '../ui/gfx/gfx.gyp:gfx',
+ 'mojo_application',
+ 'mojo_cpp_bindings',
+ 'mojo_environment_chromium',
+ 'mojo_network_bindings',
+ 'mojo_launcher_bindings',
+ 'mojo_system_impl',
+ 'mojo_utility',
+ 'mojo_view_manager_lib',
+ ],
+ 'sources': [
+ 'examples/image_viewer/image_viewer.cc',
+ 'public/cpp/application/lib/mojo_main_chromium.cc',
],
},
{
« no previous file with comments | « mojo/mojo.gyp ('k') | mojo/services/launcher/launcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698