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

Unified Diff: base/base.gypi

Issue 8139028: Add WorkerPool::PostTaskAndReply and use in DHCP code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressing review comments. Fixing flakiness in reuse test. Created 9 years, 2 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_proxy.cc » ('j') | net/proxy/dhcp_proxy_script_adapter_fetcher_win.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 df624e06083302dd181316a775a091ed5908d7bd..367168edb3be87839ff1c7663fcb424bf9a78afd 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -300,6 +300,8 @@
'threading/platform_thread_mac.mm',
'threading/platform_thread_posix.cc',
'threading/platform_thread_win.cc',
+ 'threading/post_task_and_reply_impl.cc',
+ 'threading/post_task_and_reply_impl.h',
'threading/simple_thread.cc',
'threading/simple_thread.h',
'threading/thread.cc',
@@ -320,6 +322,7 @@
'threading/watchdog.cc',
'threading/watchdog.h',
'threading/worker_pool.h',
+ 'threading/worker_pool.cc',
'threading/worker_pool_posix.cc',
'threading/worker_pool_posix.h',
'threading/worker_pool_win.cc',
« no previous file with comments | « no previous file | base/message_loop_proxy.cc » ('j') | net/proxy/dhcp_proxy_script_adapter_fetcher_win.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698