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

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

Issue 2964613002: [Chromoting] Deprecate AggregatedProcessResourceUsage.* (Closed)
Patch Set: Use latest ipc_message_protobuf_utils to serialize and deserialize AggregatedProcessResourceUsage Created 3 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
« no previous file with comments | « no previous file | remoting/host/chromoting_param_traits.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 216 matching lines...) Expand 10 before | Expand all | Expand 10 after
227 "pairing_registry_delegate_win.h", 227 "pairing_registry_delegate_win.h",
228 "pin_hash.cc", 228 "pin_hash.cc",
229 "pin_hash.h", 229 "pin_hash.h",
230 "policy_watcher.cc", 230 "policy_watcher.cc",
231 "policy_watcher.h", 231 "policy_watcher.h",
232 "posix/signal_handler.cc", 232 "posix/signal_handler.cc",
233 "posix/signal_handler.h", 233 "posix/signal_handler.h",
234 "process_stats_agent.h", 234 "process_stats_agent.h",
235 "process_stats_sender.cc", 235 "process_stats_sender.cc",
236 "process_stats_sender.h", 236 "process_stats_sender.h",
237 "process_stats_util.cc",
238 "process_stats_util.h",
239 "register_support_host_request.cc", 237 "register_support_host_request.cc",
240 "register_support_host_request.h", 238 "register_support_host_request.h",
241 "remote_input_filter.cc", 239 "remote_input_filter.cc",
242 "remote_input_filter.h", 240 "remote_input_filter.h",
243 "resizing_host_observer.cc", 241 "resizing_host_observer.cc",
244 "resizing_host_observer.h", 242 "resizing_host_observer.h",
245 "resources.h", 243 "resources.h",
246 "resources_linux.cc", 244 "resources_linux.cc",
247 "resources_mac.cc", 245 "resources_mac.cc",
248 "resources_win.cc", 246 "resources_win.cc",
(...skipping 556 matching lines...) Expand 10 before | Expand all | Expand 10 after
805 group("remoting_me2me_host_archive") { 803 group("remoting_me2me_host_archive") {
806 deps = [ 804 deps = [
807 "//remoting/host/installer/mac:remoting_me2me_host_archive", 805 "//remoting/host/installer/mac:remoting_me2me_host_archive",
808 ] 806 ]
809 } 807 }
810 } else { 808 } else {
811 group("remoting_me2me_host_archive") { 809 group("remoting_me2me_host_archive") {
812 } 810 }
813 } 811 }
814 } 812 }
OLDNEW
« no previous file with comments | « no previous file | remoting/host/chromoting_param_traits.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698