| Index: remoting/remoting.gyp
|
| diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
|
| index 79b4fa05711afbe2391dc7d7b8861b238f8b5443..0fefcd2922083fba8ae23ad6f81bcd2a976afd07 100644
|
| --- a/remoting/remoting.gyp
|
| +++ b/remoting/remoting.gyp
|
| @@ -1122,6 +1122,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',
|
| @@ -1715,6 +1717,7 @@
|
| ],
|
| 'sources': [
|
| 'base/auth_token_util_unittest.cc',
|
| + 'base/auto_thread_task_runner_unittest.cc',
|
| 'base/base_mock_objects.cc',
|
| 'base/base_mock_objects.h',
|
| 'base/breakpad_win_unittest.cc',
|
|
|