| Index: remoting/remoting.gyp
|
| diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
|
| index 0bf994811af55727f16c1f4e5e3ab155c0173bbf..daf51fc58d2c937cc7fb50b60201e704328372ef 100644
|
| --- a/remoting/remoting.gyp
|
| +++ b/remoting/remoting.gyp
|
| @@ -135,8 +135,6 @@
|
| 'client/plugin/chromoting_instance.h',
|
| 'client/plugin/chromoting_scriptable_object.cc',
|
| 'client/plugin/chromoting_scriptable_object.h',
|
| - 'client/plugin/pepper_client_logger.cc',
|
| - 'client/plugin/pepper_client_logger.h',
|
| 'client/plugin/pepper_entrypoints.cc',
|
| 'client/plugin/pepper_entrypoints.h',
|
| 'client/plugin/pepper_input_handler.cc',
|
| @@ -169,8 +167,6 @@
|
| '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',
|
| @@ -318,12 +314,12 @@
|
| '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',
|
| 'base/running_average.h',
|
| + 'base/task_thread_proxy.cc',
|
| + 'base/task_thread_proxy.h',
|
| 'base/tracer.cc',
|
| 'base/tracer.h',
|
| 'base/types.h',
|
|
|