| Index: remoting/remoting.gyp
|
| diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
|
| index 5c42def7a3ceadefbc961109f7c7f3b3b767497b..9188be6da95ba42138b88f29b845c4a3ef4f6475 100644
|
| --- a/remoting/remoting.gyp
|
| +++ b/remoting/remoting.gyp
|
| @@ -2225,12 +2225,14 @@
|
| # depend on chromotocol_proto_lib for headers.
|
| 'hard_dependency': 1,
|
| 'sources': [
|
| + 'base/auth_token_util.cc',
|
| + 'base/auth_token_util.h',
|
| 'base/auto_thread.cc',
|
| 'base/auto_thread.h',
|
| 'base/auto_thread_task_runner.cc',
|
| 'base/auto_thread_task_runner.h',
|
| - 'base/auth_token_util.cc',
|
| - 'base/auth_token_util.h',
|
| + 'base/capabilities.cc',
|
| + 'base/capabilities.h',
|
| 'base/compound_buffer.cc',
|
| 'base/compound_buffer.h',
|
| 'base/constants.cc',
|
| @@ -2517,6 +2519,7 @@
|
| 'base/auto_thread_task_runner_unittest.cc',
|
| 'base/auto_thread_unittest.cc',
|
| 'base/breakpad_win_unittest.cc',
|
| + 'base/capabilities_unittest.cc',
|
| 'base/compound_buffer_unittest.cc',
|
| 'base/rate_counter_unittest.cc',
|
| 'base/resources_unittest.cc',
|
|
|