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

Side by Side Diff: tools/visual_studio/v8_cctest.vcproj

Issue 27085: Add socket support to platform code.... (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « tools/visual_studio/d8.vcproj ('k') | tools/visual_studio/v8_mksnapshot.vcproj » ('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="v8_cctest" 5 Name="v8_cctest"
6 ProjectGUID="{97ECC711-7430-4FC4-90FD-004DA880E72A}" 6 ProjectGUID="{97ECC711-7430-4FC4-90FD-004DA880E72A}"
7 RootNamespace="v8_cctest" 7 RootNamespace="v8_cctest"
8 Keyword="Win32Proj" 8 Keyword="Win32Proj"
9 > 9 >
10 <Platforms> 10 <Platforms>
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 Name="VCManagedResourceCompilerTool" 42 Name="VCManagedResourceCompilerTool"
43 /> 43 />
44 <Tool 44 <Tool
45 Name="VCResourceCompilerTool" 45 Name="VCResourceCompilerTool"
46 /> 46 />
47 <Tool 47 <Tool
48 Name="VCPreLinkEventTool" 48 Name="VCPreLinkEventTool"
49 /> 49 />
50 <Tool 50 <Tool
51 Name="VCLinkerTool" 51 Name="VCLinkerTool"
52 » » » » AdditionalDependencies="winmm.lib" 52 » » » » AdditionalDependencies="winmm.lib Ws2_32.lib"
53 /> 53 />
54 <Tool 54 <Tool
55 Name="VCALinkTool" 55 Name="VCALinkTool"
56 /> 56 />
57 <Tool 57 <Tool
58 Name="VCManifestTool" 58 Name="VCManifestTool"
59 /> 59 />
60 <Tool 60 <Tool
61 Name="VCXDCMakeTool" 61 Name="VCXDCMakeTool"
62 /> 62 />
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 Name="VCManagedResourceCompilerTool" 103 Name="VCManagedResourceCompilerTool"
104 /> 104 />
105 <Tool 105 <Tool
106 Name="VCResourceCompilerTool" 106 Name="VCResourceCompilerTool"
107 /> 107 />
108 <Tool 108 <Tool
109 Name="VCPreLinkEventTool" 109 Name="VCPreLinkEventTool"
110 /> 110 />
111 <Tool 111 <Tool
112 Name="VCLinkerTool" 112 Name="VCLinkerTool"
113 » » » » AdditionalDependencies="winmm.lib" 113 » » » » AdditionalDependencies="winmm.lib Ws2_32.lib"
114 /> 114 />
115 <Tool 115 <Tool
116 Name="VCALinkTool" 116 Name="VCALinkTool"
117 /> 117 />
118 <Tool 118 <Tool
119 Name="VCManifestTool" 119 Name="VCManifestTool"
120 /> 120 />
121 <Tool 121 <Tool
122 Name="VCXDCMakeTool" 122 Name="VCXDCMakeTool"
123 /> 123 />
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
203 </File> 203 </File>
204 <File 204 <File
205 RelativePath="..\..\test\cctest\test-platform-win32.cc" 205 RelativePath="..\..\test\cctest\test-platform-win32.cc"
206 > 206 >
207 </File> 207 </File>
208 <File 208 <File
209 RelativePath="..\..\test\cctest\test-serialize.cc" 209 RelativePath="..\..\test\cctest\test-serialize.cc"
210 > 210 >
211 </File> 211 </File>
212 <File 212 <File
213 RelativePath="..\..\test\cctest\test-sockets.cc"
214 >
215 </File>
216 <File
213 RelativePath="..\..\test\cctest\test-spaces.cc" 217 RelativePath="..\..\test\cctest\test-spaces.cc"
214 > 218 >
215 </File> 219 </File>
216 <File 220 <File
217 RelativePath="..\..\test\cctest\test-strings.cc" 221 RelativePath="..\..\test\cctest\test-strings.cc"
218 > 222 >
219 </File> 223 </File>
220 <File 224 <File
221 RelativePath="..\..\test\cctest\test-utils.cc" 225 RelativePath="..\..\test\cctest\test-utils.cc"
222 > 226 >
223 </File> 227 </File>
224 </Files> 228 </Files>
225 <Globals> 229 <Globals>
226 </Globals> 230 </Globals>
227 </VisualStudioProject> 231 </VisualStudioProject>
OLDNEW
« no previous file with comments | « tools/visual_studio/d8.vcproj ('k') | tools/visual_studio/v8_mksnapshot.vcproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698