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

Unified Diff: base/base.gyp

Issue 39102: Adding a new thread pool to SimpleThread. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 9 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/base.scons » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gyp
===================================================================
--- base/base.gyp (revision 12361)
+++ base/base.gyp (working copy)
@@ -303,6 +303,7 @@
'word_iterator.h',
'worker_pool.h',
'worker_pool_linux.cc',
+ 'worker_pool_linux.h',
'worker_pool_mac.mm',
'worker_pool_win.cc',
],
@@ -567,6 +568,7 @@
# Linux has an implementation of idle_timer, but it's unclear
# if we want it yet, so leave it 'unported' for now.
'idletimer_unittest.cc',
+ 'worker_pool_linux_unittest.cc',
Nico 2010/12/18 08:50:38 did you intentionally add this to the "sources!" s
],
'dependencies': [
'../build/linux/system.gyp:gtk',
« no previous file with comments | « no previous file | base/base.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698