| OLD | NEW |
| 1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 { | 5 { |
| 6 'targets': [ | 6 'targets': [ |
| 7 { | 7 { |
| 8 # GN version: //mojo/examples/echo:client | 8 # GN version: //mojo/examples/echo:client |
| 9 'target_name': 'mojo_echo_client', | 9 'target_name': 'mojo_echo_client', |
| 10 'type': 'loadable_module', | 10 'type': 'loadable_module', |
| (...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 232 }, | 232 }, |
| 233 { | 233 { |
| 234 'target_name': 'mojo_png_viewer', | 234 'target_name': 'mojo_png_viewer', |
| 235 'type': 'loadable_module', | 235 'type': 'loadable_module', |
| 236 'dependencies': [ | 236 'dependencies': [ |
| 237 '../skia/skia.gyp:skia', | 237 '../skia/skia.gyp:skia', |
| 238 '../ui/gfx/gfx.gyp:gfx', | 238 '../ui/gfx/gfx.gyp:gfx', |
| 239 'mojo_base.gyp:mojo_application_chromium', | 239 'mojo_base.gyp:mojo_application_chromium', |
| 240 'mojo_base.gyp:mojo_cpp_bindings', | 240 'mojo_base.gyp:mojo_cpp_bindings', |
| 241 'mojo_base.gyp:mojo_utility', | 241 'mojo_base.gyp:mojo_utility', |
| 242 'mojo_content_handler_bindings', |
| 242 'mojo_media_viewer_bindings', | 243 'mojo_media_viewer_bindings', |
| 243 'mojo_navigation_bindings', | |
| 244 'mojo_network_bindings', | 244 'mojo_network_bindings', |
| 245 'mojo_launcher_bindings', | 245 'mojo_launcher_bindings', |
| 246 'mojo_view_manager_lib', | 246 'mojo_view_manager_lib', |
| 247 '<(mojo_system_for_loadable_module)', | 247 '<(mojo_system_for_loadable_module)', |
| 248 ], | 248 ], |
| 249 'sources': [ | 249 'sources': [ |
| 250 'examples/png_viewer/png_viewer.cc', | 250 'examples/png_viewer/png_viewer.cc', |
| 251 ], | 251 ], |
| 252 }, | 252 }, |
| 253 { | 253 { |
| (...skipping 575 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 829 '<(mojo_system_for_loadable_module)', | 829 '<(mojo_system_for_loadable_module)', |
| 830 ], | 830 ], |
| 831 'sources': [ | 831 'sources': [ |
| 832 'examples/dbus_echo/dbus_echo_app.cc', | 832 'examples/dbus_echo/dbus_echo_app.cc', |
| 833 ], | 833 ], |
| 834 }, | 834 }, |
| 835 ], | 835 ], |
| 836 }], | 836 }], |
| 837 ], | 837 ], |
| 838 } | 838 } |
| OLD | NEW |