summaryrefslogtreecommitdiffstats
path: root/base/base.gyp
diff options
context:
space:
mode:
authorwillchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-24 23:41:53 +0000
committerwillchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-24 23:41:53 +0000
commit250103f6249e1f19ab14ff69f4356fee56833af8 (patch)
treee009911c7f0f087b77ff04cfd524a794d6fd2c9e /base/base.gyp
parent98733819a022a57f401f1b6cf71b0764451bb8ab (diff)
downloadchromium_src-250103f6249e1f19ab14ff69f4356fee56833af8.zip
chromium_src-250103f6249e1f19ab14ff69f4356fee56833af8.tar.gz
chromium_src-250103f6249e1f19ab14ff69f4356fee56833af8.tar.bz2
Added a thread pool to WorkerPool for Linux that dynamically adds threads as needed.
Review URL: http://codereview.chromium.org/39102 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12414 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/base.gyp')
-rw-r--r--base/base.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/base/base.gyp b/base/base.gyp
index 73b9d9c..4b4b417 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -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',
],
@@ -602,6 +603,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',
],
'dependencies': [
'../build/linux/system.gyp:gtk',