| 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 14 matching lines...) Expand all Loading... |
| 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', | 33 'mojo_base.gyp:mojo_environment_chromium', |
| 34 'mojo_base.gyp:mojo_utility', | 34 'mojo_base.gyp:mojo_utility', |
| 35 'mojo_base.gyp:mojo_application_chromium', | 35 'mojo_base.gyp:mojo_application', |
| 36 'mojo_navigation_bindings', | 36 'mojo_navigation_bindings', |
| 37 'mojo_network_bindings', | 37 'mojo_network_bindings', |
| 38 'mojo_launcher_bindings', | 38 'mojo_launcher_bindings', |
| 39 'mojo_view_manager_lib', | 39 'mojo_view_manager_lib', |
| 40 '<(mojo_system_for_loadable_module)', | 40 '<(mojo_system_for_loadable_module)', |
| 41 ], | 41 ], |
| 42 'include_dirs': [ | 42 'include_dirs': [ |
| 43 'third_party/WebKit' | 43 'third_party/WebKit' |
| 44 ], | 44 ], |
| 45 'sources': [ | 45 'sources': [ |
| (...skipping 250 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 296 'target_name': 'mojo_native_viewport_service', | 296 'target_name': 'mojo_native_viewport_service', |
| 297 # This is linked directly into the embedder, so we make it a component. | 297 # This is linked directly into the embedder, so we make it a component. |
| 298 'type': '<(component)', | 298 'type': '<(component)', |
| 299 'dependencies': [ | 299 'dependencies': [ |
| 300 '../base/base.gyp:base', | 300 '../base/base.gyp:base', |
| 301 '../ui/events/events.gyp:events', | 301 '../ui/events/events.gyp:events', |
| 302 '../ui/gfx/gfx.gyp:gfx', | 302 '../ui/gfx/gfx.gyp:gfx', |
| 303 '../ui/gfx/gfx.gyp:gfx_geometry', | 303 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 304 'mojo_base.gyp:mojo_common_lib', | 304 'mojo_base.gyp:mojo_common_lib', |
| 305 'mojo_base.gyp:mojo_environment_chromium', | 305 'mojo_base.gyp:mojo_environment_chromium', |
| 306 'mojo_base.gyp:mojo_application_chromium', | 306 'mojo_base.gyp:mojo_application', |
| 307 'mojo_geometry_bindings', | 307 'mojo_geometry_bindings', |
| 308 'mojo_geometry_lib', | 308 'mojo_geometry_lib', |
| 309 'mojo_gles2_service', | 309 'mojo_gles2_service', |
| 310 'mojo_input_events_lib', | 310 'mojo_input_events_lib', |
| 311 'mojo_native_viewport_bindings', | 311 'mojo_native_viewport_bindings', |
| 312 '<(mojo_system_for_component)', | 312 '<(mojo_system_for_component)', |
| 313 ], | 313 ], |
| 314 'defines': [ | 314 'defines': [ |
| 315 'MOJO_NATIVE_VIEWPORT_IMPLEMENTATION', | 315 'MOJO_NATIVE_VIEWPORT_IMPLEMENTATION', |
| 316 ], | 316 ], |
| (...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 385 { | 385 { |
| 386 # GN version: //mojo/services/network | 386 # GN version: //mojo/services/network |
| 387 'target_name': 'mojo_network_service_lib', | 387 'target_name': 'mojo_network_service_lib', |
| 388 'type': 'static_library', | 388 'type': 'static_library', |
| 389 'dependencies': [ | 389 'dependencies': [ |
| 390 '../base/base.gyp:base', | 390 '../base/base.gyp:base', |
| 391 '../net/net.gyp:net', | 391 '../net/net.gyp:net', |
| 392 '../url/url.gyp:url_lib', | 392 '../url/url.gyp:url_lib', |
| 393 'mojo_base.gyp:mojo_common_lib', | 393 'mojo_base.gyp:mojo_common_lib', |
| 394 'mojo_base.gyp:mojo_environment_chromium', | 394 'mojo_base.gyp:mojo_environment_chromium', |
| 395 'mojo_base.gyp:mojo_application_chromium', | 395 'mojo_base.gyp:mojo_application', |
| 396 'mojo_network_bindings', | 396 'mojo_network_bindings', |
| 397 ], | 397 ], |
| 398 'export_dependent_settings': [ | 398 'export_dependent_settings': [ |
| 399 'mojo_network_bindings', | 399 'mojo_network_bindings', |
| 400 ], | 400 ], |
| 401 'sources': [ | 401 'sources': [ |
| 402 'services/network/cookie_store_impl.cc', | 402 'services/network/cookie_store_impl.cc', |
| 403 'services/network/cookie_store_impl.h', | 403 'services/network/cookie_store_impl.h', |
| 404 'services/network/network_context.cc', | 404 'services/network/network_context.cc', |
| 405 'services/network/network_context.h', | 405 'services/network/network_context.h', |
| (...skipping 21 matching lines...) Expand all Loading... |
| 427 { | 427 { |
| 428 'target_name': 'mojo_surfaces_service', | 428 'target_name': 'mojo_surfaces_service', |
| 429 'type': 'loadable_module', | 429 'type': 'loadable_module', |
| 430 'dependencies': [ | 430 'dependencies': [ |
| 431 '../base/base.gyp:base', | 431 '../base/base.gyp:base', |
| 432 '../cc/cc.gyp:cc', | 432 '../cc/cc.gyp:cc', |
| 433 '../cc/cc.gyp:cc_surfaces', | 433 '../cc/cc.gyp:cc_surfaces', |
| 434 '../ui/gfx/gfx.gyp:gfx_geometry', | 434 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 435 'mojo_base.gyp:mojo_environment_chromium', | 435 'mojo_base.gyp:mojo_environment_chromium', |
| 436 'mojo_base.gyp:mojo_system_impl', | 436 'mojo_base.gyp:mojo_system_impl', |
| 437 'mojo_base.gyp:mojo_application_chromium', | 437 'mojo_base.gyp:mojo_application', |
| 438 'mojo_cc_support', | 438 'mojo_cc_support', |
| 439 'mojo_geometry_bindings', | 439 'mojo_geometry_bindings', |
| 440 'mojo_geometry_lib', | 440 'mojo_geometry_lib', |
| 441 'mojo_gles2', | 441 'mojo_gles2', |
| 442 'mojo_surfaces_bindings', | 442 'mojo_surfaces_bindings', |
| 443 'mojo_surfaces_lib', | 443 'mojo_surfaces_lib', |
| 444 '<(mojo_system_for_loadable_module)', | 444 '<(mojo_system_for_loadable_module)', |
| 445 ], | 445 ], |
| 446 'sources': [ | 446 'sources': [ |
| 447 'services/surfaces/surfaces_impl.cc', | 447 'services/surfaces/surfaces_impl.cc', |
| (...skipping 28 matching lines...) Expand all Loading... |
| 476 ], | 476 ], |
| 477 }, | 477 }, |
| 478 { | 478 { |
| 479 'target_name': 'mojo_launcher', | 479 'target_name': 'mojo_launcher', |
| 480 'type': 'loadable_module', | 480 'type': 'loadable_module', |
| 481 'dependencies': [ | 481 'dependencies': [ |
| 482 '../base/base.gyp:base', | 482 '../base/base.gyp:base', |
| 483 '../url/url.gyp:url_lib', | 483 '../url/url.gyp:url_lib', |
| 484 'mojo_base.gyp:mojo_cpp_bindings', | 484 'mojo_base.gyp:mojo_cpp_bindings', |
| 485 'mojo_base.gyp:mojo_environment_chromium', | 485 'mojo_base.gyp:mojo_environment_chromium', |
| 486 'mojo_base.gyp:mojo_application_chromium', | 486 'mojo_base.gyp:mojo_application', |
| 487 'mojo_launcher_bindings', | 487 'mojo_launcher_bindings', |
| 488 'mojo_network_bindings', | 488 'mojo_network_bindings', |
| 489 '<(mojo_system_for_loadable_module)', | 489 '<(mojo_system_for_loadable_module)', |
| 490 ], | 490 ], |
| 491 'sources': [ | 491 'sources': [ |
| 492 'services/launcher/launcher.cc', | 492 'services/launcher/launcher.cc', |
| 493 'public/cpp/application/lib/mojo_main_chromium.cc', | 493 'public/cpp/application/lib/mojo_main_chromium.cc', |
| 494 ], | 494 ], |
| 495 }, | 495 }, |
| 496 { | 496 { |
| (...skipping 17 matching lines...) Expand all Loading... |
| 514 { | 514 { |
| 515 # GN version: //mojo/services/public/cpp/view_manager | 515 # GN version: //mojo/services/public/cpp/view_manager |
| 516 'target_name': 'mojo_view_manager_lib', | 516 'target_name': 'mojo_view_manager_lib', |
| 517 'type': 'static_library', | 517 'type': 'static_library', |
| 518 'dependencies': [ | 518 'dependencies': [ |
| 519 '../base/base.gyp:base', | 519 '../base/base.gyp:base', |
| 520 '../skia/skia.gyp:skia', | 520 '../skia/skia.gyp:skia', |
| 521 '../ui/events/events.gyp:events', | 521 '../ui/events/events.gyp:events', |
| 522 '../ui/gfx/gfx.gyp:gfx', | 522 '../ui/gfx/gfx.gyp:gfx', |
| 523 '../ui/gfx/gfx.gyp:gfx_geometry', | 523 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 524 'mojo_base.gyp:mojo_application_chromium', | 524 'mojo_base.gyp:mojo_application', |
| 525 'mojo_base.gyp:mojo_application_bindings', | 525 'mojo_base.gyp:mojo_application_bindings', |
| 526 'mojo_geometry_bindings', | 526 'mojo_geometry_bindings', |
| 527 'mojo_geometry_lib', | 527 'mojo_geometry_lib', |
| 528 'mojo_view_manager_bindings', | 528 'mojo_view_manager_bindings', |
| 529 'mojo_view_manager_common', | 529 'mojo_view_manager_common', |
| 530 ], | 530 ], |
| 531 'sources': [ | 531 'sources': [ |
| 532 'services/public/cpp/view_manager/lib/node.cc', | 532 'services/public/cpp/view_manager/lib/node.cc', |
| 533 'services/public/cpp/view_manager/lib/node_observer.cc', | 533 'services/public/cpp/view_manager/lib/node_observer.cc', |
| 534 'services/public/cpp/view_manager/lib/node_private.cc', | 534 'services/public/cpp/view_manager/lib/node_private.cc', |
| (...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 622 ], | 622 ], |
| 623 }, | 623 }, |
| 624 { | 624 { |
| 625 # GN version: //mojo/services/test_service | 625 # GN version: //mojo/services/test_service |
| 626 'target_name': 'mojo_test_app', | 626 'target_name': 'mojo_test_app', |
| 627 'type': 'loadable_module', | 627 'type': 'loadable_module', |
| 628 'dependencies': [ | 628 'dependencies': [ |
| 629 '../base/base.gyp:base', | 629 '../base/base.gyp:base', |
| 630 'mojo_base.gyp:mojo_environment_standalone', | 630 'mojo_base.gyp:mojo_environment_standalone', |
| 631 'mojo_base.gyp:mojo_utility', | 631 'mojo_base.gyp:mojo_utility', |
| 632 'mojo_base.gyp:mojo_application_standalone', | 632 'mojo_base.gyp:mojo_application', |
| 633 'mojo_test_service_bindings', | 633 'mojo_test_service_bindings', |
| 634 '<(mojo_system_for_loadable_module)', | 634 '<(mojo_system_for_loadable_module)', |
| 635 ], | 635 ], |
| 636 'sources': [ | 636 'sources': [ |
| 637 'public/cpp/application/lib/mojo_main_standalone.cc', | 637 'public/cpp/application/lib/mojo_main_standalone.cc', |
| 638 'services/test_service/test_request_tracker_client_impl.cc', | 638 'services/test_service/test_request_tracker_client_impl.cc', |
| 639 'services/test_service/test_request_tracker_client_impl.h', | 639 'services/test_service/test_request_tracker_client_impl.h', |
| 640 'services/test_service/test_service_application.cc', | 640 'services/test_service/test_service_application.cc', |
| 641 'services/test_service/test_service_application.h', | 641 'services/test_service/test_service_application.h', |
| 642 'services/test_service/test_service_impl.cc', | 642 'services/test_service/test_service_impl.cc', |
| 643 'services/test_service/test_service_impl.h', | 643 'services/test_service/test_service_impl.h', |
| 644 'services/test_service/test_time_service_impl.cc', | 644 'services/test_service/test_time_service_impl.cc', |
| 645 'services/test_service/test_time_service_impl.h', | 645 'services/test_service/test_time_service_impl.h', |
| 646 ], | 646 ], |
| 647 }, | 647 }, |
| 648 { | 648 { |
| 649 # GN version: //mojo/services/test_service:request_tracker | 649 # GN version: //mojo/services/test_service:request_tracker |
| 650 'target_name': 'mojo_test_request_tracker_app', | 650 'target_name': 'mojo_test_request_tracker_app', |
| 651 'type': 'loadable_module', | 651 'type': 'loadable_module', |
| 652 'dependencies': [ | 652 'dependencies': [ |
| 653 '../base/base.gyp:base', | 653 '../base/base.gyp:base', |
| 654 'mojo_base.gyp:mojo_environment_standalone', | 654 'mojo_base.gyp:mojo_environment_standalone', |
| 655 'mojo_base.gyp:mojo_utility', | 655 'mojo_base.gyp:mojo_utility', |
| 656 'mojo_base.gyp:mojo_application_standalone', | 656 'mojo_base.gyp:mojo_application', |
| 657 'mojo_test_service_bindings', | 657 'mojo_test_service_bindings', |
| 658 '<(mojo_system_for_loadable_module)', | 658 '<(mojo_system_for_loadable_module)', |
| 659 ], | 659 ], |
| 660 'sources': [ | 660 'sources': [ |
| 661 'public/cpp/application/lib/mojo_main_standalone.cc', | 661 'public/cpp/application/lib/mojo_main_standalone.cc', |
| 662 'services/test_service/test_request_tracker_client_impl.cc', | 662 'services/test_service/test_request_tracker_client_impl.cc', |
| 663 'services/test_service/test_request_tracker_client_impl.h', | 663 'services/test_service/test_request_tracker_client_impl.h', |
| 664 'services/test_service/test_request_tracker_application.cc', | 664 'services/test_service/test_request_tracker_application.cc', |
| 665 'services/test_service/test_request_tracker_application.h', | 665 'services/test_service/test_request_tracker_application.h', |
| 666 'services/test_service/test_time_service_impl.cc', | 666 'services/test_service/test_time_service_impl.cc', |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 700 '../ui/base/ui_base.gyp:ui_base', | 700 '../ui/base/ui_base.gyp:ui_base', |
| 701 '../ui/compositor/compositor.gyp:compositor', | 701 '../ui/compositor/compositor.gyp:compositor', |
| 702 '../ui/events/events.gyp:events', | 702 '../ui/events/events.gyp:events', |
| 703 '../ui/events/events.gyp:events_base', | 703 '../ui/events/events.gyp:events_base', |
| 704 '../ui/gfx/gfx.gyp:gfx', | 704 '../ui/gfx/gfx.gyp:gfx', |
| 705 '../ui/gfx/gfx.gyp:gfx_geometry', | 705 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 706 '../ui/gl/gl.gyp:gl', | 706 '../ui/gl/gl.gyp:gl', |
| 707 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', | 707 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', |
| 708 'mojo_base.gyp:mojo_common_lib', | 708 'mojo_base.gyp:mojo_common_lib', |
| 709 'mojo_base.gyp:mojo_environment_chromium', | 709 'mojo_base.gyp:mojo_environment_chromium', |
| 710 'mojo_base.gyp:mojo_application_chromium', | 710 'mojo_base.gyp:mojo_application', |
| 711 'mojo_cc_support', | 711 'mojo_cc_support', |
| 712 'mojo_geometry_bindings', | 712 'mojo_geometry_bindings', |
| 713 'mojo_geometry_lib', | 713 'mojo_geometry_lib', |
| 714 'mojo_gles2', | 714 'mojo_gles2', |
| 715 'mojo_input_events_bindings', | 715 'mojo_input_events_bindings', |
| 716 'mojo_input_events_lib', | 716 'mojo_input_events_lib', |
| 717 'mojo_native_viewport_bindings', | 717 'mojo_native_viewport_bindings', |
| 718 'mojo_view_manager_bindings', | 718 'mojo_view_manager_bindings', |
| 719 'mojo_view_manager_common', | 719 'mojo_view_manager_common', |
| 720 '<(mojo_system_for_component)', | 720 '<(mojo_system_for_component)', |
| (...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 790 'dependencies': [ | 790 'dependencies': [ |
| 791 '../base/base.gyp:base', | 791 '../base/base.gyp:base', |
| 792 '../base/base.gyp:test_support_base', | 792 '../base/base.gyp:test_support_base', |
| 793 '../skia/skia.gyp:skia', | 793 '../skia/skia.gyp:skia', |
| 794 '../testing/gtest.gyp:gtest', | 794 '../testing/gtest.gyp:gtest', |
| 795 '../ui/aura/aura.gyp:aura', | 795 '../ui/aura/aura.gyp:aura', |
| 796 '../ui/gfx/gfx.gyp:gfx_geometry', | 796 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 797 '../ui/gl/gl.gyp:gl', | 797 '../ui/gl/gl.gyp:gl', |
| 798 'mojo_base.gyp:mojo_system_impl', | 798 'mojo_base.gyp:mojo_system_impl', |
| 799 'mojo_base.gyp:mojo_environment_chromium', | 799 'mojo_base.gyp:mojo_environment_chromium', |
| 800 'mojo_base.gyp:mojo_application_chromium', | 800 'mojo_base.gyp:mojo_application', |
| 801 'mojo_geometry_bindings', | 801 'mojo_geometry_bindings', |
| 802 'mojo_geometry_lib', | 802 'mojo_geometry_lib', |
| 803 'mojo_input_events_bindings', | 803 'mojo_input_events_bindings', |
| 804 'mojo_input_events_lib', | 804 'mojo_input_events_lib', |
| 805 'mojo_service_manager', | 805 'mojo_service_manager', |
| 806 'mojo_shell_test_support', | 806 'mojo_shell_test_support', |
| 807 'mojo_view_manager_bindings', | 807 'mojo_view_manager_bindings', |
| 808 'mojo_view_manager_common', | 808 'mojo_view_manager_common', |
| 809 'mojo_view_manager_run_unittests', | 809 'mojo_view_manager_run_unittests', |
| 810 ], | 810 ], |
| (...skipping 14 matching lines...) Expand all Loading... |
| 825 'target_name': 'mojo_core_window_manager_lib', | 825 'target_name': 'mojo_core_window_manager_lib', |
| 826 'type': 'static_library', | 826 'type': 'static_library', |
| 827 'dependencies': [ | 827 'dependencies': [ |
| 828 '../base/base.gyp:base', | 828 '../base/base.gyp:base', |
| 829 '../ui/base/ui_base.gyp:ui_base', | 829 '../ui/base/ui_base.gyp:ui_base', |
| 830 '../ui/gfx/gfx.gyp:gfx', | 830 '../ui/gfx/gfx.gyp:gfx', |
| 831 '../ui/gfx/gfx.gyp:gfx_geometry', | 831 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 832 '../ui/wm/wm.gyp:wm', | 832 '../ui/wm/wm.gyp:wm', |
| 833 'mojo_base.gyp:mojo_common_lib', | 833 'mojo_base.gyp:mojo_common_lib', |
| 834 'mojo_base.gyp:mojo_environment_chromium', | 834 'mojo_base.gyp:mojo_environment_chromium', |
| 835 'mojo_base.gyp:mojo_application_chromium', | 835 'mojo_base.gyp:mojo_application', |
| 836 'mojo_aura_support', | 836 'mojo_aura_support', |
| 837 'mojo_core_window_manager_bindings', | 837 'mojo_core_window_manager_bindings', |
| 838 'mojo_view_manager_lib', | 838 'mojo_view_manager_lib', |
| 839 ], | 839 ], |
| 840 'sources': [ | 840 'sources': [ |
| 841 'services/window_manager/window_manager_app.cc', | 841 'services/window_manager/window_manager_app.cc', |
| 842 'services/window_manager/window_manager_app.h', | 842 'services/window_manager/window_manager_app.h', |
| 843 'services/window_manager/window_manager_service_impl.cc', | 843 'services/window_manager/window_manager_service_impl.cc', |
| 844 'services/window_manager/window_manager_service_impl.h', | 844 'services/window_manager/window_manager_service_impl.h', |
| 845 ], | 845 ], |
| (...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 896 { | 896 { |
| 897 'target_name': 'mojo_dbus_echo_service', | 897 'target_name': 'mojo_dbus_echo_service', |
| 898 'type': 'executable', | 898 'type': 'executable', |
| 899 'dependencies': [ | 899 'dependencies': [ |
| 900 '../base/base.gyp:base', | 900 '../base/base.gyp:base', |
| 901 '../build/linux/system.gyp:dbus', | 901 '../build/linux/system.gyp:dbus', |
| 902 '../dbus/dbus.gyp:dbus', | 902 '../dbus/dbus.gyp:dbus', |
| 903 'mojo_base.gyp:mojo_common_lib', | 903 'mojo_base.gyp:mojo_common_lib', |
| 904 'mojo_base.gyp:mojo_environment_chromium', | 904 'mojo_base.gyp:mojo_environment_chromium', |
| 905 'mojo_base.gyp:mojo_system_impl', | 905 'mojo_base.gyp:mojo_system_impl', |
| 906 'mojo_base.gyp:mojo_application_chromium', | 906 'mojo_base.gyp:mojo_application', |
| 907 'mojo_dbus_service', | 907 'mojo_dbus_service', |
| 908 'mojo_echo_bindings', | 908 'mojo_echo_bindings', |
| 909 ], | 909 ], |
| 910 'sources': [ | 910 'sources': [ |
| 911 'services/dbus_echo/dbus_echo_service.cc', | 911 'services/dbus_echo/dbus_echo_service.cc', |
| 912 ], | 912 ], |
| 913 }, | 913 }, |
| 914 ], | 914 ], |
| 915 }], | 915 }], |
| 916 ], | 916 ], |
| 917 } | 917 } |
| OLD | NEW |