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

Unified Diff: base/base.scons

Issue 39081: Split worker_pool.cc into worker_pool_linux.cc and worker_pool_win.cc (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 10 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 | « base/base.gyp ('k') | base/build/base.vcproj » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.scons
===================================================================
--- base/base.scons (revision 11144)
+++ base/base.scons (working copy)
@@ -266,8 +266,8 @@
'wmi_util.h',
'word_iterator.cc',
'word_iterator.h',
- 'worker_pool.cc',
'worker_pool.h',
+ 'worker_pool_win.cc',
])
if env.Bit('posix'):
@@ -339,7 +339,7 @@
'waitable_event_watcher_win.cc',
'win_util.cc',
'wmi_util.cc',
- 'worker_pool.cc',
+ 'worker_pool_win.cc',
)
if env.Bit('posix'):
@@ -398,7 +398,7 @@
'process_util_linux.cc',
'sys_string_conversions_linux.cc',
'test_file_util_linux.cc',
- 'worker_pool.cc',
+ 'worker_pool_linux.cc',
])
env.ChromeLibrary('base', input_files)
« no previous file with comments | « base/base.gyp ('k') | base/build/base.vcproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698