| 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 225 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 236 }, | 236 }, |
| 237 { | 237 { |
| 238 'target_name': 'mojo_png_viewer', | 238 'target_name': 'mojo_png_viewer', |
| 239 'type': 'loadable_module', | 239 'type': 'loadable_module', |
| 240 'dependencies': [ | 240 'dependencies': [ |
| 241 '../skia/skia.gyp:skia', | 241 '../skia/skia.gyp:skia', |
| 242 '../ui/gfx/gfx.gyp:gfx', | 242 '../ui/gfx/gfx.gyp:gfx', |
| 243 'mojo_base.gyp:mojo_application_chromium', | 243 'mojo_base.gyp:mojo_application_chromium', |
| 244 'mojo_base.gyp:mojo_cpp_bindings', | 244 'mojo_base.gyp:mojo_cpp_bindings', |
| 245 'mojo_base.gyp:mojo_utility', | 245 'mojo_base.gyp:mojo_utility', |
| 246 'mojo_content_handler_bindings', |
| 246 'mojo_media_viewer_bindings', | 247 'mojo_media_viewer_bindings', |
| 247 'mojo_navigation_bindings', | |
| 248 'mojo_network_bindings', | 248 'mojo_network_bindings', |
| 249 'mojo_launcher_bindings', | 249 'mojo_launcher_bindings', |
| 250 'mojo_view_manager_lib', | 250 'mojo_view_manager_lib', |
| 251 '<(mojo_system_for_loadable_module)', | 251 '<(mojo_system_for_loadable_module)', |
| 252 ], | 252 ], |
| 253 'sources': [ | 253 'sources': [ |
| 254 'examples/png_viewer/png_viewer.cc', | 254 'examples/png_viewer/png_viewer.cc', |
| 255 ], | 255 ], |
| 256 }, | 256 }, |
| 257 { | 257 { |
| (...skipping 605 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 863 ], | 863 ], |
| 864 'sources': [ | 864 'sources': [ |
| 865 'examples/dbus_echo/dbus_echo_service.cc', | 865 'examples/dbus_echo/dbus_echo_service.cc', |
| 866 ], | 866 ], |
| 867 }, | 867 }, |
| 868 ], | 868 ], |
| 869 | 869 |
| 870 }], | 870 }], |
| 871 ], | 871 ], |
| 872 } | 872 } |
| OLD | NEW |