| Index: remoting/remoting.gyp
|
| diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
|
| index 66d23fc10c34bc5b71f5dc18cdfdcf27fb857db1..659d8f7d225a10f50480ef57aac32da62d4bd04d 100644
|
| --- a/remoting/remoting.gyp
|
| +++ b/remoting/remoting.gyp
|
| @@ -136,6 +136,8 @@
|
| 'host/plugin/host_plugin.cc',
|
| 'host/plugin/host_plugin.def',
|
| 'host/plugin/host_plugin.rc',
|
| + 'host/plugin/host_plugin_logger.cc',
|
| + 'host/plugin/host_plugin_logger.h',
|
| 'host/plugin/host_plugin_resource.h',
|
| 'host/plugin/host_plugin_utils.cc',
|
| 'host/plugin/host_plugin_utils.h',
|
| @@ -279,6 +281,8 @@
|
| 'base/encoder_vp8.h',
|
| 'base/encoder_row_based.cc',
|
| 'base/encoder_row_based.h',
|
| + 'base/logger.cc',
|
| + 'base/logger.h',
|
| 'base/rate_counter.cc',
|
| 'base/rate_counter.h',
|
| 'base/running_average.cc',
|
| @@ -426,8 +430,6 @@
|
| 'client/client_config.h',
|
| 'client/client_context.cc',
|
| 'client/client_context.h',
|
| - 'client/client_logger.cc',
|
| - 'client/client_logger.h',
|
| 'client/frame_consumer.h',
|
| 'client/input_handler.cc',
|
| 'client/input_handler.h',
|
|
|