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

Unified Diff: base/base.gypi

Issue 10210008: Make MessageLoopProxy::current() usable on threads that don't have MessageLoop. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: SingleThreadTaskRunner::current() Created 8 years, 8 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.cc » ('j') | base/single_thread_task_runner.cc » ('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 74899b2b962f53846d18279be546efed37f67cbe..3a4093d8e21808d5fc07bac5e7886752b3dc88f6 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -279,6 +279,7 @@
'shared_memory_android.cc',
'shared_memory_posix.cc',
'shared_memory_win.cc',
+ 'single_thread_task_runner.cc',
'single_thread_task_runner.h',
'stack_container.h',
'stl_util.h',
« no previous file with comments | « no previous file | base/message_loop.cc » ('j') | base/single_thread_task_runner.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698