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

Unified Diff: base/base.gypi

Issue 9169037: Make new TaskRunner, SequencedTaskRunner, and SingleThreadTaskRunner interfaces (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync to head Created 8 years, 10 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/message_loop.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gypi
diff --git a/base/base.gypi b/base/base.gypi
index 36400ede21bb17ff9ac306bf97258c3bf30ac79a..693f393fb91ee791a4c911e53d59c0a47f3ab1a2 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -187,6 +187,7 @@
'memory/weak_ptr.h',
'message_loop.cc',
'message_loop.h',
+ 'message_loop_helpers.h',
'message_loop_proxy.cc',
'message_loop_proxy.h',
'message_loop_proxy_impl.cc',
@@ -252,6 +253,9 @@
'scoped_native_library.h',
'scoped_temp_dir.cc',
'scoped_temp_dir.h',
+ 'sequenced_task_runner.cc',
+ 'sequenced_task_runner.h',
+ 'sequenced_task_runner_helpers.h',
'sha1.h',
'sha1_portable.cc',
'sha1_win.cc',
@@ -259,6 +263,7 @@
'shared_memory_android.cc',
'shared_memory_posix.cc',
'shared_memory_win.cc',
+ 'single_thread_task_runner.h',
'spin_wait.h',
'stack_container.h',
'stl_util.h',
@@ -311,6 +316,8 @@
'sys_string_conversions_mac.mm',
'sys_string_conversions_posix.cc',
'sys_string_conversions_win.cc',
+ 'task_runner.cc',
+ 'task_runner.h',
'template_util.h',
'threading/non_thread_safe.h',
'threading/non_thread_safe_impl.cc',
« no previous file with comments | « no previous file | base/message_loop.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698