| 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 12 matching lines...) Expand all Loading... |
| 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_base.gyp:mojo_common_lib', | 31 'mojo_base.gyp:mojo_common_lib', |
| 32 'mojo_base.gyp:mojo_cpp_bindings', | 32 'mojo_base.gyp:mojo_cpp_bindings', |
| 33 'mojo_base.gyp:mojo_environment_chromium', | |
| 34 'mojo_base.gyp:mojo_utility', | 33 'mojo_base.gyp:mojo_utility', |
| 35 'mojo_base.gyp:mojo_application_chromium', | 34 'mojo_base.gyp:mojo_application_chromium', |
| 36 'mojo_navigation_bindings', | 35 'mojo_navigation_bindings', |
| 37 'mojo_network_bindings', | 36 'mojo_network_bindings', |
| 38 'mojo_launcher_bindings', | 37 'mojo_launcher_bindings', |
| 39 'mojo_view_manager_lib', | 38 'mojo_view_manager_lib', |
| 40 '<(mojo_system_for_loadable_module)', | 39 '<(mojo_system_for_loadable_module)', |
| 41 ], | 40 ], |
| 42 'include_dirs': [ | 41 'include_dirs': [ |
| 43 'third_party/WebKit' | 42 'third_party/WebKit' |
| 44 ], | 43 ], |
| 45 'sources': [ | 44 'sources': [ |
| 46 'public/cpp/application/lib/mojo_main_chromium.cc', | |
| 47 'services/html_viewer/blink_input_events_type_converters.cc', | 45 'services/html_viewer/blink_input_events_type_converters.cc', |
| 48 'services/html_viewer/blink_input_events_type_converters.h', | 46 'services/html_viewer/blink_input_events_type_converters.h', |
| 49 'services/html_viewer/blink_platform_impl.cc', | 47 'services/html_viewer/blink_platform_impl.cc', |
| 50 'services/html_viewer/blink_platform_impl.h', | 48 'services/html_viewer/blink_platform_impl.h', |
| 51 'services/html_viewer/blink_url_request_type_converters.cc', | 49 'services/html_viewer/blink_url_request_type_converters.cc', |
| 52 'services/html_viewer/blink_url_request_type_converters.h', | 50 'services/html_viewer/blink_url_request_type_converters.h', |
| 53 'services/html_viewer/html_viewer.cc', | 51 'services/html_viewer/html_viewer.cc', |
| 54 'services/html_viewer/html_document_view.cc', | 52 'services/html_viewer/html_document_view.cc', |
| 55 'services/html_viewer/html_document_view.h', | 53 'services/html_viewer/html_document_view.h', |
| 56 'services/html_viewer/webcookiejar_impl.cc', | 54 'services/html_viewer/webcookiejar_impl.cc', |
| (...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 259 # This is linked directly into the embedder, so we make it a static_librar
y. | 257 # This is linked directly into the embedder, so we make it a static_librar
y. |
| 260 # TODO(davemoore): Make this a true service. | 258 # TODO(davemoore): Make this a true service. |
| 261 'type': 'static_library', | 259 'type': 'static_library', |
| 262 'dependencies': [ | 260 'dependencies': [ |
| 263 '../base/base.gyp:base', | 261 '../base/base.gyp:base', |
| 264 '../ui/events/events.gyp:events', | 262 '../ui/events/events.gyp:events', |
| 265 '../ui/gfx/gfx.gyp:gfx', | 263 '../ui/gfx/gfx.gyp:gfx', |
| 266 '../ui/gfx/gfx.gyp:gfx_geometry', | 264 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 267 'mojo_base.gyp:mojo_application_chromium', | 265 'mojo_base.gyp:mojo_application_chromium', |
| 268 'mojo_base.gyp:mojo_common_lib', | 266 'mojo_base.gyp:mojo_common_lib', |
| 269 'mojo_base.gyp:mojo_environment_chromium', | |
| 270 'mojo_geometry_bindings', | 267 'mojo_geometry_bindings', |
| 271 'mojo_geometry_lib', | 268 'mojo_geometry_lib', |
| 272 'mojo_gles2_service', | 269 'mojo_gles2_service', |
| 273 'mojo_gpu_bindings', | 270 'mojo_gpu_bindings', |
| 274 'mojo_input_events_lib', | 271 'mojo_input_events_lib', |
| 275 'mojo_native_viewport_bindings', | 272 'mojo_native_viewport_bindings', |
| 276 ], | 273 ], |
| 277 'sources': [ | 274 'sources': [ |
| 278 'services/native_viewport/gpu_impl.cc', | 275 'services/native_viewport/gpu_impl.cc', |
| 279 'services/native_viewport/gpu_impl.h', | 276 'services/native_viewport/gpu_impl.h', |
| (...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 369 }, | 366 }, |
| 370 { | 367 { |
| 371 # GN version: //mojo/services/network | 368 # GN version: //mojo/services/network |
| 372 'target_name': 'mojo_network_service_lib', | 369 'target_name': 'mojo_network_service_lib', |
| 373 'type': 'static_library', | 370 'type': 'static_library', |
| 374 'dependencies': [ | 371 'dependencies': [ |
| 375 '../base/base.gyp:base', | 372 '../base/base.gyp:base', |
| 376 '../net/net.gyp:net', | 373 '../net/net.gyp:net', |
| 377 '../url/url.gyp:url_lib', | 374 '../url/url.gyp:url_lib', |
| 378 'mojo_base.gyp:mojo_common_lib', | 375 'mojo_base.gyp:mojo_common_lib', |
| 379 'mojo_base.gyp:mojo_environment_chromium', | |
| 380 'mojo_base.gyp:mojo_application_chromium', | 376 'mojo_base.gyp:mojo_application_chromium', |
| 381 'mojo_network_bindings', | 377 'mojo_network_bindings', |
| 382 ], | 378 ], |
| 383 'export_dependent_settings': [ | 379 'export_dependent_settings': [ |
| 384 'mojo_network_bindings', | 380 'mojo_network_bindings', |
| 385 ], | 381 ], |
| 386 'sources': [ | 382 'sources': [ |
| 387 'services/network/cookie_store_impl.cc', | 383 'services/network/cookie_store_impl.cc', |
| 388 'services/network/cookie_store_impl.h', | 384 'services/network/cookie_store_impl.h', |
| 389 'services/network/network_context.cc', | 385 'services/network/network_context.cc', |
| (...skipping 21 matching lines...) Expand all Loading... |
| 411 }, | 407 }, |
| 412 { | 408 { |
| 413 # GN version: //mojo/services/surfaces | 409 # GN version: //mojo/services/surfaces |
| 414 'target_name': 'mojo_surfaces_service', | 410 'target_name': 'mojo_surfaces_service', |
| 415 'type': 'loadable_module', | 411 'type': 'loadable_module', |
| 416 'dependencies': [ | 412 'dependencies': [ |
| 417 '../base/base.gyp:base', | 413 '../base/base.gyp:base', |
| 418 '../cc/cc.gyp:cc', | 414 '../cc/cc.gyp:cc', |
| 419 '../cc/cc.gyp:cc_surfaces', | 415 '../cc/cc.gyp:cc_surfaces', |
| 420 '../ui/gfx/gfx.gyp:gfx_geometry', | 416 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 421 'mojo_base.gyp:mojo_environment_chromium', | |
| 422 'mojo_base.gyp:mojo_application_chromium', | 417 'mojo_base.gyp:mojo_application_chromium', |
| 423 'mojo_cc_support', | 418 'mojo_cc_support', |
| 424 'mojo_geometry_bindings', | 419 'mojo_geometry_bindings', |
| 425 'mojo_geometry_lib', | 420 'mojo_geometry_lib', |
| 426 'mojo_gpu_bindings', | 421 'mojo_gpu_bindings', |
| 427 'mojo_surfaces_bindings', | 422 'mojo_surfaces_bindings', |
| 428 'mojo_surfaces_lib', | 423 'mojo_surfaces_lib', |
| 429 '<(mojo_gles2_for_loadable_module)', | 424 '<(mojo_gles2_for_loadable_module)', |
| 430 '<(mojo_system_for_loadable_module)', | 425 '<(mojo_system_for_loadable_module)', |
| 431 ], | 426 ], |
| 432 'sources': [ | 427 'sources': [ |
| 433 'services/surfaces/surfaces_impl.cc', | 428 'services/surfaces/surfaces_impl.cc', |
| 434 'services/surfaces/surfaces_impl.h', | 429 'services/surfaces/surfaces_impl.h', |
| 435 'services/surfaces/surfaces_service_application.cc', | 430 'services/surfaces/surfaces_service_application.cc', |
| 436 'services/surfaces/surfaces_service_application.h', | 431 'services/surfaces/surfaces_service_application.h', |
| 437 'public/cpp/application/lib/mojo_main_chromium.cc', | |
| 438 ], | 432 ], |
| 439 }, | 433 }, |
| 440 { | 434 { |
| 441 # GN version: //mojo/services/public/cpp/view_manager:common | 435 # GN version: //mojo/services/public/cpp/view_manager:common |
| 442 'target_name': 'mojo_view_manager_common', | 436 'target_name': 'mojo_view_manager_common', |
| 443 'type': 'static_library', | 437 'type': 'static_library', |
| 444 'sources': [ | 438 'sources': [ |
| 445 'services/public/cpp/view_manager/types.h', | 439 'services/public/cpp/view_manager/types.h', |
| 446 ], | 440 ], |
| 447 }, | 441 }, |
| (...skipping 13 matching lines...) Expand all Loading... |
| 461 'mojo_navigation_bindings', | 455 'mojo_navigation_bindings', |
| 462 ], | 456 ], |
| 463 }, | 457 }, |
| 464 { | 458 { |
| 465 'target_name': 'mojo_launcher', | 459 'target_name': 'mojo_launcher', |
| 466 'type': 'loadable_module', | 460 'type': 'loadable_module', |
| 467 'dependencies': [ | 461 'dependencies': [ |
| 468 '../base/base.gyp:base', | 462 '../base/base.gyp:base', |
| 469 '../url/url.gyp:url_lib', | 463 '../url/url.gyp:url_lib', |
| 470 'mojo_base.gyp:mojo_cpp_bindings', | 464 'mojo_base.gyp:mojo_cpp_bindings', |
| 471 'mojo_base.gyp:mojo_environment_chromium', | |
| 472 'mojo_base.gyp:mojo_application_chromium', | 465 'mojo_base.gyp:mojo_application_chromium', |
| 473 'mojo_launcher_bindings', | 466 'mojo_launcher_bindings', |
| 474 'mojo_network_bindings', | 467 'mojo_network_bindings', |
| 475 '<(mojo_system_for_loadable_module)', | 468 '<(mojo_system_for_loadable_module)', |
| 476 ], | 469 ], |
| 477 'sources': [ | 470 'sources': [ |
| 478 'services/launcher/launcher.cc', | 471 'services/launcher/launcher.cc', |
| 479 'public/cpp/application/lib/mojo_main_chromium.cc', | |
| 480 ], | 472 ], |
| 481 }, | 473 }, |
| 482 { | 474 { |
| 483 # GN version: //mojo/services/public/interfaces/view_manager | 475 # GN version: //mojo/services/public/interfaces/view_manager |
| 484 'target_name': 'mojo_view_manager_bindings', | 476 'target_name': 'mojo_view_manager_bindings', |
| 485 'type': 'static_library', | 477 'type': 'static_library', |
| 486 'sources': [ | 478 'sources': [ |
| 487 'services/public/interfaces/view_manager/view_manager.mojom', | 479 'services/public/interfaces/view_manager/view_manager.mojom', |
| 488 'services/public/interfaces/view_manager/view_manager_constants.mojom', | 480 'services/public/interfaces/view_manager/view_manager_constants.mojom', |
| 489 ], | 481 ], |
| (...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 602 'dependencies': [ | 594 'dependencies': [ |
| 603 'mojo_base.gyp:mojo_cpp_bindings', | 595 'mojo_base.gyp:mojo_cpp_bindings', |
| 604 ], | 596 ], |
| 605 }, | 597 }, |
| 606 { | 598 { |
| 607 # GN version: //mojo/services/test_service | 599 # GN version: //mojo/services/test_service |
| 608 'target_name': 'mojo_test_app', | 600 'target_name': 'mojo_test_app', |
| 609 'type': 'loadable_module', | 601 'type': 'loadable_module', |
| 610 'dependencies': [ | 602 'dependencies': [ |
| 611 '../base/base.gyp:base', | 603 '../base/base.gyp:base', |
| 612 'mojo_base.gyp:mojo_environment_standalone', | |
| 613 'mojo_base.gyp:mojo_utility', | 604 'mojo_base.gyp:mojo_utility', |
| 614 'mojo_base.gyp:mojo_application_standalone', | 605 'mojo_base.gyp:mojo_application_standalone', |
| 615 'mojo_test_service_bindings', | 606 'mojo_test_service_bindings', |
| 616 '<(mojo_system_for_loadable_module)', | 607 '<(mojo_system_for_loadable_module)', |
| 617 ], | 608 ], |
| 618 'sources': [ | 609 'sources': [ |
| 619 'public/cpp/application/lib/mojo_main_standalone.cc', | |
| 620 'services/test_service/test_request_tracker_client_impl.cc', | 610 'services/test_service/test_request_tracker_client_impl.cc', |
| 621 'services/test_service/test_request_tracker_client_impl.h', | 611 'services/test_service/test_request_tracker_client_impl.h', |
| 622 'services/test_service/test_service_application.cc', | 612 'services/test_service/test_service_application.cc', |
| 623 'services/test_service/test_service_application.h', | 613 'services/test_service/test_service_application.h', |
| 624 'services/test_service/test_service_impl.cc', | 614 'services/test_service/test_service_impl.cc', |
| 625 'services/test_service/test_service_impl.h', | 615 'services/test_service/test_service_impl.h', |
| 626 'services/test_service/test_time_service_impl.cc', | 616 'services/test_service/test_time_service_impl.cc', |
| 627 'services/test_service/test_time_service_impl.h', | 617 'services/test_service/test_time_service_impl.h', |
| 628 ], | 618 ], |
| 629 }, | 619 }, |
| 630 { | 620 { |
| 631 # GN version: //mojo/services/test_service:request_tracker | 621 # GN version: //mojo/services/test_service:request_tracker |
| 632 'target_name': 'mojo_test_request_tracker_app', | 622 'target_name': 'mojo_test_request_tracker_app', |
| 633 'type': 'loadable_module', | 623 'type': 'loadable_module', |
| 634 'dependencies': [ | 624 'dependencies': [ |
| 635 '../base/base.gyp:base', | 625 '../base/base.gyp:base', |
| 636 'mojo_base.gyp:mojo_environment_standalone', | |
| 637 'mojo_base.gyp:mojo_utility', | 626 'mojo_base.gyp:mojo_utility', |
| 638 'mojo_base.gyp:mojo_application_standalone', | 627 'mojo_base.gyp:mojo_application_standalone', |
| 639 'mojo_test_service_bindings', | 628 'mojo_test_service_bindings', |
| 640 '<(mojo_system_for_loadable_module)', | 629 '<(mojo_system_for_loadable_module)', |
| 641 ], | 630 ], |
| 642 'sources': [ | 631 'sources': [ |
| 643 'public/cpp/application/lib/mojo_main_standalone.cc', | |
| 644 'services/test_service/test_request_tracker_client_impl.cc', | 632 'services/test_service/test_request_tracker_client_impl.cc', |
| 645 'services/test_service/test_request_tracker_client_impl.h', | 633 'services/test_service/test_request_tracker_client_impl.h', |
| 646 'services/test_service/test_request_tracker_application.cc', | 634 'services/test_service/test_request_tracker_application.cc', |
| 647 'services/test_service/test_request_tracker_application.h', | 635 'services/test_service/test_request_tracker_application.h', |
| 648 'services/test_service/test_time_service_impl.cc', | 636 'services/test_service/test_time_service_impl.cc', |
| 649 'services/test_service/test_time_service_impl.h', | 637 'services/test_service/test_time_service_impl.h', |
| 650 'services/test_service/test_request_tracker_impl.cc', | 638 'services/test_service/test_request_tracker_impl.cc', |
| 651 'services/test_service/test_request_tracker_impl.h', | 639 'services/test_service/test_request_tracker_impl.h', |
| 652 ], | 640 ], |
| 653 }, | 641 }, |
| (...skipping 27 matching lines...) Expand all Loading... |
| 681 '../ui/aura/aura.gyp:aura', | 669 '../ui/aura/aura.gyp:aura', |
| 682 '../ui/base/ui_base.gyp:ui_base', | 670 '../ui/base/ui_base.gyp:ui_base', |
| 683 '../ui/compositor/compositor.gyp:compositor', | 671 '../ui/compositor/compositor.gyp:compositor', |
| 684 '../ui/events/events.gyp:events', | 672 '../ui/events/events.gyp:events', |
| 685 '../ui/events/events.gyp:events_base', | 673 '../ui/events/events.gyp:events_base', |
| 686 '../ui/gfx/gfx.gyp:gfx', | 674 '../ui/gfx/gfx.gyp:gfx', |
| 687 '../ui/gfx/gfx.gyp:gfx_geometry', | 675 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 688 '../ui/gl/gl.gyp:gl', | 676 '../ui/gl/gl.gyp:gl', |
| 689 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', | 677 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', |
| 690 'mojo_base.gyp:mojo_common_lib', | 678 'mojo_base.gyp:mojo_common_lib', |
| 691 'mojo_base.gyp:mojo_environment_chromium', | |
| 692 'mojo_base.gyp:mojo_application_chromium', | 679 'mojo_base.gyp:mojo_application_chromium', |
| 693 'mojo_cc_support', | 680 'mojo_cc_support', |
| 694 'mojo_geometry_bindings', | 681 'mojo_geometry_bindings', |
| 695 'mojo_geometry_lib', | 682 'mojo_geometry_lib', |
| 696 'mojo_input_events_bindings', | 683 'mojo_input_events_bindings', |
| 697 'mojo_input_events_lib', | 684 'mojo_input_events_lib', |
| 698 'mojo_native_viewport_bindings', | 685 'mojo_native_viewport_bindings', |
| 699 'mojo_view_manager_bindings', | 686 'mojo_view_manager_bindings', |
| 700 'mojo_view_manager_common', | 687 'mojo_view_manager_common', |
| 701 'mojo_gpu_bindings', | 688 'mojo_gpu_bindings', |
| 702 '<(mojo_gles2_for_component)', | 689 '<(mojo_gles2_for_component)', |
| 703 '<(mojo_system_for_component)', | 690 '<(mojo_system_for_component)', |
| 704 ], | 691 ], |
| 705 'sources': [ | 692 'sources': [ |
| 706 'public/cpp/application/lib/mojo_main_chromium.cc', | |
| 707 'services/view_manager/access_policy.h', | 693 'services/view_manager/access_policy.h', |
| 708 'services/view_manager/access_policy_delegate.h', | 694 'services/view_manager/access_policy_delegate.h', |
| 709 'services/view_manager/default_access_policy.cc', | 695 'services/view_manager/default_access_policy.cc', |
| 710 'services/view_manager/default_access_policy.h', | 696 'services/view_manager/default_access_policy.h', |
| 711 'services/view_manager/window_manager_access_policy.cc', | 697 'services/view_manager/window_manager_access_policy.cc', |
| 712 'services/view_manager/window_manager_access_policy.h', | 698 'services/view_manager/window_manager_access_policy.h', |
| 713 'services/view_manager/ids.h', | 699 'services/view_manager/ids.h', |
| 714 'services/view_manager/main.cc', | 700 'services/view_manager/main.cc', |
| 715 'services/view_manager/node.cc', | 701 'services/view_manager/node.cc', |
| 716 'services/view_manager/node.h', | 702 'services/view_manager/node.h', |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 771 'dependencies': [ | 757 'dependencies': [ |
| 772 '../base/base.gyp:base', | 758 '../base/base.gyp:base', |
| 773 '../base/base.gyp:test_support_base', | 759 '../base/base.gyp:test_support_base', |
| 774 '../skia/skia.gyp:skia', | 760 '../skia/skia.gyp:skia', |
| 775 '../testing/gtest.gyp:gtest', | 761 '../testing/gtest.gyp:gtest', |
| 776 '../ui/aura/aura.gyp:aura', | 762 '../ui/aura/aura.gyp:aura', |
| 777 '../ui/gfx/gfx.gyp:gfx_geometry', | 763 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 778 '../ui/gl/gl.gyp:gl', | 764 '../ui/gl/gl.gyp:gl', |
| 779 'mojo_application_manager', | 765 'mojo_application_manager', |
| 780 'mojo_base.gyp:mojo_system_impl', | 766 'mojo_base.gyp:mojo_system_impl', |
| 781 'mojo_base.gyp:mojo_environment_chromium', | |
| 782 'mojo_base.gyp:mojo_application_chromium', | 767 'mojo_base.gyp:mojo_application_chromium', |
| 783 'mojo_geometry_bindings', | 768 'mojo_geometry_bindings', |
| 784 'mojo_geometry_lib', | 769 'mojo_geometry_lib', |
| 785 'mojo_input_events_bindings', | 770 'mojo_input_events_bindings', |
| 786 'mojo_input_events_lib', | 771 'mojo_input_events_lib', |
| 787 'mojo_shell_test_support', | 772 'mojo_shell_test_support', |
| 788 'mojo_view_manager_bindings', | 773 'mojo_view_manager_bindings', |
| 789 'mojo_view_manager_common', | 774 'mojo_view_manager_common', |
| 790 'mojo_view_manager_run_unittests', | 775 'mojo_view_manager_run_unittests', |
| 791 ], | 776 ], |
| (...skipping 13 matching lines...) Expand all Loading... |
| 805 { | 790 { |
| 806 'target_name': 'mojo_core_window_manager_lib', | 791 'target_name': 'mojo_core_window_manager_lib', |
| 807 'type': 'static_library', | 792 'type': 'static_library', |
| 808 'dependencies': [ | 793 'dependencies': [ |
| 809 '../base/base.gyp:base', | 794 '../base/base.gyp:base', |
| 810 '../ui/base/ui_base.gyp:ui_base', | 795 '../ui/base/ui_base.gyp:ui_base', |
| 811 '../ui/gfx/gfx.gyp:gfx', | 796 '../ui/gfx/gfx.gyp:gfx', |
| 812 '../ui/gfx/gfx.gyp:gfx_geometry', | 797 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 813 '../ui/wm/wm.gyp:wm', | 798 '../ui/wm/wm.gyp:wm', |
| 814 'mojo_base.gyp:mojo_common_lib', | 799 'mojo_base.gyp:mojo_common_lib', |
| 815 'mojo_base.gyp:mojo_environment_chromium', | |
| 816 'mojo_base.gyp:mojo_application_chromium', | 800 'mojo_base.gyp:mojo_application_chromium', |
| 817 'mojo_aura_support', | 801 'mojo_aura_support', |
| 818 'mojo_core_window_manager_bindings', | 802 'mojo_core_window_manager_bindings', |
| 819 'mojo_input_events_lib', | 803 'mojo_input_events_lib', |
| 820 'mojo_view_manager_lib', | 804 'mojo_view_manager_lib', |
| 821 ], | 805 ], |
| 822 'sources': [ | 806 'sources': [ |
| 823 'services/window_manager/window_manager_app.cc', | 807 'services/window_manager/window_manager_app.cc', |
| 824 'services/window_manager/window_manager_app.h', | 808 'services/window_manager/window_manager_app.h', |
| 825 'services/window_manager/window_manager_service_impl.cc', | 809 'services/window_manager/window_manager_service_impl.cc', |
| 826 'services/window_manager/window_manager_service_impl.h', | 810 'services/window_manager/window_manager_service_impl.h', |
| 827 ], | 811 ], |
| 828 }, | 812 }, |
| 829 { | 813 { |
| 830 'target_name': 'mojo_core_window_manager', | 814 'target_name': 'mojo_core_window_manager', |
| 831 'type': 'loadable_module', | 815 'type': 'loadable_module', |
| 832 'dependencies': [ | 816 'dependencies': [ |
| 833 'mojo_core_window_manager_lib', | 817 'mojo_core_window_manager_lib', |
| 834 '<(mojo_system_for_loadable_module)', | 818 '<(mojo_system_for_loadable_module)', |
| 835 ], | 819 ], |
| 836 'sources': [ | 820 'sources': [ |
| 837 'public/cpp/application/lib/mojo_main_chromium.cc', | |
| 838 'services/window_manager/main.cc', | 821 'services/window_manager/main.cc', |
| 839 ], | 822 ], |
| 840 }, | 823 }, |
| 841 { | 824 { |
| 842 'target_name': 'mojo_core_window_manager_unittests', | 825 'target_name': 'mojo_core_window_manager_unittests', |
| 843 'type': 'executable', | 826 'type': 'executable', |
| 844 'dependencies': [ | 827 'dependencies': [ |
| 845 '../base/base.gyp:test_support_base', | 828 '../base/base.gyp:test_support_base', |
| 846 '../testing/gtest.gyp:gtest', | 829 '../testing/gtest.gyp:gtest', |
| 847 '../ui/gl/gl.gyp:gl', | 830 '../ui/gl/gl.gyp:gl', |
| (...skipping 28 matching lines...) Expand all Loading... |
| 876 ['OS=="linux"', { | 859 ['OS=="linux"', { |
| 877 'targets': [ | 860 'targets': [ |
| 878 { | 861 { |
| 879 'target_name': 'mojo_dbus_echo_service', | 862 'target_name': 'mojo_dbus_echo_service', |
| 880 'type': 'executable', | 863 'type': 'executable', |
| 881 'dependencies': [ | 864 'dependencies': [ |
| 882 '../base/base.gyp:base', | 865 '../base/base.gyp:base', |
| 883 '../build/linux/system.gyp:dbus', | 866 '../build/linux/system.gyp:dbus', |
| 884 '../dbus/dbus.gyp:dbus', | 867 '../dbus/dbus.gyp:dbus', |
| 885 'mojo_base.gyp:mojo_common_lib', | 868 'mojo_base.gyp:mojo_common_lib', |
| 886 'mojo_base.gyp:mojo_environment_chromium', | |
| 887 'mojo_base.gyp:mojo_system_impl', | 869 'mojo_base.gyp:mojo_system_impl', |
| 888 'mojo_base.gyp:mojo_application_chromium', | 870 'mojo_base.gyp:mojo_application_chromium', |
| 889 'mojo_dbus_service', | 871 'mojo_dbus_service', |
| 890 'mojo_echo_bindings', | 872 'mojo_echo_bindings', |
| 891 ], | 873 ], |
| 892 'sources': [ | 874 'sources': [ |
| 893 'services/dbus_echo/dbus_echo_service.cc', | 875 'services/dbus_echo/dbus_echo_service.cc', |
| 894 ], | 876 ], |
| 895 }, | 877 }, |
| 896 ], | 878 ], |
| 897 }], | 879 }], |
| 898 ], | 880 ], |
| 899 } | 881 } |
| OLD | NEW |