| 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 228 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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_content_handler_bindings', |
| 247 'mojo_media_viewer_bindings', | 247 'mojo_media_viewer_bindings', |
| 248 'mojo_network_bindings', | 248 'mojo_network_bindings', |
| 249 'mojo_launcher_bindings', | |
| 250 'mojo_view_manager_lib', | 249 'mojo_view_manager_lib', |
| 251 '<(mojo_system_for_loadable_module)', | 250 '<(mojo_system_for_loadable_module)', |
| 252 ], | 251 ], |
| 253 'sources': [ | 252 'sources': [ |
| 254 'examples/png_viewer/png_viewer.cc', | 253 'examples/png_viewer/png_viewer.cc', |
| 255 ], | 254 ], |
| 256 }, | 255 }, |
| 257 { | 256 { |
| 258 'target_name': 'mojo_pepper_container_app', | 257 'target_name': 'mojo_pepper_container_app', |
| 259 'type': 'loadable_module', | 258 'type': 'loadable_module', |
| (...skipping 390 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 650 '../ui/views/views.gyp:views', | 649 '../ui/views/views.gyp:views', |
| 651 'mojo_base.gyp:mojo_application_chromium', | 650 'mojo_base.gyp:mojo_application_chromium', |
| 652 'mojo_base.gyp:mojo_cpp_bindings', | 651 'mojo_base.gyp:mojo_cpp_bindings', |
| 653 'mojo_base.gyp:mojo_utility', | 652 'mojo_base.gyp:mojo_utility', |
| 654 'mojo_aura_support', | 653 'mojo_aura_support', |
| 655 'mojo_core_window_manager_lib', | 654 'mojo_core_window_manager_lib', |
| 656 'mojo_geometry_bindings', | 655 'mojo_geometry_bindings', |
| 657 'mojo_geometry_lib', | 656 'mojo_geometry_lib', |
| 658 'mojo_input_events_lib', | 657 'mojo_input_events_lib', |
| 659 'mojo_keyboard_bindings', | 658 'mojo_keyboard_bindings', |
| 660 'mojo_launcher_bindings', | |
| 661 'mojo_navigation_bindings', | 659 'mojo_navigation_bindings', |
| 662 'mojo_view_manager_lib', | 660 'mojo_view_manager_lib', |
| 663 'mojo_views_support', | 661 'mojo_views_support', |
| 664 'mojo_window_manager_bindings', | 662 'mojo_window_manager_bindings', |
| 665 '<(mojo_system_for_loadable_module)', | 663 '<(mojo_system_for_loadable_module)', |
| 666 ], | 664 ], |
| 667 'includes': [ | 665 'includes': [ |
| 668 'mojo_public_gles2_for_loadable_module.gypi', | 666 'mojo_public_gles2_for_loadable_module.gypi', |
| 669 ], | 667 ], |
| 670 'sources': [ | 668 'sources': [ |
| (...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 863 ], | 861 ], |
| 864 'sources': [ | 862 'sources': [ |
| 865 'examples/dbus_echo/dbus_echo_service.cc', | 863 'examples/dbus_echo/dbus_echo_service.cc', |
| 866 ], | 864 ], |
| 867 }, | 865 }, |
| 868 ], | 866 ], |
| 869 | 867 |
| 870 }], | 868 }], |
| 871 ], | 869 ], |
| 872 } | 870 } |
| OLD | NEW |