| Index: remoting/remoting.gyp
|
| diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
|
| index 944b93b526e0156c3da0c1a47f62f3c16dab3bb7..b5b0829367f9691e148ac36e0aea0c8d4dc9864f 100644
|
| --- a/remoting/remoting.gyp
|
| +++ b/remoting/remoting.gyp
|
| @@ -116,6 +116,8 @@
|
| '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',
|
| @@ -394,6 +396,8 @@
|
| 'client/client_config.h',
|
| 'client/client_context.cc',
|
| 'client/client_context.h',
|
| + 'client/client_logger.cc',
|
| + 'client/client_logger.h',
|
| 'client/client_util.cc',
|
| 'client/client_util.h',
|
| 'client/frame_consumer.h',
|
|
|