| Index: base/base.gyp
|
| ===================================================================
|
| --- base/base.gyp (revision 127368)
|
| +++ base/base.gyp (working copy)
|
| @@ -253,7 +253,9 @@
|
| 'test/trace_event_analyzer_unittest.cc',
|
| 'threading/non_thread_safe_unittest.cc',
|
| 'threading/platform_thread_unittest.cc',
|
| + 'threading/sequenced_task_runner_impl_unittest.cc',
|
| 'threading/sequenced_worker_pool_unittest.cc',
|
| + 'threading/sequenced_worker_pool_unittest.h',
|
| 'threading/simple_thread_unittest.cc',
|
| 'threading/thread_checker_unittest.cc',
|
| 'threading/thread_collision_warner_unittest.cc',
|
| @@ -444,6 +446,8 @@
|
| 'test/scoped_locale.h',
|
| 'test/task_runner_test_template.cc',
|
| 'test/task_runner_test_template.h',
|
| + 'test/sequenced_task_runner_test_template.cc',
|
| + 'test/sequenced_task_runner_test_template.h',
|
| 'test/test_file_util.h',
|
| 'test/test_file_util_linux.cc',
|
| 'test/test_file_util_mac.cc',
|
|
|