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

Unified Diff: base/base.gypi

Issue 998063002: base: Make it possible to replace the MessageLoop's task runner (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: No more MessageLoopProxy. Created 5 years, 6 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
Index: base/base.gypi
diff --git a/base/base.gypi b/base/base.gypi
index 6238e972fb542ef0fe824e583314931657edff98..769d2f9d3c1ebe82e0b6358bb337b6ad43f20494 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -365,6 +365,7 @@
'memory/singleton.h',
'memory/weak_ptr.cc',
'memory/weak_ptr.h',
+ 'message_loop/bindable_single_thread_task_runner.h',
'message_loop/incoming_task_queue.cc',
'message_loop/incoming_task_queue.h',
'message_loop/message_loop.cc',

Powered by Google App Engine
This is Rietveld 408576698