| Index: remoting/remoting.gyp
|
| diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
|
| index f2080f16daa5845346c7b5a24633554831640029..74c58172ce16ac20449c86bbd30d79c4b7f68abd 100644
|
| --- a/remoting/remoting.gyp
|
| +++ b/remoting/remoting.gyp
|
| @@ -159,6 +159,10 @@
|
| 'base/encoder_vp8.h',
|
| 'base/encoder_row_based.cc',
|
| 'base/encoder_row_based.h',
|
| + 'base/rate_counter.cc',
|
| + 'base/rate_counter.h',
|
| + 'base/running_average.cc',
|
| + 'base/running_avarage.h',
|
| 'base/tracer.cc',
|
| 'base/tracer.h',
|
| 'base/types.h',
|
| @@ -272,6 +276,8 @@
|
| 'sources': [
|
| 'client/chromoting_client.cc',
|
| 'client/chromoting_client.h',
|
| + 'client/chromoting_stats.cc',
|
| + 'client/chromoting_stats.h',
|
| 'client/chromoting_view.cc',
|
| 'client/chromoting_view.h',
|
| 'client/client_config.h',
|
|
|