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

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

Issue 5195003: Remove Gay's dtoa from sources. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Added files to ARM and x64 VS project files. Created 10 years 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/v8_base_arm.vcproj ('k') | no next file » | 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_base" 5 Name="v8_base"
6 ProjectGUID="{EC8B7909-62AF-470D-A75D-E1D89C837142}" 6 ProjectGUID="{EC8B7909-62AF-470D-A75D-E1D89C837142}"
7 RootNamespace="v8_base" 7 RootNamespace="v8_base"
8 Keyword="Win32Proj" 8 Keyword="Win32Proj"
9 > 9 >
10 <Platforms> 10 <Platforms>
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 /> 115 />
116 <Tool 116 <Tool
117 Name="VCPostBuildEventTool" 117 Name="VCPostBuildEventTool"
118 /> 118 />
119 </Configuration> 119 </Configuration>
120 </Configurations> 120 </Configurations>
121 <References> 121 <References>
122 </References> 122 </References>
123 <Files> 123 <Files>
124 <Filter 124 <Filter
125 Name="dtoa"
126 >
127 <File
128 RelativePath="..\..\src\dtoa-config.c"
129 >
130 <FileConfiguration
131 Name="Debug|x64"
132 >
133 <Tool
134 Name="VCCLCompilerTool"
135 DisableSpecificWarnings="4018;42 44"
136 />
137 </FileConfiguration>
138 <FileConfiguration
139 Name="Release|x64"
140 >
141 <Tool
142 Name="VCCLCompilerTool"
143 DisableSpecificWarnings="4018;42 44"
144 />
145 </FileConfiguration>
146 </File>
147 </Filter>
148 <Filter
149 Name="src" 125 Name="src"
150 > 126 >
151 <File 127 <File
152 RelativePath="..\..\src\accessors.cc" 128 RelativePath="..\..\src\accessors.cc"
153 > 129 >
154 </File> 130 </File>
155 <File 131 <File
156 RelativePath="..\..\src\accessors.h" 132 RelativePath="..\..\src\accessors.h"
157 > 133 >
158 </File> 134 </File>
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
210 </File> 186 </File>
211 <File 187 <File
212 RelativePath="..\..\src\ast.cc" 188 RelativePath="..\..\src\ast.cc"
213 > 189 >
214 </File> 190 </File>
215 <File 191 <File
216 RelativePath="..\..\src\ast.h" 192 RelativePath="..\..\src\ast.h"
217 > 193 >
218 </File> 194 </File>
219 <File 195 <File
196 RelativePath="..\..\src\bignum.cc"
197 >
198 </File>
199 <File
200 RelativePath="..\..\src\bignum.h"
201 >
202 </File>
203 <File
204 RelativePath="..\..\src\bignum-dtoa.cc"
205 >
206 </File>
207 <File
208 RelativePath="..\..\src\bignum-dtoa.h"
209 >
210 </File>
211 <File
220 RelativePath="..\..\src\bootstrapper.cc" 212 RelativePath="..\..\src\bootstrapper.cc"
221 > 213 >
222 </File> 214 </File>
223 <File 215 <File
224 RelativePath="..\..\src\bootstrapper.h" 216 RelativePath="..\..\src\bootstrapper.h"
225 > 217 >
226 </File> 218 </File>
227 <File 219 <File
228 RelativePath="..\..\src\x64\builtins-x64.cc" 220 RelativePath="..\..\src\x64\builtins-x64.cc"
229 > 221 >
230 </File> 222 </File>
231 <File 223 <File
232 RelativePath="..\..\src\builtins.cc" 224 RelativePath="..\..\src\builtins.cc"
233 > 225 >
234 </File> 226 </File>
235 <File 227 <File
236 RelativePath="..\..\src\builtins.h" 228 RelativePath="..\..\src\builtins.h"
237 > 229 >
238 </File> 230 </File>
239 <File 231 <File
240 RelativePath="..\..\src\bytecodes-irregexp.h" 232 RelativePath="..\..\src\bytecodes-irregexp.h"
241 > 233 >
242 </File> 234 </File>
243 <File 235 <File
236 RelativePath="..\..\src\cached-powers.cc"
237 >
238 </File>
239 <File
240 RelativePath="..\..\src\cached-powers.h"
241 >
242 </File>
243 <File
244 RelativePath="..\..\src\char-predicates-inl.h" 244 RelativePath="..\..\src\char-predicates-inl.h"
245 > 245 >
246 </File> 246 </File>
247 <File 247 <File
248 RelativePath="..\..\src\char-predicates.h" 248 RelativePath="..\..\src\char-predicates.h"
249 > 249 >
250 </File> 250 </File>
251 <File 251 <File
252 RelativePath="..\..\src\checks.cc" 252 RelativePath="..\..\src\checks.cc"
253 > 253 >
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
410 </File> 410 </File>
411 <File 411 <File
412 RelativePath="..\..\src\disassembler.cc" 412 RelativePath="..\..\src\disassembler.cc"
413 > 413 >
414 </File> 414 </File>
415 <File 415 <File
416 RelativePath="..\..\src\disassembler.h" 416 RelativePath="..\..\src\disassembler.h"
417 > 417 >
418 </File> 418 </File>
419 <File 419 <File
420 RelativePath="..\..\src\diy-fp.cc"
421 >
422 </File>
423 <File
424 RelativePath="..\..\src\diy-fp.h"
425 >
426 </File>
427 <File
428 RelativePath="..\..\src\double.h"
429 >
430 </File>
431 <File
432 RelativePath="..\..\src\dtoa.cc"
433 >
434 </File>
435 <File
436 RelativePath="..\..\src\dtoa.h"
437 >
438 </File>
439 <File
420 RelativePath="..\..\src\execution.cc" 440 RelativePath="..\..\src\execution.cc"
421 > 441 >
422 </File> 442 </File>
423 <File 443 <File
424 RelativePath="..\..\src\execution.h" 444 RelativePath="..\..\src\execution.h"
425 > 445 >
426 </File> 446 </File>
427 <File 447 <File
428 RelativePath="..\..\src\factory.cc" 448 RelativePath="..\..\src\factory.cc"
429 > 449 >
430 </File> 450 </File>
431 <File 451 <File
432 RelativePath="..\..\src\factory.h" 452 RelativePath="..\..\src\factory.h"
433 > 453 >
434 </File> 454 </File>
435 <File 455 <File
456 RelativePath="..\..\src\fast-dtoa.cc"
457 >
458 </File>
459 <File
460 RelativePath="..\..\src\fast-dtoa.h"
461 >
462 </File>
463 <File
464 RelativePath="..\..\src\fixed-dtoa.cc"
465 >
466 </File>
467 <File
468 RelativePath="..\..\src\fixed-dtoa.h"
469 >
470 </File>
471 <File
436 RelativePath="..\..\src\flags.cc" 472 RelativePath="..\..\src\flags.cc"
437 > 473 >
438 </File> 474 </File>
439 <File 475 <File
440 RelativePath="..\..\src\flags.h" 476 RelativePath="..\..\src\flags.h"
441 > 477 >
442 </File> 478 </File>
443 <File 479 <File
444 RelativePath="..\..\src\flow-graph.cc" 480 RelativePath="..\..\src\flow-graph.cc"
445 > 481 >
(...skipping 461 matching lines...) Expand 10 before | Expand all | Expand 10 after
907 </File> 943 </File>
908 <File 944 <File
909 RelativePath="..\..\src\string-stream.cc" 945 RelativePath="..\..\src\string-stream.cc"
910 > 946 >
911 </File> 947 </File>
912 <File 948 <File
913 RelativePath="..\..\src\string-stream.h" 949 RelativePath="..\..\src\string-stream.h"
914 > 950 >
915 </File> 951 </File>
916 <File 952 <File
953 RelativePath="..\..\src\strtod.cc"
954 >
955 </File>
956 <File
957 RelativePath="..\..\src\strtod.h"
958 >
959 </File>
960 <File
917 RelativePath="..\..\src\x64\stub-cache-x64.cc" 961 RelativePath="..\..\src\x64\stub-cache-x64.cc"
918 > 962 >
919 </File> 963 </File>
920 <File 964 <File
921 RelativePath="..\..\src\stub-cache.cc" 965 RelativePath="..\..\src\stub-cache.cc"
922 > 966 >
923 </File> 967 </File>
924 <File 968 <File
925 RelativePath="..\..\src\stub-cache.h" 969 RelativePath="..\..\src\stub-cache.h"
926 > 970 >
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
1095 </File> 1139 </File>
1096 <File 1140 <File
1097 RelativePath="..\..\include\v8.h" 1141 RelativePath="..\..\include\v8.h"
1098 > 1142 >
1099 </File> 1143 </File>
1100 </Filter> 1144 </Filter>
1101 </Files> 1145 </Files>
1102 <Globals> 1146 <Globals>
1103 </Globals> 1147 </Globals>
1104 </VisualStudioProject> 1148 </VisualStudioProject>
OLDNEW
« no previous file with comments | « tools/visual_studio/v8_base_arm.vcproj ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698