| 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/dbus_echo:bindings | 8 # GN version: //mojo/services/dbus_echo:bindings |
| 9 'target_name': 'mojo_echo_bindings', | 9 'target_name': 'mojo_echo_bindings', |
| 10 'type': 'static_library', | 10 'type': 'static_library', |
| (...skipping 10 matching lines...) Expand all Loading... |
| 21 }, | 21 }, |
| 22 { | 22 { |
| 23 'target_name': 'mojo_html_viewer', | 23 'target_name': 'mojo_html_viewer', |
| 24 'type': 'loadable_module', | 24 'type': 'loadable_module', |
| 25 'dependencies': [ | 25 'dependencies': [ |
| 26 '../net/net.gyp:net', | 26 '../net/net.gyp:net', |
| 27 '../skia/skia.gyp:skia', | 27 '../skia/skia.gyp:skia', |
| 28 '../third_party/WebKit/public/blink.gyp:blink', | 28 '../third_party/WebKit/public/blink.gyp:blink', |
| 29 '../ui/native_theme/native_theme.gyp:native_theme', | 29 '../ui/native_theme/native_theme.gyp:native_theme', |
| 30 '../url/url.gyp:url_lib', | 30 '../url/url.gyp:url_lib', |
| 31 'mojo_application', | 31 'mojo_application_chromium', |
| 32 'mojo_common_lib', | 32 'mojo_common_lib', |
| 33 'mojo_cpp_bindings', | 33 'mojo_cpp_bindings', |
| 34 'mojo_environment_chromium', | 34 'mojo_environment_chromium', |
| 35 'mojo_navigation_bindings', | 35 'mojo_navigation_bindings', |
| 36 'mojo_network_bindings', | 36 'mojo_network_bindings', |
| 37 'mojo_launcher_bindings', | 37 'mojo_launcher_bindings', |
| 38 'mojo_utility', | 38 'mojo_utility', |
| 39 'mojo_view_manager_lib', | 39 'mojo_view_manager_lib', |
| 40 '<(mojo_system_for_loadable_module)', | 40 '<(mojo_system_for_loadable_module)', |
| 41 ], | 41 ], |
| (...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 289 }, | 289 }, |
| 290 { | 290 { |
| 291 'target_name': 'mojo_native_viewport_service', | 291 'target_name': 'mojo_native_viewport_service', |
| 292 # This is linked directly into the embedder, so we make it a component. | 292 # This is linked directly into the embedder, so we make it a component. |
| 293 'type': '<(component)', | 293 'type': '<(component)', |
| 294 'dependencies': [ | 294 'dependencies': [ |
| 295 '../base/base.gyp:base', | 295 '../base/base.gyp:base', |
| 296 '../ui/events/events.gyp:events', | 296 '../ui/events/events.gyp:events', |
| 297 '../ui/gfx/gfx.gyp:gfx', | 297 '../ui/gfx/gfx.gyp:gfx', |
| 298 '../ui/gfx/gfx.gyp:gfx_geometry', | 298 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 299 'mojo_application', | 299 'mojo_application_chromium', |
| 300 'mojo_common_lib', | 300 'mojo_common_lib', |
| 301 'mojo_environment_chromium', | 301 'mojo_environment_chromium', |
| 302 'mojo_geometry_bindings', | 302 'mojo_geometry_bindings', |
| 303 'mojo_geometry_lib', | 303 'mojo_geometry_lib', |
| 304 'mojo_gles2_service', | 304 'mojo_gles2_service', |
| 305 'mojo_input_events_lib', | 305 'mojo_input_events_lib', |
| 306 'mojo_native_viewport_bindings', | 306 'mojo_native_viewport_bindings', |
| 307 '<(mojo_system_for_component)', | 307 '<(mojo_system_for_component)', |
| 308 ], | 308 ], |
| 309 'defines': [ | 309 'defines': [ |
| (...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 377 'mojo_cpp_bindings', | 377 'mojo_cpp_bindings', |
| 378 ], | 378 ], |
| 379 }, | 379 }, |
| 380 { | 380 { |
| 381 'target_name': 'mojo_network_service_lib', | 381 'target_name': 'mojo_network_service_lib', |
| 382 'type': 'static_library', | 382 'type': 'static_library', |
| 383 'dependencies': [ | 383 'dependencies': [ |
| 384 '../base/base.gyp:base', | 384 '../base/base.gyp:base', |
| 385 '../net/net.gyp:net', | 385 '../net/net.gyp:net', |
| 386 '../url/url.gyp:url_lib', | 386 '../url/url.gyp:url_lib', |
| 387 'mojo_application', | 387 'mojo_application_chromium', |
| 388 'mojo_common_lib', | 388 'mojo_common_lib', |
| 389 'mojo_environment_chromium', | 389 'mojo_environment_chromium', |
| 390 'mojo_network_bindings', | 390 'mojo_network_bindings', |
| 391 ], | 391 ], |
| 392 'export_dependent_settings': [ | 392 'export_dependent_settings': [ |
| 393 'mojo_network_bindings', | 393 'mojo_network_bindings', |
| 394 ], | 394 ], |
| 395 'sources': [ | 395 'sources': [ |
| 396 'services/network/cookie_store_impl.cc', | 396 'services/network/cookie_store_impl.cc', |
| 397 'services/network/cookie_store_impl.h', | 397 'services/network/cookie_store_impl.h', |
| (...skipping 21 matching lines...) Expand all Loading... |
| 419 ], | 419 ], |
| 420 }, | 420 }, |
| 421 { | 421 { |
| 422 'target_name': 'mojo_surfaces_service', | 422 'target_name': 'mojo_surfaces_service', |
| 423 'type': 'shared_library', | 423 'type': 'shared_library', |
| 424 'dependencies': [ | 424 'dependencies': [ |
| 425 '../base/base.gyp:base', | 425 '../base/base.gyp:base', |
| 426 '../cc/cc.gyp:cc', | 426 '../cc/cc.gyp:cc', |
| 427 '../cc/cc.gyp:cc_surfaces', | 427 '../cc/cc.gyp:cc_surfaces', |
| 428 '../ui/gfx/gfx.gyp:gfx_geometry', | 428 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 429 'mojo_application', | 429 'mojo_application_chromium', |
| 430 'mojo_cc_support', | 430 'mojo_cc_support', |
| 431 'mojo_environment_chromium', | 431 'mojo_environment_chromium', |
| 432 'mojo_geometry_bindings', | 432 'mojo_geometry_bindings', |
| 433 'mojo_geometry_lib', | 433 'mojo_geometry_lib', |
| 434 'mojo_gles2', | 434 'mojo_gles2', |
| 435 'mojo_surfaces_bindings', | 435 'mojo_surfaces_bindings', |
| 436 'mojo_surfaces_lib', | 436 'mojo_surfaces_lib', |
| 437 'mojo_system_impl', | 437 'mojo_system_impl', |
| 438 ], | 438 ], |
| 439 'sources': [ | 439 'sources': [ |
| (...skipping 26 matching lines...) Expand all Loading... |
| 466 'mojo_cpp_bindings', | 466 'mojo_cpp_bindings', |
| 467 'mojo_navigation_bindings', | 467 'mojo_navigation_bindings', |
| 468 ], | 468 ], |
| 469 }, | 469 }, |
| 470 { | 470 { |
| 471 'target_name': 'mojo_launcher', | 471 'target_name': 'mojo_launcher', |
| 472 'type': 'loadable_module', | 472 'type': 'loadable_module', |
| 473 'dependencies': [ | 473 'dependencies': [ |
| 474 '../base/base.gyp:base', | 474 '../base/base.gyp:base', |
| 475 '../url/url.gyp:url_lib', | 475 '../url/url.gyp:url_lib', |
| 476 'mojo_application', | 476 'mojo_application_chromium', |
| 477 'mojo_cpp_bindings', | 477 'mojo_cpp_bindings', |
| 478 'mojo_environment_chromium', | 478 'mojo_environment_chromium', |
| 479 'mojo_launcher_bindings', | 479 'mojo_launcher_bindings', |
| 480 'mojo_network_bindings', | 480 'mojo_network_bindings', |
| 481 '<(mojo_system_for_loadable_module)', | 481 '<(mojo_system_for_loadable_module)', |
| 482 ], | 482 ], |
| 483 'sources': [ | 483 'sources': [ |
| 484 'services/launcher/launcher.cc', | 484 'services/launcher/launcher.cc', |
| 485 'public/cpp/application/lib/mojo_main_chromium.cc', | 485 'public/cpp/application/lib/mojo_main_chromium.cc', |
| 486 ], | 486 ], |
| (...skipping 18 matching lines...) Expand all Loading... |
| 505 }, | 505 }, |
| 506 { | 506 { |
| 507 'target_name': 'mojo_view_manager_lib', | 507 'target_name': 'mojo_view_manager_lib', |
| 508 'type': 'static_library', | 508 'type': 'static_library', |
| 509 'dependencies': [ | 509 'dependencies': [ |
| 510 '../base/base.gyp:base', | 510 '../base/base.gyp:base', |
| 511 '../skia/skia.gyp:skia', | 511 '../skia/skia.gyp:skia', |
| 512 '../ui/events/events.gyp:events', | 512 '../ui/events/events.gyp:events', |
| 513 '../ui/gfx/gfx.gyp:gfx', | 513 '../ui/gfx/gfx.gyp:gfx', |
| 514 '../ui/gfx/gfx.gyp:gfx_geometry', | 514 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 515 'mojo_application', | 515 'mojo_application_chromium', |
| 516 'mojo_geometry_bindings', | 516 'mojo_geometry_bindings', |
| 517 'mojo_geometry_lib', | 517 'mojo_geometry_lib', |
| 518 'mojo_service_provider_bindings', | 518 'mojo_service_provider_bindings', |
| 519 'mojo_view_manager_bindings', | 519 'mojo_view_manager_bindings', |
| 520 'mojo_view_manager_common', | 520 'mojo_view_manager_common', |
| 521 ], | 521 ], |
| 522 'sources': [ | 522 'sources': [ |
| 523 'services/public/cpp/view_manager/lib/node.cc', | 523 'services/public/cpp/view_manager/lib/node.cc', |
| 524 'services/public/cpp/view_manager/lib/node_observer.cc', | 524 'services/public/cpp/view_manager/lib/node_observer.cc', |
| 525 'services/public/cpp/view_manager/lib/node_private.cc', | 525 'services/public/cpp/view_manager/lib/node_private.cc', |
| (...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 610 ], | 610 ], |
| 611 'dependencies': [ | 611 'dependencies': [ |
| 612 'mojo_cpp_bindings', | 612 'mojo_cpp_bindings', |
| 613 ], | 613 ], |
| 614 }, | 614 }, |
| 615 { | 615 { |
| 616 'target_name': 'mojo_test_app', | 616 'target_name': 'mojo_test_app', |
| 617 'type': 'loadable_module', | 617 'type': 'loadable_module', |
| 618 'dependencies': [ | 618 'dependencies': [ |
| 619 '../base/base.gyp:base', | 619 '../base/base.gyp:base', |
| 620 'mojo_application', | 620 'mojo_application_standalone', |
| 621 'mojo_environment_standalone', | 621 'mojo_environment_standalone', |
| 622 'mojo_test_service_bindings', | 622 'mojo_test_service_bindings', |
| 623 'mojo_utility', | 623 'mojo_utility', |
| 624 '<(mojo_system_for_loadable_module)', | 624 '<(mojo_system_for_loadable_module)', |
| 625 ], | 625 ], |
| 626 'sources': [ | 626 'sources': [ |
| 627 'public/cpp/application/lib/mojo_main_standalone.cc', | 627 'public/cpp/application/lib/mojo_main_standalone.cc', |
| 628 'services/test_service/test_request_tracker_client_impl.cc', | 628 'services/test_service/test_request_tracker_client_impl.cc', |
| 629 'services/test_service/test_request_tracker_client_impl.h', | 629 'services/test_service/test_request_tracker_client_impl.h', |
| 630 'services/test_service/test_service_application.cc', | 630 'services/test_service/test_service_application.cc', |
| 631 'services/test_service/test_service_application.h', | 631 'services/test_service/test_service_application.h', |
| 632 'services/test_service/test_service_impl.cc', | 632 'services/test_service/test_service_impl.cc', |
| 633 'services/test_service/test_service_impl.h', | 633 'services/test_service/test_service_impl.h', |
| 634 'services/test_service/test_time_service_impl.cc', | 634 'services/test_service/test_time_service_impl.cc', |
| 635 'services/test_service/test_time_service_impl.h', | 635 'services/test_service/test_time_service_impl.h', |
| 636 ], | 636 ], |
| 637 }, | 637 }, |
| 638 { | 638 { |
| 639 'target_name': 'mojo_test_request_tracker_app', | 639 'target_name': 'mojo_test_request_tracker_app', |
| 640 'type': 'loadable_module', | 640 'type': 'loadable_module', |
| 641 'dependencies': [ | 641 'dependencies': [ |
| 642 '../base/base.gyp:base', | 642 '../base/base.gyp:base', |
| 643 'mojo_application', | 643 'mojo_application_standalone', |
| 644 'mojo_environment_standalone', | 644 'mojo_environment_standalone', |
| 645 'mojo_test_service_bindings', | 645 'mojo_test_service_bindings', |
| 646 'mojo_utility', | 646 'mojo_utility', |
| 647 '<(mojo_system_for_loadable_module)', | 647 '<(mojo_system_for_loadable_module)', |
| 648 ], | 648 ], |
| 649 'sources': [ | 649 'sources': [ |
| 650 'public/cpp/application/lib/mojo_main_standalone.cc', | 650 'public/cpp/application/lib/mojo_main_standalone.cc', |
| 651 'services/test_service/test_request_tracker_client_impl.cc', | 651 'services/test_service/test_request_tracker_client_impl.cc', |
| 652 'services/test_service/test_request_tracker_client_impl.h', | 652 'services/test_service/test_request_tracker_client_impl.h', |
| 653 'services/test_service/test_request_tracker_application.cc', | 653 'services/test_service/test_request_tracker_application.cc', |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 686 '../skia/skia.gyp:skia', | 686 '../skia/skia.gyp:skia', |
| 687 '../ui/aura/aura.gyp:aura', | 687 '../ui/aura/aura.gyp:aura', |
| 688 '../ui/base/ui_base.gyp:ui_base', | 688 '../ui/base/ui_base.gyp:ui_base', |
| 689 '../ui/compositor/compositor.gyp:compositor', | 689 '../ui/compositor/compositor.gyp:compositor', |
| 690 '../ui/events/events.gyp:events', | 690 '../ui/events/events.gyp:events', |
| 691 '../ui/events/events.gyp:events_base', | 691 '../ui/events/events.gyp:events_base', |
| 692 '../ui/gfx/gfx.gyp:gfx', | 692 '../ui/gfx/gfx.gyp:gfx', |
| 693 '../ui/gfx/gfx.gyp:gfx_geometry', | 693 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 694 '../ui/gl/gl.gyp:gl', | 694 '../ui/gl/gl.gyp:gl', |
| 695 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', | 695 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', |
| 696 'mojo_application', | 696 'mojo_application_chromium', |
| 697 'mojo_cc_support', | 697 'mojo_cc_support', |
| 698 'mojo_common_lib', | 698 'mojo_common_lib', |
| 699 'mojo_environment_chromium', | 699 'mojo_environment_chromium', |
| 700 'mojo_geometry_bindings', | 700 'mojo_geometry_bindings', |
| 701 'mojo_geometry_lib', | 701 'mojo_geometry_lib', |
| 702 'mojo_gles2', | 702 'mojo_gles2', |
| 703 'mojo_input_events_bindings', | 703 'mojo_input_events_bindings', |
| 704 'mojo_input_events_lib', | 704 'mojo_input_events_lib', |
| 705 'mojo_native_viewport_bindings', | 705 'mojo_native_viewport_bindings', |
| 706 'mojo_view_manager_bindings', | 706 'mojo_view_manager_bindings', |
| (...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 770 'target_name': 'mojo_view_manager_unittests', | 770 'target_name': 'mojo_view_manager_unittests', |
| 771 'type': 'executable', | 771 'type': 'executable', |
| 772 'dependencies': [ | 772 'dependencies': [ |
| 773 '../base/base.gyp:base', | 773 '../base/base.gyp:base', |
| 774 '../base/base.gyp:test_support_base', | 774 '../base/base.gyp:test_support_base', |
| 775 '../skia/skia.gyp:skia', | 775 '../skia/skia.gyp:skia', |
| 776 '../testing/gtest.gyp:gtest', | 776 '../testing/gtest.gyp:gtest', |
| 777 '../ui/aura/aura.gyp:aura', | 777 '../ui/aura/aura.gyp:aura', |
| 778 '../ui/gfx/gfx.gyp:gfx_geometry', | 778 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 779 '../ui/gl/gl.gyp:gl', | 779 '../ui/gl/gl.gyp:gl', |
| 780 'mojo_application', | 780 'mojo_application_chromium', |
| 781 'mojo_environment_chromium', | 781 'mojo_environment_chromium', |
| 782 'mojo_geometry_bindings', | 782 'mojo_geometry_bindings', |
| 783 'mojo_geometry_lib', | 783 'mojo_geometry_lib', |
| 784 'mojo_input_events_bindings', | 784 'mojo_input_events_bindings', |
| 785 'mojo_input_events_lib', | 785 'mojo_input_events_lib', |
| 786 'mojo_service_manager', | 786 'mojo_service_manager', |
| 787 'mojo_shell_test_support', | 787 'mojo_shell_test_support', |
| 788 'mojo_system_impl', | 788 'mojo_system_impl', |
| 789 'mojo_view_manager_bindings', | 789 'mojo_view_manager_bindings', |
| 790 'mojo_view_manager_common', | 790 'mojo_view_manager_common', |
| (...skipping 14 matching lines...) Expand all Loading... |
| 805 }, | 805 }, |
| 806 { | 806 { |
| 807 'target_name': 'mojo_core_window_manager_lib', | 807 'target_name': 'mojo_core_window_manager_lib', |
| 808 'type': 'static_library', | 808 'type': 'static_library', |
| 809 'dependencies': [ | 809 'dependencies': [ |
| 810 '../base/base.gyp:base', | 810 '../base/base.gyp:base', |
| 811 '../ui/base/ui_base.gyp:ui_base', | 811 '../ui/base/ui_base.gyp:ui_base', |
| 812 '../ui/gfx/gfx.gyp:gfx', | 812 '../ui/gfx/gfx.gyp:gfx', |
| 813 '../ui/gfx/gfx.gyp:gfx_geometry', | 813 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 814 '../ui/wm/wm.gyp:wm', | 814 '../ui/wm/wm.gyp:wm', |
| 815 'mojo_application', | 815 'mojo_application_chromium', |
| 816 'mojo_aura_support', | 816 'mojo_aura_support', |
| 817 'mojo_common_lib', | 817 'mojo_common_lib', |
| 818 'mojo_core_window_manager_bindings', | 818 'mojo_core_window_manager_bindings', |
| 819 'mojo_environment_chromium', | 819 'mojo_environment_chromium', |
| 820 'mojo_view_manager_lib', | 820 'mojo_view_manager_lib', |
| 821 ], | 821 ], |
| 822 'sources': [ | 822 'sources': [ |
| 823 'services/window_manager/window_manager_app.cc', | 823 'services/window_manager/window_manager_app.cc', |
| 824 'services/window_manager/window_manager_app.h', | 824 'services/window_manager/window_manager_app.h', |
| 825 'services/window_manager/window_manager_service_impl.cc', | 825 'services/window_manager/window_manager_service_impl.cc', |
| (...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 875 }], | 875 }], |
| 876 ['OS=="linux"', { | 876 ['OS=="linux"', { |
| 877 'targets': [ | 877 'targets': [ |
| 878 { | 878 { |
| 879 'target_name': 'mojo_dbus_echo_service', | 879 'target_name': 'mojo_dbus_echo_service', |
| 880 'type': 'executable', | 880 'type': 'executable', |
| 881 'dependencies': [ | 881 'dependencies': [ |
| 882 '../base/base.gyp:base', | 882 '../base/base.gyp:base', |
| 883 '../build/linux/system.gyp:dbus', | 883 '../build/linux/system.gyp:dbus', |
| 884 '../dbus/dbus.gyp:dbus', | 884 '../dbus/dbus.gyp:dbus', |
| 885 'mojo_application', | 885 'mojo_application_chromium', |
| 886 'mojo_common_lib', | 886 'mojo_common_lib', |
| 887 'mojo_dbus_service', | 887 'mojo_dbus_service', |
| 888 'mojo_echo_bindings', | 888 'mojo_echo_bindings', |
| 889 'mojo_environment_chromium', | 889 'mojo_environment_chromium', |
| 890 'mojo_system_impl', | 890 'mojo_system_impl', |
| 891 ], | 891 ], |
| 892 'sources': [ | 892 'sources': [ |
| 893 'services/dbus_echo/dbus_echo_service.cc', | 893 'services/dbus_echo/dbus_echo_service.cc', |
| 894 ], | 894 ], |
| 895 }, | 895 }, |
| 896 ], | 896 ], |
| 897 }], | 897 }], |
| 898 ], | 898 ], |
| 899 } | 899 } |
| OLD | NEW |