| 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 # GN version: //mojo/services/clipboard/ | 8 # GN version: //mojo/services/clipboard/ |
| 9 'target_name': 'mojo_clipboard', | 9 'target_name': 'mojo_clipboard', |
| 10 'type': 'loadable_module', | 10 'type': 'loadable_module', |
| (...skipping 372 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 383 'services/public/cpp/view_manager/lib/view_manager_context.cc', | 383 'services/public/cpp/view_manager/lib/view_manager_context.cc', |
| 384 'services/public/cpp/view_manager/lib/view_observer.cc', | 384 'services/public/cpp/view_manager/lib/view_observer.cc', |
| 385 'services/public/cpp/view_manager/lib/view_private.cc', | 385 'services/public/cpp/view_manager/lib/view_private.cc', |
| 386 'services/public/cpp/view_manager/lib/view_private.h', | 386 'services/public/cpp/view_manager/lib/view_private.h', |
| 387 'services/public/cpp/view_manager/view.h', | 387 'services/public/cpp/view_manager/view.h', |
| 388 'services/public/cpp/view_manager/view_manager.h', | 388 'services/public/cpp/view_manager/view_manager.h', |
| 389 'services/public/cpp/view_manager/view_manager_client_factory.h', | 389 'services/public/cpp/view_manager/view_manager_client_factory.h', |
| 390 'services/public/cpp/view_manager/view_manager_context.h', | 390 'services/public/cpp/view_manager/view_manager_context.h', |
| 391 'services/public/cpp/view_manager/view_manager_delegate.h', | 391 'services/public/cpp/view_manager/view_manager_delegate.h', |
| 392 'services/public/cpp/view_manager/view_observer.h', | 392 'services/public/cpp/view_manager/view_observer.h', |
| 393 'services/public/cpp/view_manager/window_manager_delegate.h', | |
| 394 ], | 393 ], |
| 395 'export_dependent_settings': [ | 394 'export_dependent_settings': [ |
| 396 'services/public/mojo_services_public.gyp:mojo_view_manager_bindings', | 395 'services/public/mojo_services_public.gyp:mojo_view_manager_bindings', |
| 397 ], | 396 ], |
| 398 }, | 397 }, |
| 399 { | 398 { |
| 400 # GN version: //mojo/services/test_service:bindings | 399 # GN version: //mojo/services/test_service:bindings |
| 401 'target_name': 'mojo_test_service_bindings', | 400 'target_name': 'mojo_test_service_bindings', |
| 402 'type': 'static_library', | 401 'type': 'static_library', |
| 403 'sources': [ | 402 'sources': [ |
| (...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 634 'services/view_manager/ids.h', | 633 'services/view_manager/ids.h', |
| 635 'services/view_manager/main.cc', | 634 'services/view_manager/main.cc', |
| 636 'services/view_manager/server_view.cc', | 635 'services/view_manager/server_view.cc', |
| 637 'services/view_manager/server_view.h', | 636 'services/view_manager/server_view.h', |
| 638 'services/view_manager/server_view_delegate.h', | 637 'services/view_manager/server_view_delegate.h', |
| 639 'services/view_manager/view_manager_export.h', | 638 'services/view_manager/view_manager_export.h', |
| 640 'services/view_manager/view_manager_init_service_context.cc', | 639 'services/view_manager/view_manager_init_service_context.cc', |
| 641 'services/view_manager/view_manager_init_service_context.h', | 640 'services/view_manager/view_manager_init_service_context.h', |
| 642 'services/view_manager/view_manager_init_service_impl.cc', | 641 'services/view_manager/view_manager_init_service_impl.cc', |
| 643 'services/view_manager/view_manager_init_service_impl.h', | 642 'services/view_manager/view_manager_init_service_impl.h', |
| 643 'services/view_manager/view_manager_service_delegate_client_impl.cc'
, |
| 644 'services/view_manager/view_manager_service_delegate_client_impl.h', |
| 644 'services/view_manager/view_manager_service_impl.cc', | 645 'services/view_manager/view_manager_service_impl.cc', |
| 645 'services/view_manager/view_manager_service_impl.h', | 646 'services/view_manager/view_manager_service_impl.h', |
| 646 'services/view_manager/window_manager_access_policy.cc', | 647 'services/view_manager/window_manager_access_policy.cc', |
| 647 'services/view_manager/window_manager_access_policy.h', | 648 'services/view_manager/window_manager_access_policy.h', |
| 648 ], | 649 ], |
| 649 'includes': [ | 650 'includes': [ |
| 650 'mojo_public_gles2_for_loadable_module.gypi', | 651 'mojo_public_gles2_for_loadable_module.gypi', |
| 651 ], | 652 ], |
| 652 'defines': [ | 653 'defines': [ |
| 653 'MOJO_VIEW_MANAGER_IMPLEMENTATION', | 654 'MOJO_VIEW_MANAGER_IMPLEMENTATION', |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 708 '../base/base.gyp:base', | 709 '../base/base.gyp:base', |
| 709 '../ui/base/ui_base.gyp:ui_base', | 710 '../ui/base/ui_base.gyp:ui_base', |
| 710 '../ui/gfx/gfx.gyp:gfx', | 711 '../ui/gfx/gfx.gyp:gfx', |
| 711 '../ui/gfx/gfx.gyp:gfx_geometry', | 712 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 712 '../ui/wm/wm.gyp:wm', | 713 '../ui/wm/wm.gyp:wm', |
| 713 'mojo_aura_support', | 714 'mojo_aura_support', |
| 714 'mojo_base.gyp:mojo_application_chromium', | 715 'mojo_base.gyp:mojo_application_chromium', |
| 715 'mojo_base.gyp:mojo_common_lib', | 716 'mojo_base.gyp:mojo_common_lib', |
| 716 'mojo_input_events_lib', | 717 'mojo_input_events_lib', |
| 717 'mojo_view_manager_lib', | 718 'mojo_view_manager_lib', |
| 719 'services/public/mojo_services_public.gyp:mojo_application_bindings'
, |
| 718 'services/public/mojo_services_public.gyp:mojo_core_window_manager_b
indings', | 720 'services/public/mojo_services_public.gyp:mojo_core_window_manager_b
indings', |
| 721 'services/public/mojo_services_public.gyp:mojo_view_manager_bindings
', |
| 719 ], | 722 ], |
| 720 'sources': [ | 723 'sources': [ |
| 724 'services/window_manager/view_manager_service_delegate_impl.cc', |
| 725 'services/window_manager/view_manager_service_delegate_impl.h', |
| 721 'services/window_manager/window_manager_app.cc', | 726 'services/window_manager/window_manager_app.cc', |
| 722 'services/window_manager/window_manager_app.h', | 727 'services/window_manager/window_manager_app.h', |
| 728 'services/window_manager/window_manager_delegate.h', |
| 723 'services/window_manager/window_manager_service_impl.cc', | 729 'services/window_manager/window_manager_service_impl.cc', |
| 724 'services/window_manager/window_manager_service_impl.h', | 730 'services/window_manager/window_manager_service_impl.h', |
| 725 ], | 731 ], |
| 726 }, | 732 }, |
| 727 { | 733 { |
| 728 # GN version: //mojo/services/window_manager | 734 # GN version: //mojo/services/window_manager |
| 729 'target_name': 'mojo_core_window_manager', | 735 'target_name': 'mojo_core_window_manager', |
| 730 'type': 'loadable_module', | 736 'type': 'loadable_module', |
| 731 'dependencies': [ | 737 'dependencies': [ |
| 732 'mojo_core_window_manager_lib', | 738 'mojo_core_window_manager_lib', |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 766 'dependencies': [ | 772 'dependencies': [ |
| 767 '../ui/gfx/x/gfx_x11.gyp:gfx_x11', | 773 '../ui/gfx/x/gfx_x11.gyp:gfx_x11', |
| 768 ], | 774 ], |
| 769 }], | 775 }], |
| 770 ], | 776 ], |
| 771 }, | 777 }, |
| 772 ], | 778 ], |
| 773 }], | 779 }], |
| 774 ], | 780 ], |
| 775 } | 781 } |
| OLD | NEW |