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

Side by Side Diff: base/build/base.vcproj

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, 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « base/base.scons ('k') | base/worker_pool.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="Windows-1252"?> 1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject 2 <VisualStudioProject
3 ProjectType="Visual C++" 3 ProjectType="Visual C++"
4 Version="8.00" 4 Version="8.00"
5 Name="base" 5 Name="base"
6 ProjectGUID="{1832A374-8A74-4F9E-B536-69A699B3E165}" 6 ProjectGUID="{1832A374-8A74-4F9E-B536-69A699B3E165}"
7 RootNamespace="base" 7 RootNamespace="base"
8 Keyword="Win32Proj" 8 Keyword="Win32Proj"
9 > 9 >
10 <Platforms> 10 <Platforms>
(...skipping 1012 matching lines...) Expand 10 before | Expand all | Expand 10 after
1023 </File> 1023 </File>
1024 <File 1024 <File
1025 RelativePath="..\word_iterator.cc" 1025 RelativePath="..\word_iterator.cc"
1026 > 1026 >
1027 </File> 1027 </File>
1028 <File 1028 <File
1029 RelativePath="..\word_iterator.h" 1029 RelativePath="..\word_iterator.h"
1030 > 1030 >
1031 </File> 1031 </File>
1032 <File 1032 <File
1033 » » » RelativePath="..\worker_pool.cc" 1033 » » » RelativePath="..\worker_pool_win.cc"
1034 > 1034 >
1035 </File> 1035 </File>
1036 <File 1036 <File
1037 RelativePath="..\worker_pool.h" 1037 RelativePath="..\worker_pool.h"
1038 > 1038 >
1039 </File> 1039 </File>
1040 </Files> 1040 </Files>
1041 <Globals> 1041 <Globals>
1042 </Globals> 1042 </Globals>
1043 </VisualStudioProject> 1043 </VisualStudioProject>
OLDNEW
« no previous file with comments | « base/base.scons ('k') | base/worker_pool.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698