Index: base/base.gyp |
=================================================================== |
--- base/base.gyp (revision 126128) |
+++ base/base.gyp (working copy) |
@@ -202,6 +202,7 @@ |
'profiler/tracked_time_unittest.cc', |
'property_bag_unittest.cc', |
'rand_util_unittest.cc', |
+ 'sequenced_task_runner_impl_unittest.cc', |
'scoped_native_library_unittest.cc', |
'scoped_temp_dir_unittest.cc', |
'sha1_unittest.cc', |
@@ -229,6 +230,7 @@ |
'threading/non_thread_safe_unittest.cc', |
'threading/platform_thread_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', |
@@ -419,6 +421,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', |