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

Side by Side Diff: remoting/host/BUILD.gn

Issue 2775983003: [Chromoting] Retrieve process resource usage (ProcessStats) and its tests (Closed)
Patch Set: thread_checker_ should be correctly constructed Created 3 years, 7 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
« no previous file with comments | « no previous file | remoting/host/current_process_stats_agent.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 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 import("//build/util/process_version.gni") 5 import("//build/util/process_version.gni")
6 import("//media/media_options.gni") 6 import("//media/media_options.gni")
7 import("//remoting/build/config/remoting_build.gni") 7 import("//remoting/build/config/remoting_build.gni")
8 8
9 group("all_tests") { 9 group("all_tests") {
10 testonly = true 10 testonly = true
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 "clipboard_x11.cc", 100 "clipboard_x11.cc",
101 "config_file_watcher.cc", 101 "config_file_watcher.cc",
102 "config_file_watcher.h", 102 "config_file_watcher.h",
103 "config_watcher.h", 103 "config_watcher.h",
104 "continue_window.cc", 104 "continue_window.cc",
105 "continue_window.h", 105 "continue_window.h",
106 "continue_window_chromeos.cc", 106 "continue_window_chromeos.cc",
107 "continue_window_linux.cc", 107 "continue_window_linux.cc",
108 "continue_window_mac.mm", 108 "continue_window_mac.mm",
109 "continue_window_win.cc", 109 "continue_window_win.cc",
110 "current_process_stats_agent.cc",
111 "current_process_stats_agent.h",
110 "curtain_mode.h", 112 "curtain_mode.h",
111 "curtain_mode_linux.cc", 113 "curtain_mode_linux.cc",
112 "curtain_mode_mac.cc", 114 "curtain_mode_mac.cc",
113 "curtain_mode_win.cc", 115 "curtain_mode_win.cc",
114 "daemon_process.cc", 116 "daemon_process.cc",
115 "daemon_process.h", 117 "daemon_process.h",
116 "daemon_process_win.cc", 118 "daemon_process_win.cc",
117 "desktop_capturer_proxy.cc", 119 "desktop_capturer_proxy.cc",
118 "desktop_capturer_proxy.h", 120 "desktop_capturer_proxy.h",
119 "desktop_environment.h", 121 "desktop_environment.h",
(...skipping 15 matching lines...) Expand all
135 "desktop_session_proxy.h", 137 "desktop_session_proxy.h",
136 "desktop_session_win.cc", 138 "desktop_session_win.cc",
137 "desktop_session_win.h", 139 "desktop_session_win.h",
138 "disconnect_window_chromeos.cc", 140 "disconnect_window_chromeos.cc",
139 "disconnect_window_linux.cc", 141 "disconnect_window_linux.cc",
140 "disconnect_window_mac.h", 142 "disconnect_window_mac.h",
141 "disconnect_window_mac.mm", 143 "disconnect_window_mac.mm",
142 "disconnect_window_win.cc", 144 "disconnect_window_win.cc",
143 "dns_blackhole_checker.cc", 145 "dns_blackhole_checker.cc",
144 "dns_blackhole_checker.h", 146 "dns_blackhole_checker.h",
147 "forward_process_stats_agent.cc",
148 "forward_process_stats_agent.h",
145 "gcd_rest_client.cc", 149 "gcd_rest_client.cc",
146 "gcd_rest_client.h", 150 "gcd_rest_client.h",
147 "gcd_state_updater.cc", 151 "gcd_state_updater.cc",
148 "gcd_state_updater.h", 152 "gcd_state_updater.h",
149 "heartbeat_sender.cc", 153 "heartbeat_sender.cc",
150 "heartbeat_sender.h", 154 "heartbeat_sender.h",
151 "host_attributes.cc", 155 "host_attributes.cc",
152 "host_attributes.h", 156 "host_attributes.h",
153 "host_change_notification_listener.cc", 157 "host_change_notification_listener.cc",
154 "host_change_notification_listener.h", 158 "host_change_notification_listener.h",
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
241 "pairing_registry_delegate_linux.h", 245 "pairing_registry_delegate_linux.h",
242 "pairing_registry_delegate_mac.cc", 246 "pairing_registry_delegate_mac.cc",
243 "pairing_registry_delegate_win.cc", 247 "pairing_registry_delegate_win.cc",
244 "pairing_registry_delegate_win.h", 248 "pairing_registry_delegate_win.h",
245 "pin_hash.cc", 249 "pin_hash.cc",
246 "pin_hash.h", 250 "pin_hash.h",
247 "policy_watcher.cc", 251 "policy_watcher.cc",
248 "policy_watcher.h", 252 "policy_watcher.h",
249 "posix/signal_handler.cc", 253 "posix/signal_handler.cc",
250 "posix/signal_handler.h", 254 "posix/signal_handler.h",
255 "process_stats_agent.h",
256 "process_stats_sender.cc",
257 "process_stats_sender.h",
258 "process_stats_util.cc",
259 "process_stats_util.h",
251 "register_support_host_request.cc", 260 "register_support_host_request.cc",
252 "register_support_host_request.h", 261 "register_support_host_request.h",
253 "remote_input_filter.cc", 262 "remote_input_filter.cc",
254 "remote_input_filter.h", 263 "remote_input_filter.h",
255 "resizing_host_observer.cc", 264 "resizing_host_observer.cc",
256 "resizing_host_observer.h", 265 "resizing_host_observer.h",
257 "resources.h", 266 "resources.h",
258 "resources_linux.cc", 267 "resources_linux.cc",
259 "resources_mac.cc", 268 "resources_mac.cc",
260 "resources_win.cc", 269 "resources_win.cc",
(...skipping 249 matching lines...) Expand 10 before | Expand all | Expand 10 after
510 "linux/x_server_clipboard_unittest.cc", 519 "linux/x_server_clipboard_unittest.cc",
511 "local_input_monitor_unittest.cc", 520 "local_input_monitor_unittest.cc",
512 "mouse_cursor_monitor_proxy_unittest.cc", 521 "mouse_cursor_monitor_proxy_unittest.cc",
513 "mouse_shape_pump_unittest.cc", 522 "mouse_shape_pump_unittest.cc",
514 "native_messaging/native_messaging_reader_unittest.cc", 523 "native_messaging/native_messaging_reader_unittest.cc",
515 "native_messaging/native_messaging_writer_unittest.cc", 524 "native_messaging/native_messaging_writer_unittest.cc",
516 "pairing_registry_delegate_linux_unittest.cc", 525 "pairing_registry_delegate_linux_unittest.cc",
517 "pairing_registry_delegate_win_unittest.cc", 526 "pairing_registry_delegate_win_unittest.cc",
518 "pin_hash_unittest.cc", 527 "pin_hash_unittest.cc",
519 "policy_watcher_unittest.cc", 528 "policy_watcher_unittest.cc",
529 "process_stats_sender_unittest.cc",
520 "register_support_host_request_unittest.cc", 530 "register_support_host_request_unittest.cc",
521 "remote_input_filter_unittest.cc", 531 "remote_input_filter_unittest.cc",
522 "resizing_host_observer_unittest.cc", 532 "resizing_host_observer_unittest.cc",
523 "resources_unittest.cc", 533 "resources_unittest.cc",
524 "screen_resolution_unittest.cc", 534 "screen_resolution_unittest.cc",
525 "server_log_entry_host_unittest.cc", 535 "server_log_entry_host_unittest.cc",
526 "setup/me2me_native_messaging_host_unittest.cc", 536 "setup/me2me_native_messaging_host_unittest.cc",
527 "setup/pin_validator_unittest.cc", 537 "setup/pin_validator_unittest.cc",
528 "third_party_auth_config_unittest.cc", 538 "third_party_auth_config_unittest.cc",
529 "token_validator_base_unittest.cc", 539 "token_validator_base_unittest.cc",
(...skipping 303 matching lines...) Expand 10 before | Expand all | Expand 10 after
833 group("remoting_me2me_host_archive") { 843 group("remoting_me2me_host_archive") {
834 deps = [ 844 deps = [
835 "//remoting/host/installer/mac:remoting_me2me_host_archive", 845 "//remoting/host/installer/mac:remoting_me2me_host_archive",
836 ] 846 ]
837 } 847 }
838 } else { 848 } else {
839 group("remoting_me2me_host_archive") { 849 group("remoting_me2me_host_archive") {
840 } 850 }
841 } 851 }
842 } 852 }
OLDNEW
« no previous file with comments | « no previous file | remoting/host/current_process_stats_agent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698