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

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: Fix Win build Created 8 years, 11 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/executor.h » ('j') | base/executor.h » ('J')
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 2d10270ab212fdc2f8bccc2dafc7f55355a959d7..76993533eb956e9da244380ff3be3767ed024569 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -95,6 +95,9 @@
'eintr_wrapper.h',
'environment.cc',
'environment.h',
+ 'executor.cc',
+ 'executor.h',
+ 'executor_helpers.h',
'file_descriptor_posix.h',
'file_path.cc',
'file_path.h',
@@ -187,6 +190,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 +256,7 @@
'scoped_native_library.h',
'scoped_temp_dir.cc',
'scoped_temp_dir.h',
+ 'serial_executor.h',
'sha1.h',
'sha1_portable.cc',
'sha1_win.cc',
@@ -259,6 +264,7 @@
'shared_memory_android.cc',
'shared_memory_posix.cc',
'shared_memory_win.cc',
+ 'single_thread_executor.h',
'spin_wait.h',
'stack_container.h',
'stl_util.h',
« no previous file with comments | « no previous file | base/executor.h » ('j') | base/executor.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698