| 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 'target_name': 'mojo_echo_client', | 8 'target_name': 'mojo_echo_client', |
| 9 'type': 'loadable_module', | 9 'type': 'loadable_module', |
| 10 'dependencies': [ | 10 'dependencies': [ |
| (...skipping 354 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 365 'dependencies': [ | 365 'dependencies': [ |
| 366 '../base/base.gyp:base', | 366 '../base/base.gyp:base', |
| 367 '../cc/cc.gyp:cc', | 367 '../cc/cc.gyp:cc', |
| 368 '../cc/cc.gyp:cc_surfaces', | 368 '../cc/cc.gyp:cc_surfaces', |
| 369 '../skia/skia.gyp:skia', | 369 '../skia/skia.gyp:skia', |
| 370 '../ui/gfx/gfx.gyp:gfx', | 370 '../ui/gfx/gfx.gyp:gfx', |
| 371 '../ui/gfx/gfx.gyp:gfx_geometry', | 371 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 372 'mojo_base.gyp:mojo_application_chromium', | 372 'mojo_base.gyp:mojo_application_chromium', |
| 373 'mojo_base.gyp:mojo_common_lib', | 373 'mojo_base.gyp:mojo_common_lib', |
| 374 'mojo_base.gyp:mojo_environment_chromium', | 374 'mojo_base.gyp:mojo_environment_chromium', |
| 375 'mojo_base.gyp:mojo_system_impl', | |
| 376 'mojo_geometry_bindings', | 375 'mojo_geometry_bindings', |
| 377 'mojo_geometry_lib', | 376 'mojo_geometry_lib', |
| 378 'mojo_native_viewport_bindings', | 377 'mojo_native_viewport_bindings', |
| 379 'mojo_surfaces_bindings', | 378 'mojo_surfaces_bindings', |
| 380 'mojo_surfaces_app_bindings', | 379 'mojo_surfaces_app_bindings', |
| 381 'mojo_surfaces_lib', | 380 'mojo_surfaces_lib', |
| 382 '<(mojo_gles2_for_loadable_module)', | 381 '<(mojo_gles2_for_loadable_module)', |
| 383 '<(mojo_system_for_loadable_module)', | 382 '<(mojo_system_for_loadable_module)', |
| 384 ], | 383 ], |
| 385 'sources': [ | 384 'sources': [ |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 420 'dependencies': [ | 419 'dependencies': [ |
| 421 '../base/base.gyp:base', | 420 '../base/base.gyp:base', |
| 422 '../cc/cc.gyp:cc', | 421 '../cc/cc.gyp:cc', |
| 423 '../cc/cc.gyp:cc_surfaces', | 422 '../cc/cc.gyp:cc_surfaces', |
| 424 '../skia/skia.gyp:skia', | 423 '../skia/skia.gyp:skia', |
| 425 '../ui/gfx/gfx.gyp:gfx', | 424 '../ui/gfx/gfx.gyp:gfx', |
| 426 '../ui/gfx/gfx.gyp:gfx_geometry', | 425 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 427 'mojo_base.gyp:mojo_application_chromium', | 426 'mojo_base.gyp:mojo_application_chromium', |
| 428 'mojo_base.gyp:mojo_common_lib', | 427 'mojo_base.gyp:mojo_common_lib', |
| 429 'mojo_base.gyp:mojo_environment_chromium', | 428 'mojo_base.gyp:mojo_environment_chromium', |
| 430 'mojo_base.gyp:mojo_system_impl', | |
| 431 'mojo_geometry_bindings', | 429 'mojo_geometry_bindings', |
| 432 'mojo_geometry_lib', | 430 'mojo_geometry_lib', |
| 433 'mojo_surfaces_app_bindings', | 431 'mojo_surfaces_app_bindings', |
| 434 'mojo_surfaces_bindings', | 432 'mojo_surfaces_bindings', |
| 435 'mojo_surfaces_lib', | 433 'mojo_surfaces_lib', |
| 436 '<(mojo_system_for_loadable_module)', | 434 '<(mojo_system_for_loadable_module)', |
| 437 ], | 435 ], |
| 438 'sources': [ | 436 'sources': [ |
| 439 'examples/surfaces_app/child_app.cc', | 437 'examples/surfaces_app/child_app.cc', |
| 440 'examples/surfaces_app/child_impl.cc', | 438 'examples/surfaces_app/child_impl.cc', |
| (...skipping 404 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 845 ], | 843 ], |
| 846 'sources': [ | 844 'sources': [ |
| 847 'examples/dbus_echo/dbus_echo_app.cc', | 845 'examples/dbus_echo/dbus_echo_app.cc', |
| 848 'public/cpp/application/lib/mojo_main_standalone.cc', | 846 'public/cpp/application/lib/mojo_main_standalone.cc', |
| 849 ], | 847 ], |
| 850 }, | 848 }, |
| 851 ], | 849 ], |
| 852 }], | 850 }], |
| 853 ], | 851 ], |
| 854 } | 852 } |
| OLD | NEW |