Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1136)

Unified Diff: base/base.gyp

Issue 9663075: Implementation of SequencedTaskRunner based on SequencedWorkerPool. (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | base/base.gypi » ('j') | base/sequenced_task_runner_impl.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « no previous file | base/base.gypi » ('j') | base/sequenced_task_runner_impl.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698