Index: remoting/remoting.gyp |
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp |
index 0be1a37030c48e9f6c35a5e13d53decb98925f93..61515009b4071d051e482e546c3d9cc04bd5442c 100644 |
--- a/remoting/remoting.gyp |
+++ b/remoting/remoting.gyp |
@@ -140,6 +140,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', |
@@ -290,6 +292,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', |
@@ -435,8 +439,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', |