| 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',
|
| ],
|
|
|
|
|