| Index: remoting/remoting.gyp
|
| diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
|
| index 75c7ad21cb3bdacb9f09f96e9507ab8fc14d8aa5..4b7feb06ebd3b736df062840582bd8fd6dc0fb0c 100644
|
| --- a/remoting/remoting.gyp
|
| +++ b/remoting/remoting.gyp
|
| @@ -1124,6 +1124,8 @@
|
| # depend on chromotocol_proto_lib for headers.
|
| 'hard_dependency': 1,
|
| 'sources': [
|
| + 'base/auto_thread_task_runner.cc',
|
| + 'base/auto_thread_task_runner.h',
|
| 'base/auth_token_util.cc',
|
| 'base/auth_token_util.h',
|
| 'base/capture_data.cc',
|
| @@ -1731,6 +1733,7 @@
|
| ],
|
| 'sources': [
|
| 'base/auth_token_util_unittest.cc',
|
| + 'base/auto_thread_task_runner_unittest.cc',
|
| 'base/breakpad_win_unittest.cc',
|
| 'base/compound_buffer_unittest.cc',
|
| 'base/compressor_zlib_unittest.cc',
|
|
|