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

Unified Diff: base/base.gypi

Issue 5710002: Create base::WorkerPoolJob. Use it for HostResolverImpl and DirectoryLister. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Minimize the header dependency. Created 10 years 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 c71f28abc5e45c9acc8e7dad7c531bbe5f6dafd8..622018eef87e5ab6469a823f366af1a40cba9387 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -322,6 +322,8 @@
'win_util.cc',
'win_util.h',
'worker_pool.h',
+ 'worker_pool_job.cc',
+ 'worker_pool_job.h',
'worker_pool_linux.cc',
'worker_pool_linux.h',
'worker_pool_mac.h',
« no previous file with comments | « base/base.gyp ('k') | base/i18n/file_util_icu.cc » ('j') | base/i18n/file_util_icu.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698