| 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 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 74 'mojo_geometry_bindings', | 74 'mojo_geometry_bindings', |
| 75 'mojo_gpu_bindings', | 75 'mojo_gpu_bindings', |
| 76 'mojo_native_viewport_bindings', | 76 'mojo_native_viewport_bindings', |
| 77 '<(mojo_system_for_loadable_module)', | 77 '<(mojo_system_for_loadable_module)', |
| 78 ], | 78 ], |
| 79 'includes': [ | 79 'includes': [ |
| 80 'mojo_public_gles2_for_loadable_module.gypi', | 80 'mojo_public_gles2_for_loadable_module.gypi', |
| 81 ], | 81 ], |
| 82 'sources': [ | 82 'sources': [ |
| 83 'examples/sample_app/gles2_client_impl.cc', | 83 'examples/sample_app/gles2_client_impl.cc', |
| 84 'examples/sample_app/gles2_client_impl.h', | 84 'examples/sample_app/gles2_client_impl.cc', |
| 85 'examples/sample_app/sample_app.cc', | 85 'examples/sample_app/sample_app.cc', |
| 86 'examples/sample_app/spinning_cube.cc', | 86 'examples/sample_app/spinning_cube.cc', |
| 87 'examples/sample_app/spinning_cube.h', | 87 'examples/sample_app/spinning_cube.h', |
| 88 ], | 88 ], |
| 89 }, | 89 }, |
| 90 { | 90 { |
| 91 'target_name': 'package_mojo_sample_app', | 91 'target_name': 'package_mojo_sample_app', |
| 92 'variables': { | 92 'variables': { |
| 93 'app_name': 'mojo_sample_app', | 93 'app_name': 'mojo_sample_app', |
| 94 }, | 94 }, |
| (...skipping 449 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 544 'includes': [ 'build/package_app.gypi' ], | 544 'includes': [ 'build/package_app.gypi' ], |
| 545 }, | 545 }, |
| 546 { | 546 { |
| 547 'target_name': 'mojo_demo_launcher', | 547 'target_name': 'mojo_demo_launcher', |
| 548 'type': 'loadable_module', | 548 'type': 'loadable_module', |
| 549 'dependencies': [ | 549 'dependencies': [ |
| 550 '../base/base.gyp:base', | 550 '../base/base.gyp:base', |
| 551 '../skia/skia.gyp:skia', | 551 '../skia/skia.gyp:skia', |
| 552 '../ui/gfx/gfx.gyp:gfx', | 552 '../ui/gfx/gfx.gyp:gfx', |
| 553 '../ui/gfx/gfx.gyp:gfx_geometry', | 553 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 554 '../ui/gl/gl.gyp:gl', |
| 554 'mojo_base.gyp:mojo_application_chromium', | 555 'mojo_base.gyp:mojo_application_chromium', |
| 555 'mojo_base.gyp:mojo_cpp_bindings', | 556 'mojo_base.gyp:mojo_cpp_bindings', |
| 556 'mojo_base.gyp:mojo_utility', | 557 'mojo_base.gyp:mojo_utility', |
| 557 'mojo_geometry_bindings', | 558 'mojo_geometry_bindings', |
| 558 'mojo_view_manager_bindings', | 559 'mojo_view_manager_bindings', |
| 559 '<(mojo_system_for_loadable_module)', | 560 '<(mojo_system_for_loadable_module)', |
| 560 ], | 561 ], |
| 561 'includes': [ | 562 'includes': [ |
| 562 'mojo_public_gles2_for_loadable_module.gypi', | 563 'mojo_public_gles2_for_loadable_module.gypi', |
| 563 ], | 564 ], |
| (...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 635 }, | 636 }, |
| 636 { | 637 { |
| 637 'target_name': 'mojo_window_manager', | 638 'target_name': 'mojo_window_manager', |
| 638 'type': 'loadable_module', | 639 'type': 'loadable_module', |
| 639 'dependencies': [ | 640 'dependencies': [ |
| 640 '../base/base.gyp:base', | 641 '../base/base.gyp:base', |
| 641 '../ui/aura/aura.gyp:aura', | 642 '../ui/aura/aura.gyp:aura', |
| 642 '../ui/base/ui_base.gyp:ui_base', | 643 '../ui/base/ui_base.gyp:ui_base', |
| 643 '../ui/gfx/gfx.gyp:gfx', | 644 '../ui/gfx/gfx.gyp:gfx', |
| 644 '../ui/gfx/gfx.gyp:gfx_geometry', | 645 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 646 '../ui/gl/gl.gyp:gl', |
| 645 '../ui/resources/ui_resources.gyp:ui_resources', | 647 '../ui/resources/ui_resources.gyp:ui_resources', |
| 646 '../ui/resources/ui_resources.gyp:ui_test_pak', | 648 '../ui/resources/ui_resources.gyp:ui_test_pak', |
| 647 '../ui/views/views.gyp:views', | 649 '../ui/views/views.gyp:views', |
| 648 'mojo_base.gyp:mojo_application_chromium', | 650 'mojo_base.gyp:mojo_application_chromium', |
| 649 'mojo_base.gyp:mojo_cpp_bindings', | 651 'mojo_base.gyp:mojo_cpp_bindings', |
| 650 'mojo_base.gyp:mojo_utility', | 652 'mojo_base.gyp:mojo_utility', |
| 651 'mojo_aura_support', | 653 'mojo_aura_support', |
| 652 'mojo_core_window_manager_lib', | 654 'mojo_core_window_manager_lib', |
| 653 'mojo_geometry_bindings', | 655 'mojo_geometry_bindings', |
| 654 'mojo_geometry_lib', | 656 'mojo_geometry_lib', |
| (...skipping 13 matching lines...) Expand all Loading... |
| 668 'examples/window_manager/debug_panel.cc', | 670 'examples/window_manager/debug_panel.cc', |
| 669 'examples/window_manager/window_manager.cc', | 671 'examples/window_manager/window_manager.cc', |
| 670 ], | 672 ], |
| 671 }, | 673 }, |
| 672 { | 674 { |
| 673 'target_name': 'mojo_embedded_app', | 675 'target_name': 'mojo_embedded_app', |
| 674 'type': 'loadable_module', | 676 'type': 'loadable_module', |
| 675 'dependencies': [ | 677 'dependencies': [ |
| 676 '../base/base.gyp:base', | 678 '../base/base.gyp:base', |
| 677 '../ui/gfx/gfx.gyp:gfx_geometry', | 679 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 680 '../ui/gl/gl.gyp:gl', |
| 678 '../url/url.gyp:url_lib', | 681 '../url/url.gyp:url_lib', |
| 679 'mojo_base.gyp:mojo_application_chromium', | 682 'mojo_base.gyp:mojo_application_chromium', |
| 680 'mojo_base.gyp:mojo_cpp_bindings', | 683 'mojo_base.gyp:mojo_cpp_bindings', |
| 681 'mojo_base.gyp:mojo_utility', | 684 'mojo_base.gyp:mojo_utility', |
| 682 'mojo_geometry_bindings', | 685 'mojo_geometry_bindings', |
| 683 'mojo_navigation_bindings', | 686 'mojo_navigation_bindings', |
| 684 'mojo_view_manager_lib', | 687 'mojo_view_manager_lib', |
| 685 'mojo_window_manager_bindings', | 688 'mojo_window_manager_bindings', |
| 686 '<(mojo_system_for_loadable_module)', | 689 '<(mojo_system_for_loadable_module)', |
| 687 ], | 690 ], |
| 688 'includes': [ | 691 'includes': [ |
| 689 'mojo_public_gles2_for_loadable_module.gypi', | 692 'mojo_public_gles2_for_loadable_module.gypi', |
| 690 ], | 693 ], |
| 691 'sources': [ | 694 'sources': [ |
| 692 'examples/embedded_app/embedded_app.cc', | 695 'examples/embedded_app/embedded_app.cc', |
| 693 ], | 696 ], |
| 694 }, | 697 }, |
| 695 { | 698 { |
| 696 'target_name': 'mojo_nesting_app', | 699 'target_name': 'mojo_nesting_app', |
| 697 'type': 'loadable_module', | 700 'type': 'loadable_module', |
| 698 'dependencies': [ | 701 'dependencies': [ |
| 699 '../base/base.gyp:base', | 702 '../base/base.gyp:base', |
| 700 '../ui/gfx/gfx.gyp:gfx_geometry', | 703 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 704 '../ui/gl/gl.gyp:gl', |
| 701 '../url/url.gyp:url_lib', | 705 '../url/url.gyp:url_lib', |
| 702 'mojo_base.gyp:mojo_application_chromium', | 706 'mojo_base.gyp:mojo_application_chromium', |
| 703 'mojo_base.gyp:mojo_cpp_bindings', | 707 'mojo_base.gyp:mojo_cpp_bindings', |
| 704 'mojo_base.gyp:mojo_utility', | 708 'mojo_base.gyp:mojo_utility', |
| 705 'mojo_geometry_bindings', | 709 'mojo_geometry_bindings', |
| 706 'mojo_navigation_bindings', | 710 'mojo_navigation_bindings', |
| 707 'mojo_view_manager_lib', | 711 'mojo_view_manager_lib', |
| 708 'mojo_window_manager_bindings', | 712 'mojo_window_manager_bindings', |
| 709 '<(mojo_system_for_loadable_module)', | 713 '<(mojo_system_for_loadable_module)', |
| 710 ], | 714 ], |
| (...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 862 ], | 866 ], |
| 863 'sources': [ | 867 'sources': [ |
| 864 'examples/dbus_echo/dbus_echo_service.cc', | 868 'examples/dbus_echo/dbus_echo_service.cc', |
| 865 ], | 869 ], |
| 866 }, | 870 }, |
| 867 ], | 871 ], |
| 868 | 872 |
| 869 }], | 873 }], |
| 870 ], | 874 ], |
| 871 } | 875 } |
| OLD | NEW |