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

Unified Diff: base/base.gyp

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 | « 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 11144)
+++ base/base.gyp (working copy)
@@ -285,9 +285,10 @@
'wmi_util.h',
'word_iterator.cc',
'word_iterator.h',
- 'worker_pool.cc',
'worker_pool.h',
+ 'worker_pool_linux.cc',
'worker_pool_mac.mm',
+ 'worker_pool_win.cc',
],
'include_dirs': [
'..',
@@ -327,7 +328,6 @@
[ 'OS == "mac"', {
'sources/': [ ['exclude', '_(linux|win)\\.cc$'] ],
'sources!': [
- 'worker_pool.cc',
],
'link_settings': {
'libraries': [
« 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