Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(110)

Side by Side Diff: remoting/remoting.gyp

Issue 18075003: Host offline status reporting. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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/offline_status_sender.cc',
362 'host/offline_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 2265 matching lines...) Expand 10 before | Expand all | Expand 10 after
2636 'host/daemon_process.h', 2638 'host/daemon_process.h',
2637 'host/daemon_process_unittest.cc', 2639 'host/daemon_process_unittest.cc',
2638 'host/desktop_process.cc', 2640 'host/desktop_process.cc',
2639 'host/desktop_process.h', 2641 'host/desktop_process.h',
2640 'host/desktop_process_unittest.cc', 2642 'host/desktop_process_unittest.cc',
2641 'host/desktop_session.cc', 2643 'host/desktop_session.cc',
2642 'host/desktop_session.h', 2644 'host/desktop_session.h',
2643 'host/desktop_session_agent.cc', 2645 'host/desktop_session_agent.cc',
2644 'host/desktop_session_agent.h', 2646 'host/desktop_session_agent.h',
2645 'host/heartbeat_sender_unittest.cc', 2647 'host/heartbeat_sender_unittest.cc',
2648 'host/offline_status_sender_unittest.cc',
2646 'host/host_change_notification_listener_unittest.cc', 2649 'host/host_change_notification_listener_unittest.cc',
2647 'host/host_mock_objects.cc', 2650 'host/host_mock_objects.cc',
2648 'host/host_mock_objects.h', 2651 'host/host_mock_objects.h',
2649 'host/host_status_monitor_fake.h', 2652 'host/host_status_monitor_fake.h',
2650 'host/ipc_desktop_environment_unittest.cc', 2653 'host/ipc_desktop_environment_unittest.cc',
2651 'host/json_host_config_unittest.cc', 2654 'host/json_host_config_unittest.cc',
2652 'host/linux/x_server_clipboard_unittest.cc', 2655 'host/linux/x_server_clipboard_unittest.cc',
2653 'host/local_input_monitor_unittest.cc', 2656 'host/local_input_monitor_unittest.cc',
2654 'host/log_to_server_unittest.cc', 2657 'host/log_to_server_unittest.cc',
2655 'host/pairing_registry_delegate_linux_unittest.cc', 2658 'host/pairing_registry_delegate_linux_unittest.cc',
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
2787 '../base/allocator/allocator.gyp:allocator', 2790 '../base/allocator/allocator.gyp:allocator',
2788 ], 2791 ],
2789 }, 2792 },
2790 ], 2793 ],
2791 ], 2794 ],
2792 }], # end of 'toolkit_uses_gtk == 1' 2795 }], # end of 'toolkit_uses_gtk == 1'
2793 ], # end of 'conditions' 2796 ], # end of 'conditions'
2794 }, # end of target 'remoting_unittests' 2797 }, # end of target 'remoting_unittests'
2795 ], # end of targets 2798 ], # end of targets
2796 } 2799 }
OLDNEW
« remoting/host/remoting_me2me_host.cc ('K') | « remoting/host/remoting_me2me_host.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698