| OLD | NEW |
| 1 # Copyright (c) 2014 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2014 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_html_viewer', | 8 'target_name': 'mojo_html_viewer', |
| 9 'type': 'loadable_module', | 9 'type': 'loadable_module', |
| 10 'dependencies': [ | 10 'dependencies': [ |
| (...skipping 325 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 336 ], | 336 ], |
| 337 }], | 337 }], |
| 338 ['use_ozone==1', { | 338 ['use_ozone==1', { |
| 339 'dependencies': [ | 339 'dependencies': [ |
| 340 '../ui/ozone/ozone.gyp:ozone', | 340 '../ui/ozone/ozone.gyp:ozone', |
| 341 ], | 341 ], |
| 342 }], | 342 }], |
| 343 ], | 343 ], |
| 344 }, | 344 }, |
| 345 { | 345 { |
| 346 'target_name': 'mojo_native_viewport_service', | |
| 347 'type': 'loadable_module', | |
| 348 'dependencies': [ | |
| 349 'mojo_native_viewport_bindings', | |
| 350 'mojo_native_viewport_service_lib', | |
| 351 '<(mojo_system_for_loadable_module)', | |
| 352 ], | |
| 353 'export_dependent_settings': [ | |
| 354 'mojo_native_viewport_bindings', | |
| 355 ], | |
| 356 'sources': [ | |
| 357 'services/native_viewport/main.cc', | |
| 358 ], | |
| 359 }, | |
| 360 { | |
| 361 # GN version: //mojo/services/public/interfaces/navigation | 346 # GN version: //mojo/services/public/interfaces/navigation |
| 362 'target_name': 'mojo_navigation_bindings', | 347 'target_name': 'mojo_navigation_bindings', |
| 363 'type': 'static_library', | 348 'type': 'static_library', |
| 364 'sources': [ | 349 'sources': [ |
| 365 'services/public/interfaces/navigation/navigation.mojom', | 350 'services/public/interfaces/navigation/navigation.mojom', |
| 366 ], | 351 ], |
| 367 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ], | 352 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ], |
| 368 'export_dependent_settings': [ | 353 'export_dependent_settings': [ |
| 369 'mojo_base.gyp:mojo_cpp_bindings', | 354 'mojo_base.gyp:mojo_cpp_bindings', |
| 370 ], | 355 ], |
| (...skipping 340 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 711 'mojo_base.gyp:mojo_cpp_bindings', | 696 'mojo_base.gyp:mojo_cpp_bindings', |
| 712 ], | 697 ], |
| 713 }, | 698 }, |
| 714 ], | 699 ], |
| 715 'conditions': [ | 700 'conditions': [ |
| 716 ['use_aura==1', { | 701 ['use_aura==1', { |
| 717 'targets': [ | 702 'targets': [ |
| 718 { | 703 { |
| 719 # GN version: //mojo/services/view_manager | 704 # GN version: //mojo/services/view_manager |
| 720 'target_name': 'mojo_view_manager', | 705 'target_name': 'mojo_view_manager', |
| 721 'type': 'loadable_module', | 706 'type': '<(component)', |
| 722 'dependencies': [ | 707 'dependencies': [ |
| 723 '../base/base.gyp:base', | 708 '../base/base.gyp:base', |
| 724 '../cc/cc.gyp:cc_surfaces', | 709 '../cc/cc.gyp:cc_surfaces', |
| 725 '../skia/skia.gyp:skia', | 710 '../skia/skia.gyp:skia', |
| 726 '../ui/base/ui_base.gyp:ui_base', | 711 '../ui/base/ui_base.gyp:ui_base', |
| 727 '../ui/events/events.gyp:events', | 712 '../ui/events/events.gyp:events', |
| 728 '../ui/events/events.gyp:events_base', | 713 '../ui/events/events.gyp:events_base', |
| 729 '../ui/gfx/gfx.gyp:gfx', | 714 '../ui/gfx/gfx.gyp:gfx', |
| 730 '../ui/gfx/gfx.gyp:gfx_geometry', | 715 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 731 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', | |
| 732 'mojo_base.gyp:mojo_common_lib', | |
| 733 'mojo_base.gyp:mojo_application_chromium', | 716 'mojo_base.gyp:mojo_application_chromium', |
| 734 'mojo_base.gyp:mojo_common_lib', | 717 'mojo_base.gyp:mojo_common_lib', |
| 735 'mojo_geometry_bindings', | 718 'mojo_geometry_bindings', |
| 736 'mojo_geometry_lib', | 719 'mojo_geometry_lib', |
| 737 'mojo_gpu_bindings', | 720 'mojo_gpu_bindings', |
| 738 'mojo_input_events_bindings', | 721 'mojo_input_events_bindings', |
| 739 'mojo_input_events_lib', | 722 'mojo_input_events_lib', |
| 740 'mojo_native_viewport_bindings', | 723 'mojo_native_viewport_bindings', |
| 741 'mojo_surfaces_bindings', | 724 'mojo_surfaces_bindings', |
| 742 'mojo_surfaces_lib', | 725 'mojo_surfaces_lib', |
| 743 'mojo_view_manager_bindings', | 726 'mojo_view_manager_bindings', |
| 744 'mojo_view_manager_common', | 727 'mojo_view_manager_common', |
| 745 'mojo_gpu_bindings', | 728 '<(mojo_system_for_component)', |
| 746 '<(mojo_system_for_loadable_module)', | |
| 747 ], | 729 ], |
| 748 'sources': [ | 730 'sources': [ |
| 749 'services/view_manager/access_policy.h', | 731 'services/view_manager/access_policy.h', |
| 750 'services/view_manager/access_policy_delegate.h', | 732 'services/view_manager/access_policy_delegate.h', |
| 751 'services/view_manager/connection_manager.cc', | 733 'services/view_manager/connection_manager.cc', |
| 752 'services/view_manager/connection_manager.h', | 734 'services/view_manager/connection_manager.h', |
| 753 'services/view_manager/default_access_policy.cc', | 735 'services/view_manager/default_access_policy.cc', |
| 754 'services/view_manager/default_access_policy.h', | 736 'services/view_manager/default_access_policy.h', |
| 755 'services/view_manager/display_manager.cc', | 737 'services/view_manager/display_manager.cc', |
| 756 'services/view_manager/display_manager.h', | 738 'services/view_manager/display_manager.h', |
| 757 'services/view_manager/ids.h', | 739 'services/view_manager/ids.h', |
| 758 'services/view_manager/main.cc', | 740 'services/view_manager/main.cc', |
| 759 'services/view_manager/server_view.cc', | 741 'services/view_manager/server_view.cc', |
| 760 'services/view_manager/server_view.h', | 742 'services/view_manager/server_view.h', |
| 761 'services/view_manager/server_view_delegate.h', | 743 'services/view_manager/server_view_delegate.h', |
| 762 'services/view_manager/view_manager_export.h', | 744 'services/view_manager/view_manager_export.h', |
| 763 'services/view_manager/view_manager_init_service_context.cc', | 745 'services/view_manager/view_manager_init_service_context.cc', |
| 764 'services/view_manager/view_manager_init_service_context.h', | 746 'services/view_manager/view_manager_init_service_context.h', |
| 765 'services/view_manager/view_manager_init_service_impl.cc', | 747 'services/view_manager/view_manager_init_service_impl.cc', |
| 766 'services/view_manager/view_manager_init_service_impl.h', | 748 'services/view_manager/view_manager_init_service_impl.h', |
| 767 'services/view_manager/view_manager_service_impl.cc', | 749 'services/view_manager/view_manager_service_impl.cc', |
| 768 'services/view_manager/view_manager_service_impl.h', | 750 'services/view_manager/view_manager_service_impl.h', |
| 769 'services/view_manager/window_manager_access_policy.cc', | 751 'services/view_manager/window_manager_access_policy.cc', |
| 770 'services/view_manager/window_manager_access_policy.h', | 752 'services/view_manager/window_manager_access_policy.h', |
| 771 ], | 753 ], |
| 772 'includes': [ | |
| 773 'mojo_public_gles2_for_loadable_module.gypi', | |
| 774 ], | |
| 775 'defines': [ | 754 'defines': [ |
| 776 'MOJO_VIEW_MANAGER_IMPLEMENTATION', | 755 'MOJO_VIEW_MANAGER_IMPLEMENTATION', |
| 777 ], | 756 ], |
| 778 }, | 757 }, |
| 779 { | 758 { |
| 780 # GN version: //mojo/services/public/cpp/view_manager/lib:run_unittest
s | 759 # GN version: //mojo/services/public/cpp/view_manager/lib:run_unittest
s |
| 781 'target_name': 'mojo_view_manager_run_unittests', | 760 'target_name': 'mojo_view_manager_run_unittests', |
| 782 'type': 'static_library', | 761 'type': 'static_library', |
| 783 'dependencies': [ | 762 'dependencies': [ |
| 784 '../base/base.gyp:base', | 763 '../base/base.gyp:base', |
| 785 '../base/base.gyp:test_support_base', | 764 '../base/base.gyp:test_support_base', |
| 765 '../ui/gl/gl.gyp:gl', |
| 786 ], | 766 ], |
| 787 'sources': [ | 767 'sources': [ |
| 788 'services/public/cpp/view_manager/lib/view_manager_test_suite.cc', | 768 'services/public/cpp/view_manager/lib/view_manager_test_suite.cc', |
| 789 'services/public/cpp/view_manager/lib/view_manager_test_suite.h', | 769 'services/public/cpp/view_manager/lib/view_manager_test_suite.h', |
| 790 'services/public/cpp/view_manager/lib/view_manager_unittests.cc', | 770 'services/public/cpp/view_manager/lib/view_manager_unittests.cc', |
| 791 ], | 771 ], |
| 792 'conditions': [ | 772 'conditions': [ |
| 793 ['OS=="linux" or OS=="win"', { | 773 ['OS=="linux" or OS=="win"', { |
| 794 'dependencies': [ | 774 'dependencies': [ |
| 795 '../third_party/mesa/mesa.gyp:osmesa', | 775 '../third_party/mesa/mesa.gyp:osmesa', |
| (...skipping 11 matching lines...) Expand all Loading... |
| 807 # GN version: //mojo/services/view_manager:mojo_view_manager_unittests | 787 # GN version: //mojo/services/view_manager:mojo_view_manager_unittests |
| 808 'target_name': 'mojo_view_manager_unittests', | 788 'target_name': 'mojo_view_manager_unittests', |
| 809 'type': 'executable', | 789 'type': 'executable', |
| 810 'dependencies': [ | 790 'dependencies': [ |
| 811 '../base/base.gyp:base', | 791 '../base/base.gyp:base', |
| 812 '../base/base.gyp:test_support_base', | 792 '../base/base.gyp:test_support_base', |
| 813 '../skia/skia.gyp:skia', | 793 '../skia/skia.gyp:skia', |
| 814 '../testing/gtest.gyp:gtest', | 794 '../testing/gtest.gyp:gtest', |
| 815 '../ui/aura/aura.gyp:aura', | 795 '../ui/aura/aura.gyp:aura', |
| 816 '../ui/gfx/gfx.gyp:gfx_geometry', | 796 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 797 '../ui/gl/gl.gyp:gl', |
| 817 'mojo_application_manager', | 798 'mojo_application_manager', |
| 818 'mojo_base.gyp:mojo_system_impl', | 799 'mojo_base.gyp:mojo_system_impl', |
| 819 'mojo_base.gyp:mojo_application_chromium', | 800 'mojo_base.gyp:mojo_application_chromium', |
| 820 'mojo_geometry_bindings', | 801 'mojo_geometry_bindings', |
| 821 'mojo_geometry_lib', | 802 'mojo_geometry_lib', |
| 822 'mojo_input_events_bindings', | 803 'mojo_input_events_bindings', |
| 823 'mojo_input_events_lib', | 804 'mojo_input_events_lib', |
| 824 'mojo_shell_test_support', | 805 'mojo_shell_test_support', |
| 825 'mojo_view_manager_bindings', | 806 'mojo_view_manager_bindings', |
| 826 'mojo_view_manager_common', | 807 'mojo_view_manager_common', |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 875 'services/window_manager/main.cc', | 856 'services/window_manager/main.cc', |
| 876 ], | 857 ], |
| 877 }, | 858 }, |
| 878 { | 859 { |
| 879 # GN version: //mojo/services/window_manager:mojo_core_window_manager_
unittests | 860 # GN version: //mojo/services/window_manager:mojo_core_window_manager_
unittests |
| 880 'target_name': 'mojo_core_window_manager_unittests', | 861 'target_name': 'mojo_core_window_manager_unittests', |
| 881 'type': 'executable', | 862 'type': 'executable', |
| 882 'dependencies': [ | 863 'dependencies': [ |
| 883 '../base/base.gyp:test_support_base', | 864 '../base/base.gyp:test_support_base', |
| 884 '../testing/gtest.gyp:gtest', | 865 '../testing/gtest.gyp:gtest', |
| 866 '../ui/gl/gl.gyp:gl', |
| 885 'mojo_application_manager', | 867 'mojo_application_manager', |
| 886 'mojo_base.gyp:mojo_system_impl', | 868 'mojo_base.gyp:mojo_system_impl', |
| 887 'mojo_base.gyp:mojo_environment_chromium', | 869 'mojo_base.gyp:mojo_environment_chromium', |
| 888 'mojo_core_window_manager_bindings', | 870 'mojo_core_window_manager_bindings', |
| 889 'mojo_shell_test_support', | 871 'mojo_shell_test_support', |
| 890 'mojo_view_manager_bindings', | 872 'mojo_view_manager_bindings', |
| 891 'mojo_view_manager_lib', | 873 'mojo_view_manager_lib', |
| 892 ], | 874 ], |
| 893 'sources': [ | 875 'sources': [ |
| 894 'services/window_manager/window_manager_api_unittest.cc', | 876 'services/window_manager/window_manager_api_unittest.cc', |
| (...skipping 10 matching lines...) Expand all Loading... |
| 905 'dependencies': [ | 887 'dependencies': [ |
| 906 '../ui/gfx/x/gfx_x11.gyp:gfx_x11', | 888 '../ui/gfx/x/gfx_x11.gyp:gfx_x11', |
| 907 ], | 889 ], |
| 908 }], | 890 }], |
| 909 ], | 891 ], |
| 910 }, | 892 }, |
| 911 ], | 893 ], |
| 912 }], | 894 }], |
| 913 ], | 895 ], |
| 914 } | 896 } |
| OLD | NEW |