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

Unified Diff: base/base.gypi

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 | « base/base.gyp ('k') | base/test/sequenced_task_runner_test_template.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gypi
===================================================================
--- base/base.gypi (revision 130053)
+++ base/base.gypi (working copy)
@@ -346,6 +346,8 @@
'threading/post_task_and_reply_impl.h',
'threading/sequenced_worker_pool.cc',
'threading/sequenced_worker_pool.h',
+ 'threading/sequenced_worker_pool_task_runner.cc',
+ 'threading/sequenced_worker_pool_task_runner.h',
'threading/simple_thread.cc',
'threading/simple_thread.h',
'threading/thread.cc',
« no previous file with comments | « base/base.gyp ('k') | base/test/sequenced_task_runner_test_template.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698