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

Unified Diff: base/base_unittests.scons

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
Index: base/base_unittests.scons
===================================================================
--- base/base_unittests.scons (revision 12361)
+++ base/base_unittests.scons (working copy)
@@ -119,6 +119,7 @@
'win_util_unittest.cc',
'wmi_util_unittest.cc',
'word_iterator_unittest.cc',
+ 'worker_pool_unittest.cc'
]),
MSVSFilter('gfx_tests', [
@@ -141,6 +142,7 @@
if env.Bit('linux'):
input_files.Append(
'data_pack_unittest.cc',
+ 'worker_pool_linux_unittest.cc'
)
if env.Bit('mac'):
« base/base.gyp ('K') | « base/base.scons ('k') | base/worker_pool_linux.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698