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

Unified Diff: remoting/protocol/BUILD.gn

Issue 2856243002: [Chromoting] Add ProcessStatsDispatcher to send process stats to the client
Patch Set: Change ProcessStatsDispatcher into ProcessStatsAgent and send the message through ClientStub 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 side-by-side diff with in-line comments
Download patch
Index: remoting/protocol/BUILD.gn
diff --git a/remoting/protocol/BUILD.gn b/remoting/protocol/BUILD.gn
index f9d4099c6b8bbad9111fa86557425222b9453928..b8f45ff66084e066eb12d17a525b1ef51cc207d4 100644
--- a/remoting/protocol/BUILD.gn
+++ b/remoting/protocol/BUILD.gn
@@ -128,6 +128,8 @@ static_library("protocol") {
"port_allocator_factory.h",
"port_range.cc",
"port_range.h",
+ "process_stats_adapter.cc",
+ "process_stats_adapter.h",
"process_stats_stub.h",
"pseudotcp_adapter.cc",
"pseudotcp_adapter.h",

Powered by Google App Engine
This is Rietveld 408576698