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

Unified Diff: remoting/remoting_srcs.gypi

Issue 2176443002: Add client and host dispatchers for video_stats channel to send video stats from host to client. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@simple_channel
Patch Set: . Created 4 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 side-by-side diff with in-line comments
Download patch
Index: remoting/remoting_srcs.gypi
diff --git a/remoting/remoting_srcs.gypi b/remoting/remoting_srcs.gypi
index ec4d65403dbbf3eb56dbd4783ffffd6a82c0c821..3888d2c85b40f63daf9fabb5defe8610a677bcba 100644
--- a/remoting/remoting_srcs.gypi
+++ b/remoting/remoting_srcs.gypi
@@ -100,6 +100,8 @@
'protocol/client_stub.h',
'protocol/client_video_dispatcher.cc',
'protocol/client_video_dispatcher.h',
+ 'protocol/client_video_stats_dispatcher.cc',
+ 'protocol/client_video_stats_dispatcher.h',
'protocol/clipboard_echo_filter.cc',
'protocol/clipboard_echo_filter.h',
'protocol/clipboard_filter.cc',
@@ -125,6 +127,8 @@
'protocol/host_stub.h',
'protocol/host_video_dispatcher.cc',
'protocol/host_video_dispatcher.h',
+ 'protocol/host_video_stats_dispatcher.cc',
+ 'protocol/host_video_stats_dispatcher.h',
'protocol/http_ice_config_request.cc',
'protocol/http_ice_config_request.h',
'protocol/ice_config.cc',
@@ -224,6 +228,7 @@
'protocol/v2_authenticator.cc',
'protocol/v2_authenticator.h',
'protocol/video_renderer.h',
+ 'protocol/video_stats_stub.h',
'protocol/video_stub.h',
],
« remoting/protocol/client_video_stats_dispatcher.cc ('K') | « remoting/protocol/video_stats_stub.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698