| 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': [ |
| 11 '../net/net.gyp:net', | 11 '../net/net.gyp:net', |
| 12 '../skia/skia.gyp:skia', | 12 '../skia/skia.gyp:skia', |
| 13 '../third_party/WebKit/public/blink.gyp:blink', | 13 '../third_party/WebKit/public/blink.gyp:blink', |
| 14 '../ui/native_theme/native_theme.gyp:native_theme', | 14 '../ui/native_theme/native_theme.gyp:native_theme', |
| 15 '../url/url.gyp:url_lib', | 15 '../url/url.gyp:url_lib', |
| 16 'mojo_base.gyp:mojo_common_lib', | 16 'mojo_base.gyp:mojo_common_lib', |
| 17 'mojo_base.gyp:mojo_cpp_bindings', | 17 'mojo_base.gyp:mojo_cpp_bindings', |
| 18 'mojo_base.gyp:mojo_utility', | 18 'mojo_base.gyp:mojo_utility', |
| 19 'mojo_base.gyp:mojo_application_chromium', | 19 'mojo_base.gyp:mojo_application_chromium', |
| 20 'mojo_launcher_bindings', |
| 20 'mojo_navigation_bindings', | 21 'mojo_navigation_bindings', |
| 21 'mojo_network_bindings', | 22 'mojo_network_bindings', |
| 22 'mojo_launcher_bindings', | |
| 23 'mojo_view_manager_lib', | 23 'mojo_view_manager_lib', |
| 24 '<(mojo_system_for_loadable_module)', | 24 '<(mojo_system_for_loadable_module)', |
| 25 ], | 25 ], |
| 26 'include_dirs': [ | 26 'include_dirs': [ |
| 27 'third_party/WebKit' | 27 'third_party/WebKit' |
| 28 ], | 28 ], |
| 29 'sources': [ | 29 'sources': [ |
| 30 'services/html_viewer/blink_input_events_type_converters.cc', | 30 'services/html_viewer/blink_input_events_type_converters.cc', |
| 31 'services/html_viewer/blink_input_events_type_converters.h', | 31 'services/html_viewer/blink_input_events_type_converters.h', |
| 32 'services/html_viewer/blink_platform_impl.cc', | 32 'services/html_viewer/blink_platform_impl.cc', |
| (...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 153 'mojo_geometry_lib', | 153 'mojo_geometry_lib', |
| 154 'mojo_surfaces_bindings', | 154 'mojo_surfaces_bindings', |
| 155 '<(mojo_system_for_component)', | 155 '<(mojo_system_for_component)', |
| 156 ], | 156 ], |
| 157 'export_dependent_settings': [ | 157 'export_dependent_settings': [ |
| 158 'mojo_geometry_lib', | 158 'mojo_geometry_lib', |
| 159 'mojo_surfaces_bindings', | 159 'mojo_surfaces_bindings', |
| 160 ], | 160 ], |
| 161 'sources': [ | 161 'sources': [ |
| 162 'services/public/cpp/surfaces/lib/surfaces_type_converters.cc', | 162 'services/public/cpp/surfaces/lib/surfaces_type_converters.cc', |
| 163 'services/public/cpp/surfaces/lib/surfaces_utils.cc', |
| 163 'services/public/cpp/surfaces/surfaces_type_converters.h', | 164 'services/public/cpp/surfaces/surfaces_type_converters.h', |
| 165 'services/public/cpp/surfaces/surfaces_utils.h', |
| 164 'services/public/cpp/surfaces/mojo_surfaces_export.h', | 166 'services/public/cpp/surfaces/mojo_surfaces_export.h', |
| 165 ], | 167 ], |
| 166 }, | 168 }, |
| 167 { | 169 { |
| 168 # GN version: //mojo/services/public/cpp/surfaces/tests | 170 # GN version: //mojo/services/public/cpp/surfaces/tests |
| 169 'target_name': 'mojo_surfaces_lib_unittests', | 171 'target_name': 'mojo_surfaces_lib_unittests', |
| 170 'type': 'executable', | 172 'type': 'executable', |
| 171 'dependencies': [ | 173 'dependencies': [ |
| 172 '../base/base.gyp:base', | 174 '../base/base.gyp:base', |
| 173 '../base/base.gyp:test_support_base', | 175 '../base/base.gyp:test_support_base', |
| (...skipping 323 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 497 'sources': [ | 499 'sources': [ |
| 498 'services/public/interfaces/view_manager/view_manager.mojom', | 500 'services/public/interfaces/view_manager/view_manager.mojom', |
| 499 'services/public/interfaces/view_manager/view_manager_constants.mojom', | 501 'services/public/interfaces/view_manager/view_manager_constants.mojom', |
| 500 ], | 502 ], |
| 501 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ], | 503 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ], |
| 502 'dependencies': [ | 504 'dependencies': [ |
| 503 'mojo_base.gyp:mojo_application_bindings', | 505 'mojo_base.gyp:mojo_application_bindings', |
| 504 'mojo_base.gyp:mojo_cpp_bindings', | 506 'mojo_base.gyp:mojo_cpp_bindings', |
| 505 'mojo_geometry_bindings', | 507 'mojo_geometry_bindings', |
| 506 'mojo_input_events_bindings', | 508 'mojo_input_events_bindings', |
| 509 'mojo_surface_id_bindings', |
| 507 ], | 510 ], |
| 508 'export_dependent_settings': [ | 511 'export_dependent_settings': [ |
| 509 'mojo_base.gyp:mojo_application_bindings', | 512 'mojo_base.gyp:mojo_application_bindings', |
| 510 'mojo_base.gyp:mojo_cpp_bindings', | 513 'mojo_base.gyp:mojo_cpp_bindings', |
| 511 'mojo_geometry_bindings', | 514 'mojo_geometry_bindings', |
| 512 'mojo_input_events_bindings', | 515 'mojo_input_events_bindings', |
| 516 'mojo_surface_id_bindings', |
| 513 ], | 517 ], |
| 514 }, | 518 }, |
| 515 { | 519 { |
| 516 # GN version: //mojo/services/public/cpp/view_manager | 520 # GN version: //mojo/services/public/cpp/view_manager |
| 517 'target_name': 'mojo_view_manager_lib', | 521 'target_name': 'mojo_view_manager_lib', |
| 518 'type': 'static_library', | 522 'type': 'static_library', |
| 519 'dependencies': [ | 523 'dependencies': [ |
| 520 '../base/base.gyp:base', | 524 '../base/base.gyp:base', |
| 521 '../skia/skia.gyp:skia', | 525 '../skia/skia.gyp:skia', |
| 522 '../ui/events/events.gyp:events', | 526 '../ui/events/events.gyp:events', |
| 523 '../ui/gfx/gfx.gyp:gfx', | 527 '../ui/gfx/gfx.gyp:gfx', |
| 524 '../ui/gfx/gfx.gyp:gfx_geometry', | 528 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 529 '../third_party/khronos/khronos.gyp:khronos_headers', |
| 525 'mojo_base.gyp:mojo_application_chromium', | 530 'mojo_base.gyp:mojo_application_chromium', |
| 526 'mojo_base.gyp:mojo_application_bindings', | 531 'mojo_base.gyp:mojo_application_bindings', |
| 527 'mojo_core_window_manager_bindings', | 532 'mojo_core_window_manager_bindings', |
| 528 'mojo_geometry_bindings', | 533 'mojo_geometry_bindings', |
| 529 'mojo_geometry_lib', | 534 'mojo_geometry_lib', |
| 535 'mojo_surfaces_bindings', |
| 536 'mojo_surfaces_lib', |
| 530 'mojo_view_manager_bindings', | 537 'mojo_view_manager_bindings', |
| 531 'mojo_view_manager_common', | 538 'mojo_view_manager_common', |
| 539 'mojo_gpu_bindings', |
| 540 ], |
| 541 'includes': [ |
| 542 'mojo_public_gles2_for_loadable_module.gypi', |
| 532 ], | 543 ], |
| 533 'sources': [ | 544 'sources': [ |
| 545 'services/public/cpp/view_manager/lib/bitmap_uploader.cc', |
| 546 'services/public/cpp/view_manager/lib/bitmap_uploader.h', |
| 534 'services/public/cpp/view_manager/lib/view.cc', | 547 'services/public/cpp/view_manager/lib/view.cc', |
| 535 'services/public/cpp/view_manager/lib/view_manager_client_factory.cc', | 548 'services/public/cpp/view_manager/lib/view_manager_client_factory.cc', |
| 536 'services/public/cpp/view_manager/lib/view_manager_client_impl.cc', | 549 'services/public/cpp/view_manager/lib/view_manager_client_impl.cc', |
| 537 'services/public/cpp/view_manager/lib/view_manager_client_impl.h', | 550 'services/public/cpp/view_manager/lib/view_manager_client_impl.h', |
| 538 'services/public/cpp/view_manager/lib/view_observer.cc', | 551 'services/public/cpp/view_manager/lib/view_observer.cc', |
| 539 'services/public/cpp/view_manager/lib/view_private.cc', | 552 'services/public/cpp/view_manager/lib/view_private.cc', |
| 540 'services/public/cpp/view_manager/lib/view_private.h', | 553 'services/public/cpp/view_manager/lib/view_private.h', |
| 541 'services/public/cpp/view_manager/view.h', | 554 'services/public/cpp/view_manager/view.h', |
| 542 'services/public/cpp/view_manager/view_manager.h', | 555 'services/public/cpp/view_manager/view_manager.h', |
| 543 'services/public/cpp/view_manager/view_manager_client_factory.h', | 556 'services/public/cpp/view_manager/view_manager_client_factory.h', |
| 544 'services/public/cpp/view_manager/view_manager_delegate.h', | 557 'services/public/cpp/view_manager/view_manager_delegate.h', |
| 545 'services/public/cpp/view_manager/view_observer.h', | 558 'services/public/cpp/view_manager/view_observer.h', |
| 546 'services/public/cpp/view_manager/window_manager_delegate.h', | 559 'services/public/cpp/view_manager/window_manager_delegate.h', |
| 547 ], | 560 ], |
| 548 'export_dependent_settings': [ | 561 'export_dependent_settings': [ |
| 562 'mojo_gpu_bindings', |
| 563 'mojo_surfaces_bindings', |
| 549 'mojo_view_manager_bindings', | 564 'mojo_view_manager_bindings', |
| 550 ], | 565 ], |
| 551 }, | 566 }, |
| 552 { | 567 { |
| 553 # GN version: //mojo/services/public/cpp/view_manager/tests:mojo_view_mana
ger_lib_unittests | 568 # GN version: //mojo/services/public/cpp/view_manager/tests:mojo_view_mana
ger_lib_unittests |
| 554 'target_name': 'mojo_view_manager_lib_unittests', | 569 'target_name': 'mojo_view_manager_lib_unittests', |
| 555 'type': 'executable', | 570 'type': 'executable', |
| 556 'dependencies': [ | 571 'dependencies': [ |
| 557 '../base/base.gyp:base', | 572 '../base/base.gyp:base', |
| 558 '../base/base.gyp:test_support_base', | 573 '../base/base.gyp:test_support_base', |
| (...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 699 ], | 714 ], |
| 700 'conditions': [ | 715 'conditions': [ |
| 701 ['use_aura==1', { | 716 ['use_aura==1', { |
| 702 'targets': [ | 717 'targets': [ |
| 703 { | 718 { |
| 704 # GN version: //mojo/services/view_manager | 719 # GN version: //mojo/services/view_manager |
| 705 'target_name': 'mojo_view_manager', | 720 'target_name': 'mojo_view_manager', |
| 706 'type': '<(component)', | 721 'type': '<(component)', |
| 707 'dependencies': [ | 722 'dependencies': [ |
| 708 '../base/base.gyp:base', | 723 '../base/base.gyp:base', |
| 709 '../cc/cc.gyp:cc', | 724 '../cc/cc.gyp:cc_surfaces', |
| 710 '../skia/skia.gyp:skia', | |
| 711 '../ui/aura/aura.gyp:aura', | |
| 712 '../ui/base/ui_base.gyp:ui_base', | 725 '../ui/base/ui_base.gyp:ui_base', |
| 713 '../ui/compositor/compositor.gyp:compositor', | |
| 714 '../ui/events/events.gyp:events', | 726 '../ui/events/events.gyp:events', |
| 715 '../ui/events/events.gyp:events_base', | 727 '../ui/events/events.gyp:events_base', |
| 716 '../ui/gfx/gfx.gyp:gfx', | 728 '../ui/gfx/gfx.gyp:gfx', |
| 717 '../ui/gfx/gfx.gyp:gfx_geometry', | 729 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 718 '../ui/gl/gl.gyp:gl', | 730 'mojo_base.gyp:mojo_application_chromium', |
| 719 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', | |
| 720 'mojo_base.gyp:mojo_common_lib', | 731 'mojo_base.gyp:mojo_common_lib', |
| 721 'mojo_base.gyp:mojo_application_chromium', | |
| 722 'mojo_cc_support', | |
| 723 'mojo_geometry_bindings', | 732 'mojo_geometry_bindings', |
| 724 'mojo_geometry_lib', | 733 'mojo_geometry_lib', |
| 734 'mojo_gpu_bindings', |
| 725 'mojo_input_events_bindings', | 735 'mojo_input_events_bindings', |
| 726 'mojo_input_events_lib', | 736 'mojo_input_events_lib', |
| 727 'mojo_native_viewport_bindings', | 737 'mojo_native_viewport_bindings', |
| 738 'mojo_surfaces_bindings', |
| 739 'mojo_surfaces_lib', |
| 728 'mojo_view_manager_bindings', | 740 'mojo_view_manager_bindings', |
| 729 'mojo_view_manager_common', | 741 'mojo_view_manager_common', |
| 730 'mojo_gpu_bindings', | |
| 731 '<(mojo_gles2_for_component)', | |
| 732 '<(mojo_system_for_component)', | 742 '<(mojo_system_for_component)', |
| 733 ], | 743 ], |
| 734 'sources': [ | 744 'sources': [ |
| 735 'services/view_manager/access_policy.h', | 745 'services/view_manager/access_policy.h', |
| 736 'services/view_manager/access_policy_delegate.h', | 746 'services/view_manager/access_policy_delegate.h', |
| 737 'services/view_manager/connection_manager.cc', | 747 'services/view_manager/connection_manager.cc', |
| 738 'services/view_manager/connection_manager.h', | 748 'services/view_manager/connection_manager.h', |
| 739 'services/view_manager/context_factory_impl.cc', | |
| 740 'services/view_manager/context_factory_impl.h', | |
| 741 'services/view_manager/default_access_policy.cc', | 749 'services/view_manager/default_access_policy.cc', |
| 742 'services/view_manager/default_access_policy.h', | 750 'services/view_manager/default_access_policy.h', |
| 743 'services/view_manager/display_manager.cc', | 751 'services/view_manager/display_manager.cc', |
| 744 'services/view_manager/display_manager.h', | 752 'services/view_manager/display_manager.h', |
| 745 'services/view_manager/display_manager_delegate.h', | |
| 746 'services/view_manager/ids.h', | 753 'services/view_manager/ids.h', |
| 747 'services/view_manager/main.cc', | 754 'services/view_manager/main.cc', |
| 748 'services/view_manager/screen_impl.cc', | |
| 749 'services/view_manager/screen_impl.h', | |
| 750 'services/view_manager/server_view.cc', | 755 'services/view_manager/server_view.cc', |
| 751 'services/view_manager/server_view.h', | 756 'services/view_manager/server_view.h', |
| 752 'services/view_manager/server_view_delegate.h', | 757 'services/view_manager/server_view_delegate.h', |
| 753 'services/view_manager/view_manager_export.h', | 758 'services/view_manager/view_manager_export.h', |
| 754 'services/view_manager/view_manager_init_service_context.cc', | 759 'services/view_manager/view_manager_init_service_context.cc', |
| 755 'services/view_manager/view_manager_init_service_context.h', | 760 'services/view_manager/view_manager_init_service_context.h', |
| 756 'services/view_manager/view_manager_init_service_impl.cc', | 761 'services/view_manager/view_manager_init_service_impl.cc', |
| 757 'services/view_manager/view_manager_init_service_impl.h', | 762 'services/view_manager/view_manager_init_service_impl.h', |
| 758 'services/view_manager/view_manager_service_impl.cc', | 763 'services/view_manager/view_manager_service_impl.cc', |
| 759 'services/view_manager/view_manager_service_impl.h', | 764 'services/view_manager/view_manager_service_impl.h', |
| 760 'services/view_manager/window_manager_access_policy.cc', | 765 'services/view_manager/window_manager_access_policy.cc', |
| 761 'services/view_manager/window_manager_access_policy.h', | 766 'services/view_manager/window_manager_access_policy.h', |
| 762 'services/view_manager/window_tree_host_impl.cc', | |
| 763 'services/view_manager/window_tree_host_impl.h', | |
| 764 ], | 767 ], |
| 765 'defines': [ | 768 'defines': [ |
| 766 'MOJO_VIEW_MANAGER_IMPLEMENTATION', | 769 'MOJO_VIEW_MANAGER_IMPLEMENTATION', |
| 767 ], | 770 ], |
| 768 }, | 771 }, |
| 769 { | 772 { |
| 770 # GN version: //mojo/services/public/cpp/view_manager/lib:run_unittest
s | 773 # GN version: //mojo/services/public/cpp/view_manager/lib:run_unittest
s |
| 771 'target_name': 'mojo_view_manager_run_unittests', | 774 'target_name': 'mojo_view_manager_run_unittests', |
| 772 'type': 'static_library', | 775 'type': 'static_library', |
| 773 'dependencies': [ | 776 'dependencies': [ |
| (...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 898 'dependencies': [ | 901 'dependencies': [ |
| 899 '../ui/gfx/x/gfx_x11.gyp:gfx_x11', | 902 '../ui/gfx/x/gfx_x11.gyp:gfx_x11', |
| 900 ], | 903 ], |
| 901 }], | 904 }], |
| 902 ], | 905 ], |
| 903 }, | 906 }, |
| 904 ], | 907 ], |
| 905 }], | 908 }], |
| 906 ], | 909 ], |
| 907 } | 910 } |
| OLD | NEW |