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

Unified Diff: remoting/host/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 side-by-side diff with in-line comments
Download patch
Index: remoting/host/BUILD.gn
diff --git a/remoting/host/BUILD.gn b/remoting/host/BUILD.gn
index 5b8afbf4b6cd5917899fb301c7912cbac2b6dfd8..ca8693edc3bbc3b8ebc7ca96f8f5a84e0d78d6a8 100644
--- a/remoting/host/BUILD.gn
+++ b/remoting/host/BUILD.gn
@@ -175,6 +175,8 @@ static_library("host") {
"host_secret.h",
"host_session_options.cc",
"host_session_options.h",
+ "host_stats.cc",
+ "host_stats.h",
"host_status_logger.cc",
"host_status_logger.h",
"host_status_monitor.h",
@@ -498,6 +500,7 @@ source_set("unit_tests") {
"host_extension_session_manager_unittest.cc",
"host_power_save_blocker_unittest.cc",
"host_session_options_unittest.cc",
+ "host_stats_unittest.cc",
"host_status_logger_unittest.cc",
"ipc_desktop_environment_unittest.cc",
"it2me/it2me_confirmation_dialog_proxy_unittest.cc",

Powered by Google App Engine
This is Rietveld 408576698