| Index: base/base.gyp
|
| ===================================================================
|
| --- base/base.gyp (revision 128866)
|
| +++ base/base.gyp (working copy)
|
| @@ -259,9 +259,12 @@
|
| 'sys_string_conversions_unittest.cc',
|
| 'system_monitor/system_monitor_unittest.cc',
|
| 'template_util_unittest.cc',
|
| + 'test/sequenced_worker_pool_owner.cc',
|
| + 'test/sequenced_worker_pool_owner.h',
|
| 'test/trace_event_analyzer_unittest.cc',
|
| 'threading/non_thread_safe_unittest.cc',
|
| 'threading/platform_thread_unittest.cc',
|
| + 'threading/sequenced_worker_pool_task_runner_unittest.cc',
|
| 'threading/sequenced_worker_pool_unittest.cc',
|
| 'threading/simple_thread_unittest.cc',
|
| 'threading/thread_checker_unittest.cc',
|
| @@ -452,6 +455,8 @@
|
| 'test/perf_test_suite.h',
|
| 'test/scoped_locale.cc',
|
| 'test/scoped_locale.h',
|
| + 'test/sequenced_task_runner_test_template.cc',
|
| + 'test/sequenced_task_runner_test_template.h',
|
| 'test/task_runner_test_template.cc',
|
| 'test/task_runner_test_template.h',
|
| 'test/test_file_util.h',
|
|
|