| 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',
|
| ],
|
| },
|
| {
|
|
|