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

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

Issue 2775983003: [Chromoting] Retrieve process resource usage (ProcessStats) and its tests (Closed)
Patch Set: Created 3 years, 9 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 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 source_set("base") { 5 source_set("base") {
6 sources = [ 6 sources = [
7 "auto_thread.cc", 7 "auto_thread.cc",
8 "auto_thread.h", 8 "auto_thread.h",
9 "auto_thread_task_runner.cc", 9 "auto_thread_task_runner.cc",
10 "auto_thread_task_runner.h", 10 "auto_thread_task_runner.h",
11 "buffered_socket_writer.cc", 11 "buffered_socket_writer.cc",
12 "buffered_socket_writer.h", 12 "buffered_socket_writer.h",
13 "capabilities.cc", 13 "capabilities.cc",
14 "capabilities.h", 14 "capabilities.h",
15 "chromium_url_request.cc", 15 "chromium_url_request.cc",
16 "chromium_url_request.h", 16 "chromium_url_request.h",
17 "chromoting_event.cc", 17 "chromoting_event.cc",
18 "chromoting_event.h", 18 "chromoting_event.h",
19 "compound_buffer.cc", 19 "compound_buffer.cc",
20 "compound_buffer.h", 20 "compound_buffer.h",
21 "constants.cc", 21 "constants.cc",
22 "constants.h", 22 "constants.h",
23 "leaky_bucket.cc", 23 "leaky_bucket.cc",
24 "leaky_bucket.h", 24 "leaky_bucket.h",
25 "process_resource_usage.cc",
26 "process_resource_usage.h",
25 "rate_counter.cc", 27 "rate_counter.cc",
26 "rate_counter.h", 28 "rate_counter.h",
27 "rsa_key_pair.cc", 29 "rsa_key_pair.cc",
28 "rsa_key_pair.h", 30 "rsa_key_pair.h",
29 "running_samples.cc", 31 "running_samples.cc",
30 "running_samples.h", 32 "running_samples.h",
31 "scoped_sc_handle_win.h", 33 "scoped_sc_handle_win.h",
32 "socket_reader.cc", 34 "socket_reader.cc",
33 "socket_reader.h", 35 "socket_reader.h",
34 "telemetry_log_writer.cc", 36 "telemetry_log_writer.cc",
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
171 ] 173 ]
172 174
173 if (is_win || is_mac || is_chromeos) { 175 if (is_win || is_mac || is_chromeos) {
174 deps += [ "//breakpad:client" ] 176 deps += [ "//breakpad:client" ]
175 } 177 }
176 178
177 if (is_win) { 179 if (is_win) {
178 libs = [ "rpcrt4.lib" ] # For UuidCreate in breakpad_win_unittest.cc. 180 libs = [ "rpcrt4.lib" ] # For UuidCreate in breakpad_win_unittest.cc.
179 } 181 }
180 } 182 }
OLDNEW
« no previous file with comments | « no previous file | remoting/base/process_resource_usage.h » ('j') | remoting/base/process_resource_usage.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698