| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'variables': { | 6 'variables': { |
| 7 # TODO(dmaclach): can we pick this up some other way? Right now it's | 7 # TODO(dmaclach): can we pick this up some other way? Right now it's |
| 8 # duplicated from chrome.gyp | 8 # duplicated from chrome.gyp |
| 9 'chromium_code': 1, | 9 'chromium_code': 1, |
| 10 | 10 |
| (...skipping 579 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 590 'STRICT', | 590 'STRICT', |
| 591 'DAEMON_CONTROLLER_CLSID="{<(daemon_controller_clsid)}"', | 591 'DAEMON_CONTROLLER_CLSID="{<(daemon_controller_clsid)}"', |
| 592 ], | 592 ], |
| 593 'include_dirs': [ | 593 'include_dirs': [ |
| 594 '<(INTERMEDIATE_DIR)', | 594 '<(INTERMEDIATE_DIR)', |
| 595 ], | 595 ], |
| 596 'dependencies': [ | 596 'dependencies': [ |
| 597 '../base/base.gyp:base', | 597 '../base/base.gyp:base', |
| 598 'remoting_breakpad', | 598 'remoting_breakpad', |
| 599 'remoting_elevated_controller', | 599 'remoting_elevated_controller', |
| 600 'remoting_host', |
| 600 'remoting_host_logging', | 601 'remoting_host_logging', |
| 601 'remoting_protocol', | 602 'remoting_protocol', |
| 602 'remoting_version_resources', | 603 'remoting_version_resources', |
| 603 ], | 604 ], |
| 604 'sources': [ | 605 'sources': [ |
| 605 '<(SHARED_INTERMEDIATE_DIR)/remoting/remoting_controller_version.rc'
, | 606 '<(SHARED_INTERMEDIATE_DIR)/remoting/remoting_controller_version.rc'
, |
| 606 'host/pin_hash.cc', | 607 'host/pin_hash.cc', |
| 607 'host/pin_hash.h', | 608 'host/pin_hash.h', |
| 608 'host/usage_stats_consent.h', | |
| 609 'host/usage_stats_consent_win.cc', | |
| 610 'host/verify_config_window_win.cc', | 609 'host/verify_config_window_win.cc', |
| 611 'host/verify_config_window_win.h', | 610 'host/verify_config_window_win.h', |
| 612 'host/win/elevated_controller.cc', | 611 'host/win/elevated_controller.cc', |
| 613 'host/win/elevated_controller.h', | 612 'host/win/elevated_controller.h', |
| 614 'host/win/elevated_controller.rc', | 613 'host/win/elevated_controller.rc', |
| 615 'host/win/elevated_controller_module.cc', | 614 'host/win/elevated_controller_module.cc', |
| 616 'host/win/omaha.cc', | 615 'host/win/omaha.cc', |
| 617 'host/win/omaha.h', | 616 'host/win/omaha.h', |
| 618 ], | 617 ], |
| 619 'link_settings': { | 618 'link_settings': { |
| (...skipping 20 matching lines...) Expand all Loading... |
| 640 'type': 'executable', | 639 'type': 'executable', |
| 641 'variables': { 'enable_wexit_time_destructors': 1, }, | 640 'variables': { 'enable_wexit_time_destructors': 1, }, |
| 642 'dependencies': [ | 641 'dependencies': [ |
| 643 '../base/base.gyp:base', | 642 '../base/base.gyp:base', |
| 644 '../base/base.gyp:base_static', | 643 '../base/base.gyp:base_static', |
| 645 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn
amic_annotations', | 644 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn
amic_annotations', |
| 646 '../ipc/ipc.gyp:ipc', | 645 '../ipc/ipc.gyp:ipc', |
| 647 '../net/net.gyp:net', | 646 '../net/net.gyp:net', |
| 648 'remoting_base', | 647 'remoting_base', |
| 649 'remoting_breakpad', | 648 'remoting_breakpad', |
| 649 'remoting_host', |
| 650 'remoting_host_logging', | 650 'remoting_host_logging', |
| 651 'remoting_version_resources', | 651 'remoting_version_resources', |
| 652 ], | 652 ], |
| 653 'sources': [ | 653 'sources': [ |
| 654 '<(SHARED_INTERMEDIATE_DIR)/remoting/remoting_daemon_version.rc', | 654 '<(SHARED_INTERMEDIATE_DIR)/remoting/remoting_daemon_version.rc', |
| 655 'base/scoped_sc_handle_win.h', | 655 'base/scoped_sc_handle_win.h', |
| 656 'host/chromoting_messages.cc', | 656 'host/chromoting_messages.cc', |
| 657 'host/chromoting_messages.h', | 657 'host/chromoting_messages.h', |
| 658 'host/config_file_watcher.cc', | 658 'host/config_file_watcher.cc', |
| 659 'host/config_file_watcher.h', | 659 'host/config_file_watcher.h', |
| 660 'host/daemon_process.cc', | 660 'host/daemon_process.cc', |
| 661 'host/daemon_process.h', | 661 'host/daemon_process.h', |
| 662 'host/daemon_process_win.cc', | 662 'host/daemon_process_win.cc', |
| 663 'host/desktop_session.cc', | 663 'host/desktop_session.cc', |
| 664 'host/desktop_session.h', | 664 'host/desktop_session.h', |
| 665 'host/desktop_session_win.cc', | 665 'host/desktop_session_win.cc', |
| 666 'host/desktop_session_win.h', | 666 'host/desktop_session_win.h', |
| 667 'host/host_exit_codes.h', | 667 'host/host_exit_codes.h', |
| 668 'host/ipc_consts.cc', | 668 'host/ipc_consts.cc', |
| 669 'host/ipc_consts.h', | 669 'host/ipc_consts.h', |
| 670 'host/usage_stats_consent.h', | |
| 671 'host/usage_stats_consent_win.cc', | |
| 672 'host/win/host_service.cc', | 670 'host/win/host_service.cc', |
| 673 'host/win/host_service.h', | 671 'host/win/host_service.h', |
| 674 'host/win/host_service.rc', | 672 'host/win/host_service.rc', |
| 675 'host/win/host_service_resource.h', | 673 'host/win/host_service_resource.h', |
| 676 'host/win/launch_process_with_token.cc', | |
| 677 'host/win/launch_process_with_token.h', | |
| 678 'host/win/omaha.cc', | 674 'host/win/omaha.cc', |
| 679 'host/win/omaha.h', | 675 'host/win/omaha.h', |
| 680 'host/win/unprivileged_process_delegate.cc', | 676 'host/win/unprivileged_process_delegate.cc', |
| 681 'host/win/unprivileged_process_delegate.h', | 677 'host/win/unprivileged_process_delegate.h', |
| 682 'host/win/worker_process_launcher.cc', | 678 'host/win/worker_process_launcher.cc', |
| 683 'host/win/worker_process_launcher.h', | 679 'host/win/worker_process_launcher.h', |
| 684 'host/win/wts_console_monitor.h', | 680 'host/win/wts_console_monitor.h', |
| 685 'host/win/wts_console_observer.h', | 681 'host/win/wts_console_observer.h', |
| 686 'host/win/wts_console_session_process_driver.cc', | 682 'host/win/wts_console_session_process_driver.cc', |
| 687 'host/win/wts_console_session_process_driver.h', | 683 'host/win/wts_console_session_process_driver.h', |
| (...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 905 '<@(_generated_files_dst)', | 901 '<@(_generated_files_dst)', |
| 906 '--defs', | 902 '--defs', |
| 907 '<@(_defs)', | 903 '<@(_defs)', |
| 908 ], | 904 ], |
| 909 }, | 905 }, |
| 910 ], # actions | 906 ], # actions |
| 911 }, # end of target 'remoting_me2me_host_archive' | 907 }, # end of target 'remoting_me2me_host_archive' |
| 912 ], # end of 'targets' | 908 ], # end of 'targets' |
| 913 }], # '<(wix_path) != ""' | 909 }], # '<(wix_path) != ""' |
| 914 | 910 |
| 915 ['remoting_multi_process != 0', { | |
| 916 'targets': [ | |
| 917 { | |
| 918 'target_name': 'remoting_desktop', | |
| 919 'type': 'executable', | |
| 920 'variables': { 'enable_wexit_time_destructors': 1, }, | |
| 921 'dependencies': [ | |
| 922 'remoting_base', | |
| 923 'remoting_breakpad', | |
| 924 'remoting_host', | |
| 925 'remoting_host_logging', | |
| 926 'remoting_version_resources', | |
| 927 '../base/base.gyp:base', | |
| 928 '../ipc/ipc.gyp:ipc', | |
| 929 ], | |
| 930 'sources': [ | |
| 931 'host/desktop_process.cc', | |
| 932 'host/desktop_process.h', | |
| 933 'host/host_ui.rc', | |
| 934 'host/usage_stats_consent.h', | |
| 935 'host/usage_stats_consent_win.cc', | |
| 936 '<(SHARED_INTERMEDIATE_DIR)/remoting/remoting_desktop_version.rc', | |
| 937 ], | |
| 938 'link_settings': { | |
| 939 'libraries': [ | |
| 940 '-lcomctl32.lib', | |
| 941 ], | |
| 942 }, | |
| 943 'msvs_settings': { | |
| 944 'VCLinkerTool': { | |
| 945 'AdditionalOptions': [ | |
| 946 "\"/manifestdependency:type='win32' " | |
| 947 "name='Microsoft.Windows.Common-Controls' " | |
| 948 "version='6.0.0.0' " | |
| 949 "processorArchitecture='*' " | |
| 950 "publicKeyToken='6595b64144ccf1df' language='*'\"", | |
| 951 ], | |
| 952 'conditions': [ | |
| 953 ['buildtype == "Official" and remoting_multi_process != 0', { | |
| 954 'AdditionalOptions': [ | |
| 955 "\"/MANIFESTUAC:level='requireAdministrator' " | |
| 956 "uiAccess='true'\"", | |
| 957 ], | |
| 958 }], | |
| 959 ], | |
| 960 # 2 == /SUBSYSTEM:WINDOWS | |
| 961 'SubSystem': '2', | |
| 962 }, | |
| 963 }, | |
| 964 }, # end of target 'remoting_desktop' | |
| 965 ], | |
| 966 }], # 'remoting_multi_process != 0' | |
| 967 | |
| 968 ], # end of 'conditions' | 911 ], # end of 'conditions' |
| 969 | 912 |
| 970 'targets': [ | 913 'targets': [ |
| 971 { | 914 { |
| 972 'target_name': 'remoting_breakpad', | 915 'target_name': 'remoting_breakpad', |
| 973 'type': 'static_library', | 916 'type': 'static_library', |
| 974 'variables': { 'enable_wexit_time_destructors': 1, }, | 917 'variables': { 'enable_wexit_time_destructors': 1, }, |
| 975 'dependencies': [ | 918 'dependencies': [ |
| 976 '../base/base.gyp:base', | 919 '../base/base.gyp:base', |
| 977 ], | 920 ], |
| (...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1028 'client/plugin/pepper_view.cc', | 971 'client/plugin/pepper_view.cc', |
| 1029 'client/plugin/pepper_view.h', | 972 'client/plugin/pepper_view.h', |
| 1030 'client/plugin/pepper_util.cc', | 973 'client/plugin/pepper_util.cc', |
| 1031 'client/plugin/pepper_util.h', | 974 'client/plugin/pepper_util.h', |
| 1032 'client/plugin/pepper_xmpp_proxy.cc', | 975 'client/plugin/pepper_xmpp_proxy.cc', |
| 1033 'client/plugin/pepper_xmpp_proxy.h', | 976 'client/plugin/pepper_xmpp_proxy.h', |
| 1034 ], | 977 ], |
| 1035 }, # end of target 'remoting_client_plugin' | 978 }, # end of target 'remoting_client_plugin' |
| 1036 | 979 |
| 1037 { | 980 { |
| 981 'target_name': 'remoting_desktop', |
| 982 'type': 'executable', |
| 983 'variables': { 'enable_wexit_time_destructors': 1, }, |
| 984 'defines': [ |
| 985 'REMOTING_MULTI_PROCESS', |
| 986 ], |
| 987 'dependencies': [ |
| 988 'remoting_base', |
| 989 'remoting_breakpad', |
| 990 'remoting_host', |
| 991 'remoting_host_logging', |
| 992 '../base/base.gyp:base', |
| 993 '../ipc/ipc.gyp:ipc', |
| 994 ], |
| 995 'sources': [ |
| 996 'host/desktop_process.cc', |
| 997 'host/desktop_process.h', |
| 998 'host/desktop_process_main.cc', |
| 999 'host/desktop_session_agent.cc', |
| 1000 'host/desktop_session_agent.h', |
| 1001 'host/desktop_session_agent_posix.cc', |
| 1002 'host/desktop_session_agent_win.cc', |
| 1003 ], |
| 1004 'conditions': [ |
| 1005 ['OS=="win"', { |
| 1006 'dependencies': [ |
| 1007 'remoting_version_resources', |
| 1008 ], |
| 1009 'sources': [ |
| 1010 'host/host_ui.rc', |
| 1011 '<(SHARED_INTERMEDIATE_DIR)/remoting/remoting_desktop_version.rc', |
| 1012 ], |
| 1013 'link_settings': { |
| 1014 'libraries': [ |
| 1015 '-lcomctl32.lib', |
| 1016 ], |
| 1017 }, |
| 1018 'msvs_settings': { |
| 1019 'VCLinkerTool': { |
| 1020 'AdditionalOptions': [ |
| 1021 "\"/manifestdependency:type='win32' " |
| 1022 "name='Microsoft.Windows.Common-Controls' " |
| 1023 "version='6.0.0.0' " |
| 1024 "processorArchitecture='*' " |
| 1025 "publicKeyToken='6595b64144ccf1df' language='*'\"", |
| 1026 ], |
| 1027 'conditions': [ |
| 1028 ['buildtype == "Official"', { |
| 1029 'AdditionalOptions': [ |
| 1030 "\"/MANIFESTUAC:level='requireAdministrator' " |
| 1031 "uiAccess='true'\"", |
| 1032 ], |
| 1033 }], |
| 1034 ], |
| 1035 # 2 == /SUBSYSTEM:WINDOWS |
| 1036 'SubSystem': '2', |
| 1037 }, |
| 1038 }, |
| 1039 }], |
| 1040 ], |
| 1041 }, # end of target 'remoting_desktop' |
| 1042 |
| 1043 { |
| 1038 'target_name': 'remoting_host_event_logger', | 1044 'target_name': 'remoting_host_event_logger', |
| 1039 'type': 'static_library', | 1045 'type': 'static_library', |
| 1040 'variables': { 'enable_wexit_time_destructors': 1, }, | 1046 'variables': { 'enable_wexit_time_destructors': 1, }, |
| 1041 'dependencies': [ | 1047 'dependencies': [ |
| 1042 'remoting_base', | 1048 'remoting_base', |
| 1043 ], | 1049 ], |
| 1044 'sources': [ | 1050 'sources': [ |
| 1045 'host/host_event_logger.h', | 1051 'host/host_event_logger.h', |
| 1046 'host/host_event_logger_posix.cc', | 1052 'host/host_event_logger_posix.cc', |
| 1047 'host/host_event_logger_win.cc', | 1053 'host/host_event_logger_win.cc', |
| (...skipping 446 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1494 'host/continue_window_mac.mm', | 1500 'host/continue_window_mac.mm', |
| 1495 'host/continue_window_win.cc', | 1501 'host/continue_window_win.cc', |
| 1496 'host/desktop_environment.cc', | 1502 'host/desktop_environment.cc', |
| 1497 'host/desktop_environment.h', | 1503 'host/desktop_environment.h', |
| 1498 'host/desktop_environment_factory.cc', | 1504 'host/desktop_environment_factory.cc', |
| 1499 'host/desktop_environment_factory.h', | 1505 'host/desktop_environment_factory.h', |
| 1500 'host/desktop_resizer.h', | 1506 'host/desktop_resizer.h', |
| 1501 'host/desktop_resizer_linux.cc', | 1507 'host/desktop_resizer_linux.cc', |
| 1502 'host/desktop_resizer_win.cc', | 1508 'host/desktop_resizer_win.cc', |
| 1503 'host/desktop_resizer_mac.cc', | 1509 'host/desktop_resizer_mac.cc', |
| 1510 'host/desktop_session_connector.h', |
| 1504 'host/differ.cc', | 1511 'host/differ.cc', |
| 1505 'host/differ.h', | 1512 'host/differ.h', |
| 1506 'host/disconnect_window.h', | 1513 'host/disconnect_window.h', |
| 1507 'host/disconnect_window_gtk.cc', | 1514 'host/disconnect_window_gtk.cc', |
| 1508 'host/disconnect_window_mac.h', | 1515 'host/disconnect_window_mac.h', |
| 1509 'host/disconnect_window_mac.mm', | 1516 'host/disconnect_window_mac.mm', |
| 1510 'host/disconnect_window_win.cc', | 1517 'host/disconnect_window_win.cc', |
| 1511 'host/dns_blackhole_checker.cc', | 1518 'host/dns_blackhole_checker.cc', |
| 1512 'host/dns_blackhole_checker.h', | 1519 'host/dns_blackhole_checker.h', |
| 1513 'host/event_executor.h', | 1520 'host/event_executor.h', |
| (...skipping 17 matching lines...) Expand all Loading... |
| 1531 'host/host_port_allocator.h', | 1538 'host/host_port_allocator.h', |
| 1532 'host/host_secret.cc', | 1539 'host/host_secret.cc', |
| 1533 'host/host_secret.h', | 1540 'host/host_secret.h', |
| 1534 'host/host_status_observer.h', | 1541 'host/host_status_observer.h', |
| 1535 'host/host_user_interface.cc', | 1542 'host/host_user_interface.cc', |
| 1536 'host/host_user_interface.h', | 1543 'host/host_user_interface.h', |
| 1537 'host/in_memory_host_config.cc', | 1544 'host/in_memory_host_config.cc', |
| 1538 'host/in_memory_host_config.h', | 1545 'host/in_memory_host_config.h', |
| 1539 'host/ipc_consts.cc', | 1546 'host/ipc_consts.cc', |
| 1540 'host/ipc_consts.h', | 1547 'host/ipc_consts.h', |
| 1548 'host/ipc_desktop_environment_factory.cc', |
| 1549 'host/ipc_desktop_environment_factory.h', |
| 1550 'host/ipc_desktop_environment.cc', |
| 1551 'host/ipc_desktop_environment.h', |
| 1541 'host/it2me_host_user_interface.cc', | 1552 'host/it2me_host_user_interface.cc', |
| 1542 'host/it2me_host_user_interface.h', | 1553 'host/it2me_host_user_interface.h', |
| 1543 'host/json_host_config.cc', | 1554 'host/json_host_config.cc', |
| 1544 'host/json_host_config.h', | 1555 'host/json_host_config.h', |
| 1545 'host/linux/x11_util.cc', | 1556 'host/linux/x11_util.cc', |
| 1546 'host/linux/x11_util.h', | 1557 'host/linux/x11_util.h', |
| 1547 'host/linux/x_server_clipboard.cc', | 1558 'host/linux/x_server_clipboard.cc', |
| 1548 'host/linux/x_server_clipboard.h', | 1559 'host/linux/x_server_clipboard.h', |
| 1549 'host/linux/x_server_pixel_buffer.cc', | 1560 'host/linux/x_server_pixel_buffer.cc', |
| 1550 'host/linux/x_server_pixel_buffer.h', | 1561 'host/linux/x_server_pixel_buffer.h', |
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1586 'host/service_client.cc', | 1597 'host/service_client.cc', |
| 1587 'host/service_client.h', | 1598 'host/service_client.h', |
| 1588 'host/session_manager_factory.cc', | 1599 'host/session_manager_factory.cc', |
| 1589 'host/session_manager_factory.h', | 1600 'host/session_manager_factory.h', |
| 1590 'host/signaling_connector.cc', | 1601 'host/signaling_connector.cc', |
| 1591 'host/signaling_connector.h', | 1602 'host/signaling_connector.h', |
| 1592 'host/ui_strings.cc', | 1603 'host/ui_strings.cc', |
| 1593 'host/ui_strings.h', | 1604 'host/ui_strings.h', |
| 1594 'host/url_request_context.cc', | 1605 'host/url_request_context.cc', |
| 1595 'host/url_request_context.h', | 1606 'host/url_request_context.h', |
| 1607 'host/usage_stats_consent.h', |
| 1608 'host/usage_stats_consent_win.cc', |
| 1596 'host/user_authenticator.h', | 1609 'host/user_authenticator.h', |
| 1597 'host/user_authenticator_linux.cc', | 1610 'host/user_authenticator_linux.cc', |
| 1598 'host/user_authenticator_mac.cc', | 1611 'host/user_authenticator_mac.cc', |
| 1599 'host/user_authenticator_win.cc', | 1612 'host/user_authenticator_win.cc', |
| 1600 'host/video_frame_capturer.h', | 1613 'host/video_frame_capturer.h', |
| 1601 'host/video_frame_capturer_fake.cc', | 1614 'host/video_frame_capturer_fake.cc', |
| 1602 'host/video_frame_capturer_fake.h', | 1615 'host/video_frame_capturer_fake.h', |
| 1603 'host/video_frame_capturer_helper.cc', | 1616 'host/video_frame_capturer_helper.cc', |
| 1604 'host/video_frame_capturer_helper.h', | 1617 'host/video_frame_capturer_helper.h', |
| 1605 'host/video_frame_capturer_linux.cc', | 1618 'host/video_frame_capturer_linux.cc', |
| 1606 'host/video_frame_capturer_mac.mm', | 1619 'host/video_frame_capturer_mac.mm', |
| 1607 'host/video_frame_capturer_win.cc', | 1620 'host/video_frame_capturer_win.cc', |
| 1608 'host/vlog_net_log.cc', | 1621 'host/vlog_net_log.cc', |
| 1609 'host/vlog_net_log.h', | 1622 'host/vlog_net_log.h', |
| 1610 'host/win/desktop.cc', | 1623 'host/win/desktop.cc', |
| 1611 'host/win/desktop.h', | 1624 'host/win/desktop.h', |
| 1625 'host/win/launch_process_with_token.cc', |
| 1626 'host/win/launch_process_with_token.h', |
| 1612 'host/win/omaha.cc', | 1627 'host/win/omaha.cc', |
| 1613 'host/win/omaha.h', | 1628 'host/win/omaha.h', |
| 1614 'host/win/scoped_thread_desktop.cc', | 1629 'host/win/scoped_thread_desktop.cc', |
| 1615 'host/win/scoped_thread_desktop.h', | 1630 'host/win/scoped_thread_desktop.h', |
| 1616 'host/win/session_desktop_environment_factory.cc', | 1631 'host/win/session_desktop_environment_factory.cc', |
| 1617 'host/win/session_desktop_environment_factory.h', | 1632 'host/win/session_desktop_environment_factory.h', |
| 1618 'host/win/session_event_executor.cc', | 1633 'host/win/session_event_executor.cc', |
| 1619 'host/win/session_event_executor.h', | 1634 'host/win/session_event_executor.h', |
| 1620 ], | 1635 ], |
| 1621 'conditions': [ | 1636 'conditions': [ |
| (...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1739 'host/config_file_watcher.h', | 1754 'host/config_file_watcher.h', |
| 1740 'host/curtain_mode.h', | 1755 'host/curtain_mode.h', |
| 1741 'host/curtaining_host_observer.h', | 1756 'host/curtaining_host_observer.h', |
| 1742 'host/curtaining_host_observer.cc', | 1757 'host/curtaining_host_observer.cc', |
| 1743 'host/curtain_mode_linux.cc', | 1758 'host/curtain_mode_linux.cc', |
| 1744 'host/curtain_mode_mac.cc', | 1759 'host/curtain_mode_mac.cc', |
| 1745 'host/curtain_mode_win.cc', | 1760 'host/curtain_mode_win.cc', |
| 1746 'host/posix/signal_handler.cc', | 1761 'host/posix/signal_handler.cc', |
| 1747 'host/posix/signal_handler.h', | 1762 'host/posix/signal_handler.h', |
| 1748 'host/remoting_me2me_host.cc', | 1763 'host/remoting_me2me_host.cc', |
| 1749 'host/usage_stats_consent.h', | |
| 1750 'host/usage_stats_consent_win.cc', | |
| 1751 ], | 1764 ], |
| 1752 'conditions': [ | 1765 'conditions': [ |
| 1753 ['os_posix != 1', { | 1766 ['os_posix != 1', { |
| 1754 'sources/': [ | 1767 'sources/': [ |
| 1755 ['exclude', '^host/posix/'], | 1768 ['exclude', '^host/posix/'], |
| 1756 ], | 1769 ], |
| 1757 }], | 1770 }], |
| 1758 ['OS=="mac"', { | 1771 ['OS=="mac"', { |
| 1759 'mac_bundle': 1, | 1772 'mac_bundle': 1, |
| 1760 'variables': { | 1773 'variables': { |
| (...skipping 14 matching lines...) Expand all Loading... |
| 1775 ], | 1788 ], |
| 1776 }], | 1789 }], |
| 1777 ['OS=="win"', { | 1790 ['OS=="win"', { |
| 1778 'product_name': 'remoting_host', | 1791 'product_name': 'remoting_host', |
| 1779 'dependencies': [ | 1792 'dependencies': [ |
| 1780 'remoting_version_resources', | 1793 'remoting_version_resources', |
| 1781 ], | 1794 ], |
| 1782 'sources': [ | 1795 'sources': [ |
| 1783 '<(SHARED_INTERMEDIATE_DIR)/remoting/host/remoting_host_messages.rc'
, | 1796 '<(SHARED_INTERMEDIATE_DIR)/remoting/host/remoting_host_messages.rc'
, |
| 1784 '<(SHARED_INTERMEDIATE_DIR)/remoting/remoting_host_me2me_version.rc'
, | 1797 '<(SHARED_INTERMEDIATE_DIR)/remoting/remoting_host_me2me_version.rc'
, |
| 1785 'host/desktop_session_connector.h', | |
| 1786 'host/host_ui.rc', | 1798 'host/host_ui.rc', |
| 1787 'host/ipc_desktop_environment_factory.cc', | |
| 1788 'host/ipc_desktop_environment_factory.h', | |
| 1789 'host/ipc_desktop_environment.cc', | |
| 1790 'host/ipc_desktop_environment.h', | |
| 1791 ], | 1799 ], |
| 1792 'link_settings': { | 1800 'link_settings': { |
| 1793 'libraries': [ | 1801 'libraries': [ |
| 1794 '-lcomctl32.lib', | 1802 '-lcomctl32.lib', |
| 1795 ], | 1803 ], |
| 1796 }, | 1804 }, |
| 1797 'msvs_settings': { | 1805 'msvs_settings': { |
| 1798 'VCLinkerTool': { | 1806 'VCLinkerTool': { |
| 1799 'AdditionalOptions': [ | 1807 'AdditionalOptions': [ |
| 1800 "\"/manifestdependency:type='win32' " | 1808 "\"/manifestdependency:type='win32' " |
| (...skipping 261 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2062 'host/branding.cc', | 2070 'host/branding.cc', |
| 2063 'host/branding.h', | 2071 'host/branding.h', |
| 2064 'host/chromoting_host_context_unittest.cc', | 2072 'host/chromoting_host_context_unittest.cc', |
| 2065 'host/chromoting_host_unittest.cc', | 2073 'host/chromoting_host_unittest.cc', |
| 2066 'host/client_session_unittest.cc', | 2074 'host/client_session_unittest.cc', |
| 2067 'host/config_file_watcher.cc', | 2075 'host/config_file_watcher.cc', |
| 2068 'host/config_file_watcher.h', | 2076 'host/config_file_watcher.h', |
| 2069 'host/daemon_process.cc', | 2077 'host/daemon_process.cc', |
| 2070 'host/daemon_process.h', | 2078 'host/daemon_process.h', |
| 2071 'host/daemon_process_unittest.cc', | 2079 'host/daemon_process_unittest.cc', |
| 2080 'host/desktop_process.cc', |
| 2081 'host/desktop_process.h', |
| 2082 'host/desktop_process_unittest.cc', |
| 2072 'host/desktop_session.cc', | 2083 'host/desktop_session.cc', |
| 2073 'host/desktop_session.h', | 2084 'host/desktop_session.h', |
| 2085 'host/desktop_session_agent.cc', |
| 2086 'host/desktop_session_agent.h', |
| 2087 'host/desktop_session_agent_posix.cc', |
| 2088 'host/desktop_session_agent_win.cc', |
| 2074 'host/differ_block_unittest.cc', | 2089 'host/differ_block_unittest.cc', |
| 2075 'host/differ_unittest.cc', | 2090 'host/differ_unittest.cc', |
| 2076 'host/heartbeat_sender_unittest.cc', | 2091 'host/heartbeat_sender_unittest.cc', |
| 2077 'host/host_key_pair_unittest.cc', | 2092 'host/host_key_pair_unittest.cc', |
| 2078 'host/host_mock_objects.cc', | 2093 'host/host_mock_objects.cc', |
| 2079 'host/host_mock_objects.h', | 2094 'host/host_mock_objects.h', |
| 2080 'host/json_host_config_unittest.cc', | 2095 'host/json_host_config_unittest.cc', |
| 2081 'host/linux/x_server_clipboard_unittest.cc', | 2096 'host/linux/x_server_clipboard_unittest.cc', |
| 2082 'host/log_to_server_unittest.cc', | 2097 'host/log_to_server_unittest.cc', |
| 2083 'host/pin_hash_unittest.cc', | 2098 'host/pin_hash_unittest.cc', |
| 2084 'host/policy_hack/fake_policy_watcher.cc', | 2099 'host/policy_hack/fake_policy_watcher.cc', |
| 2085 'host/policy_hack/fake_policy_watcher.h', | 2100 'host/policy_hack/fake_policy_watcher.h', |
| 2086 'host/policy_hack/mock_policy_callback.cc', | 2101 'host/policy_hack/mock_policy_callback.cc', |
| 2087 'host/policy_hack/mock_policy_callback.h', | 2102 'host/policy_hack/mock_policy_callback.h', |
| 2088 'host/policy_hack/policy_watcher_unittest.cc', | 2103 'host/policy_hack/policy_watcher_unittest.cc', |
| 2089 'host/register_support_host_request_unittest.cc', | 2104 'host/register_support_host_request_unittest.cc', |
| 2090 'host/remote_input_filter_unittest.cc', | 2105 'host/remote_input_filter_unittest.cc', |
| 2091 'host/resizing_host_observer_unittest.cc', | 2106 'host/resizing_host_observer_unittest.cc', |
| 2092 'host/screen_recorder_unittest.cc', | 2107 'host/screen_recorder_unittest.cc', |
| 2093 'host/server_log_entry_unittest.cc', | 2108 'host/server_log_entry_unittest.cc', |
| 2094 'host/setup/oauth_helper_unittest.cc', | 2109 'host/setup/oauth_helper_unittest.cc', |
| 2095 'host/setup/pin_validator_unittest.cc', | 2110 'host/setup/pin_validator_unittest.cc', |
| 2096 'host/test_key_pair.h', | 2111 'host/test_key_pair.h', |
| 2097 'host/video_frame_capturer_helper_unittest.cc', | 2112 'host/video_frame_capturer_helper_unittest.cc', |
| 2098 'host/video_frame_capturer_mac_unittest.cc', | 2113 'host/video_frame_capturer_mac_unittest.cc', |
| 2099 'host/video_frame_capturer_unittest.cc', | 2114 'host/video_frame_capturer_unittest.cc', |
| 2100 'host/win/launch_process_with_token.cc', | |
| 2101 'host/win/launch_process_with_token.h', | |
| 2102 'host/win/worker_process_launcher.cc', | 2115 'host/win/worker_process_launcher.cc', |
| 2103 'host/win/worker_process_launcher.h', | 2116 'host/win/worker_process_launcher.h', |
| 2104 'host/win/worker_process_launcher_unittest.cc', | 2117 'host/win/worker_process_launcher_unittest.cc', |
| 2105 'jingle_glue/chromium_socket_factory_unittest.cc', | 2118 'jingle_glue/chromium_socket_factory_unittest.cc', |
| 2106 'jingle_glue/fake_signal_strategy.cc', | 2119 'jingle_glue/fake_signal_strategy.cc', |
| 2107 'jingle_glue/fake_signal_strategy.h', | 2120 'jingle_glue/fake_signal_strategy.h', |
| 2108 'jingle_glue/iq_sender_unittest.cc', | 2121 'jingle_glue/iq_sender_unittest.cc', |
| 2109 'jingle_glue/mock_objects.cc', | 2122 'jingle_glue/mock_objects.cc', |
| 2110 'jingle_glue/mock_objects.h', | 2123 'jingle_glue/mock_objects.h', |
| 2111 'protocol/authenticator_test_base.cc', | 2124 'protocol/authenticator_test_base.cc', |
| (...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2198 '../base/allocator/allocator.gyp:allocator', | 2211 '../base/allocator/allocator.gyp:allocator', |
| 2199 ], | 2212 ], |
| 2200 }, | 2213 }, |
| 2201 ], | 2214 ], |
| 2202 ], | 2215 ], |
| 2203 }], # end of 'toolkit_uses_gtk == 1' | 2216 }], # end of 'toolkit_uses_gtk == 1' |
| 2204 ], # end of 'conditions' | 2217 ], # end of 'conditions' |
| 2205 }, # end of target 'remoting_unittests' | 2218 }, # end of target 'remoting_unittests' |
| 2206 ], # end of targets | 2219 ], # end of targets |
| 2207 } | 2220 } |
| OLD | NEW |