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 'chromium_code': 1, | 7 'chromium_code': 1, |
8 | 8 |
9 'variables': { | 9 'variables': { |
10 'conditions': [ | 10 'conditions': [ |
(...skipping 390 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
401 'host/desktop_session_proxy.h', | 401 'host/desktop_session_proxy.h', |
402 'host/disconnect_window_aura.cc', | 402 'host/disconnect_window_aura.cc', |
403 'host/disconnect_window_gtk.cc', | 403 'host/disconnect_window_gtk.cc', |
404 'host/disconnect_window_mac.h', | 404 'host/disconnect_window_mac.h', |
405 'host/disconnect_window_mac.mm', | 405 'host/disconnect_window_mac.mm', |
406 'host/disconnect_window_win.cc', | 406 'host/disconnect_window_win.cc', |
407 'host/dns_blackhole_checker.cc', | 407 'host/dns_blackhole_checker.cc', |
408 'host/dns_blackhole_checker.h', | 408 'host/dns_blackhole_checker.h', |
409 'host/heartbeat_sender.cc', | 409 'host/heartbeat_sender.cc', |
410 'host/heartbeat_sender.h', | 410 'host/heartbeat_sender.h', |
| 411 'host/host_status_sender.cc', |
| 412 'host/host_status_sender.h', |
411 'host/host_change_notification_listener.cc', | 413 'host/host_change_notification_listener.cc', |
412 'host/host_change_notification_listener.h', | 414 'host/host_change_notification_listener.h', |
413 'host/host_config.cc', | 415 'host/host_config.cc', |
414 'host/host_config.h', | 416 'host/host_config.h', |
415 'host/host_exit_codes.h', | 417 'host/host_exit_codes.h', |
| 418 'host/host_exit_codes.cc', |
416 'host/host_secret.cc', | 419 'host/host_secret.cc', |
417 'host/host_secret.h', | 420 'host/host_secret.h', |
418 'host/host_status_monitor.h', | 421 'host/host_status_monitor.h', |
419 'host/host_status_observer.h', | 422 'host/host_status_observer.h', |
420 'host/host_window.h', | 423 'host/host_window.h', |
421 'host/host_window_proxy.cc', | 424 'host/host_window_proxy.cc', |
422 'host/host_window_proxy.h', | 425 'host/host_window_proxy.h', |
423 'host/in_memory_host_config.cc', | 426 'host/in_memory_host_config.cc', |
424 'host/in_memory_host_config.h', | 427 'host/in_memory_host_config.h', |
425 'host/input_injector.h', | 428 'host/input_injector.h', |
(...skipping 1074 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1500 'host/desktop_process.cc', | 1503 'host/desktop_process.cc', |
1501 'host/desktop_process.h', | 1504 'host/desktop_process.h', |
1502 'host/desktop_process_main.cc', | 1505 'host/desktop_process_main.cc', |
1503 'host/desktop_session.cc', | 1506 'host/desktop_session.cc', |
1504 'host/desktop_session.h', | 1507 'host/desktop_session.h', |
1505 'host/desktop_session_agent.cc', | 1508 'host/desktop_session_agent.cc', |
1506 'host/desktop_session_agent.h', | 1509 'host/desktop_session_agent.h', |
1507 'host/desktop_session_win.cc', | 1510 'host/desktop_session_win.cc', |
1508 'host/desktop_session_win.h', | 1511 'host/desktop_session_win.h', |
1509 'host/host_exit_codes.h', | 1512 'host/host_exit_codes.h', |
| 1513 'host/host_exit_codes.cc', |
1510 'host/host_export.h', | 1514 'host/host_export.h', |
1511 'host/host_main.cc', | 1515 'host/host_main.cc', |
1512 'host/host_main.h', | 1516 'host/host_main.h', |
1513 'host/ipc_constants.cc', | 1517 'host/ipc_constants.cc', |
1514 'host/ipc_constants.h', | 1518 'host/ipc_constants.h', |
1515 'host/remoting_me2me_host.cc', | 1519 'host/remoting_me2me_host.cc', |
1516 'host/sas_injector.h', | 1520 'host/sas_injector.h', |
1517 'host/sas_injector_win.cc', | 1521 'host/sas_injector_win.cc', |
1518 'host/verify_config_window_win.cc', | 1522 'host/verify_config_window_win.cc', |
1519 'host/verify_config_window_win.h', | 1523 'host/verify_config_window_win.h', |
(...skipping 1244 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2764 'host/daemon_process.h', | 2768 'host/daemon_process.h', |
2765 'host/daemon_process_unittest.cc', | 2769 'host/daemon_process_unittest.cc', |
2766 'host/desktop_process.cc', | 2770 'host/desktop_process.cc', |
2767 'host/desktop_process.h', | 2771 'host/desktop_process.h', |
2768 'host/desktop_process_unittest.cc', | 2772 'host/desktop_process_unittest.cc', |
2769 'host/desktop_session.cc', | 2773 'host/desktop_session.cc', |
2770 'host/desktop_session.h', | 2774 'host/desktop_session.h', |
2771 'host/desktop_session_agent.cc', | 2775 'host/desktop_session_agent.cc', |
2772 'host/desktop_session_agent.h', | 2776 'host/desktop_session_agent.h', |
2773 'host/heartbeat_sender_unittest.cc', | 2777 'host/heartbeat_sender_unittest.cc', |
| 2778 'host/host_status_sender_unittest.cc', |
2774 'host/host_change_notification_listener_unittest.cc', | 2779 'host/host_change_notification_listener_unittest.cc', |
2775 'host/host_mock_objects.cc', | 2780 'host/host_mock_objects.cc', |
2776 'host/host_mock_objects.h', | 2781 'host/host_mock_objects.h', |
2777 'host/host_status_monitor_fake.h', | 2782 'host/host_status_monitor_fake.h', |
2778 'host/ipc_desktop_environment_unittest.cc', | 2783 'host/ipc_desktop_environment_unittest.cc', |
2779 'host/json_host_config_unittest.cc', | 2784 'host/json_host_config_unittest.cc', |
2780 'host/linux/x_server_clipboard_unittest.cc', | 2785 'host/linux/x_server_clipboard_unittest.cc', |
2781 'host/local_input_monitor_unittest.cc', | 2786 'host/local_input_monitor_unittest.cc', |
2782 'host/log_to_server_unittest.cc', | 2787 'host/log_to_server_unittest.cc', |
2783 'host/pairing_registry_delegate_linux_unittest.cc', | 2788 'host/pairing_registry_delegate_linux_unittest.cc', |
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2915 '../base/allocator/allocator.gyp:allocator', | 2920 '../base/allocator/allocator.gyp:allocator', |
2916 ], | 2921 ], |
2917 }, | 2922 }, |
2918 ], | 2923 ], |
2919 ], | 2924 ], |
2920 }], # end of 'toolkit_uses_gtk == 1' | 2925 }], # end of 'toolkit_uses_gtk == 1' |
2921 ], # end of 'conditions' | 2926 ], # end of 'conditions' |
2922 }, # end of target 'remoting_unittests' | 2927 }, # end of target 'remoting_unittests' |
2923 ], # end of targets | 2928 ], # end of targets |
2924 } | 2929 } |
OLD | NEW |