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

Unified Diff: remoting/protocol/BUILD.gn

Issue 2858813002: [Chromoting] Use ProcessStatsSender in host process
Patch Set: Created 3 years, 8 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
« no previous file with comments | « remoting/host/process_stats_sender_unittest.cc ('k') | remoting/protocol/connection_to_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/BUILD.gn
diff --git a/remoting/protocol/BUILD.gn b/remoting/protocol/BUILD.gn
index f9d4099c6b8bbad9111fa86557425222b9453928..8b3756502e28b8bb59a9f5158b8af4ab8cbfb180 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_dispatcher.cc",
+ "process_stats_dispatcher.h",
"process_stats_stub.h",
"pseudotcp_adapter.cc",
"pseudotcp_adapter.h",
@@ -266,6 +268,8 @@ static_library("test_support") {
"fake_connection_to_host.h",
"fake_datagram_socket.cc",
"fake_datagram_socket.h",
+ "fake_process_stats_stub.cc",
+ "fake_process_stats_stub.h",
"fake_session.cc",
"fake_session.h",
"fake_stream_socket.cc",
« no previous file with comments | « remoting/host/process_stats_sender_unittest.cc ('k') | remoting/protocol/connection_to_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698