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 340 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
351 'host/desktop_session_proxy.h', | 351 'host/desktop_session_proxy.h', |
352 'host/disconnect_window_aura.cc', | 352 'host/disconnect_window_aura.cc', |
353 'host/disconnect_window_gtk.cc', | 353 'host/disconnect_window_gtk.cc', |
354 'host/disconnect_window_mac.h', | 354 'host/disconnect_window_mac.h', |
355 'host/disconnect_window_mac.mm', | 355 'host/disconnect_window_mac.mm', |
356 'host/disconnect_window_win.cc', | 356 'host/disconnect_window_win.cc', |
357 'host/dns_blackhole_checker.cc', | 357 'host/dns_blackhole_checker.cc', |
358 'host/dns_blackhole_checker.h', | 358 'host/dns_blackhole_checker.h', |
359 'host/heartbeat_sender.cc', | 359 'host/heartbeat_sender.cc', |
360 'host/heartbeat_sender.h', | 360 'host/heartbeat_sender.h', |
| 361 'host/host_status_sender.cc', |
| 362 'host/host_status_sender.h', |
361 'host/host_change_notification_listener.cc', | 363 'host/host_change_notification_listener.cc', |
362 'host/host_change_notification_listener.h', | 364 'host/host_change_notification_listener.h', |
363 'host/host_config.cc', | 365 'host/host_config.cc', |
364 'host/host_config.h', | 366 'host/host_config.h', |
365 'host/host_exit_codes.h', | 367 'host/host_exit_codes.h', |
366 'host/host_secret.cc', | 368 'host/host_secret.cc', |
367 'host/host_secret.h', | 369 'host/host_secret.h', |
368 'host/host_status_monitor.h', | 370 'host/host_status_monitor.h', |
369 'host/host_status_observer.h', | 371 'host/host_status_observer.h', |
370 'host/host_window.h', | 372 'host/host_window.h', |
(...skipping 2268 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2639 'host/daemon_process.h', | 2641 'host/daemon_process.h', |
2640 'host/daemon_process_unittest.cc', | 2642 'host/daemon_process_unittest.cc', |
2641 'host/desktop_process.cc', | 2643 'host/desktop_process.cc', |
2642 'host/desktop_process.h', | 2644 'host/desktop_process.h', |
2643 'host/desktop_process_unittest.cc', | 2645 'host/desktop_process_unittest.cc', |
2644 'host/desktop_session.cc', | 2646 'host/desktop_session.cc', |
2645 'host/desktop_session.h', | 2647 'host/desktop_session.h', |
2646 'host/desktop_session_agent.cc', | 2648 'host/desktop_session_agent.cc', |
2647 'host/desktop_session_agent.h', | 2649 'host/desktop_session_agent.h', |
2648 'host/heartbeat_sender_unittest.cc', | 2650 'host/heartbeat_sender_unittest.cc', |
| 2651 'host/host_status_sender_unittest.cc', |
2649 'host/host_change_notification_listener_unittest.cc', | 2652 'host/host_change_notification_listener_unittest.cc', |
2650 'host/host_mock_objects.cc', | 2653 'host/host_mock_objects.cc', |
2651 'host/host_mock_objects.h', | 2654 'host/host_mock_objects.h', |
2652 'host/host_status_monitor_fake.h', | 2655 'host/host_status_monitor_fake.h', |
2653 'host/ipc_desktop_environment_unittest.cc', | 2656 'host/ipc_desktop_environment_unittest.cc', |
2654 'host/json_host_config_unittest.cc', | 2657 'host/json_host_config_unittest.cc', |
2655 'host/linux/x_server_clipboard_unittest.cc', | 2658 'host/linux/x_server_clipboard_unittest.cc', |
2656 'host/local_input_monitor_unittest.cc', | 2659 'host/local_input_monitor_unittest.cc', |
2657 'host/log_to_server_unittest.cc', | 2660 'host/log_to_server_unittest.cc', |
2658 'host/pairing_registry_delegate_linux_unittest.cc', | 2661 'host/pairing_registry_delegate_linux_unittest.cc', |
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2790 '../base/allocator/allocator.gyp:allocator', | 2793 '../base/allocator/allocator.gyp:allocator', |
2791 ], | 2794 ], |
2792 }, | 2795 }, |
2793 ], | 2796 ], |
2794 ], | 2797 ], |
2795 }], # end of 'toolkit_uses_gtk == 1' | 2798 }], # end of 'toolkit_uses_gtk == 1' |
2796 ], # end of 'conditions' | 2799 ], # end of 'conditions' |
2797 }, # end of target 'remoting_unittests' | 2800 }, # end of target 'remoting_unittests' |
2798 ], # end of targets | 2801 ], # end of targets |
2799 } | 2802 } |
OLD | NEW |