| Index: remoting/remoting.gyp
|
| diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
|
| index 2ea6506b7b9b510918826f952338d616cd483c07..7c7962b6edb5452ec8f91886e017f4c7daa4a41a 100644
|
| --- a/remoting/remoting.gyp
|
| +++ b/remoting/remoting.gyp
|
| @@ -560,6 +560,7 @@
|
| '../base/base.gyp:base_static',
|
| '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
|
| '../ipc/ipc.gyp:ipc',
|
| + 'remoting_base',
|
| 'remoting_breakpad',
|
| 'remoting_version_resources',
|
| ],
|
| @@ -1057,6 +1058,10 @@
|
| 'sources': [
|
| 'base/auth_token_util.cc',
|
| 'base/auth_token_util.h',
|
| + 'base/auto_message_loop.cc',
|
| + 'base/auto_message_loop.h',
|
| + 'base/auto_thread.cc',
|
| + 'base/auto_thread.h',
|
| 'base/capture_data.cc',
|
| 'base/capture_data.h',
|
| 'base/compound_buffer.cc',
|
| @@ -1089,6 +1094,8 @@
|
| 'base/rate_counter.h',
|
| 'base/running_average.cc',
|
| 'base/running_average.h',
|
| + 'base/shutdownable.cc',
|
| + 'base/shutdownable.h',
|
| 'base/util.cc',
|
| 'base/util.h',
|
| ],
|
|
|