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

Side by Side Diff: tools/visual_studio/v8_base_arm.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, 1 month 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.vcproj ('k') | tools/visual_studio/v8_base_x64.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_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|Win32"
132 >
133 <Tool
134 Name="VCCLCompilerTool"
135 DisableSpecificWarnings="4018;42 44"
136 />
137 </FileConfiguration>
138 <FileConfiguration
139 Name="Release|Win32"
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 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
222 </File> 198 </File>
223 <File 199 <File
224 RelativePath="..\..\src\bootstrapper.h" 200 RelativePath="..\..\src\bootstrapper.h"
225 > 201 >
226 </File> 202 </File>
227 <File 203 <File
228 RelativePath="..\..\src\arm\builtins-arm.cc" 204 RelativePath="..\..\src\arm\builtins-arm.cc"
229 > 205 >
230 </File> 206 </File>
231 <File 207 <File
208 RelativePath="..\..\src\bignum.cc"
209 >
210 </File>
211 <File
212 RelativePath="..\..\src\bignum.h"
213 >
214 </File>
215 <File
216 RelativePath="..\..\src\bignum-dtoa.cc"
217 >
218 </File>
219 <File
220 RelativePath="..\..\src\bignum-dtoa.h"
221 >
222 </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 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
418 </File> 418 </File>
419 <File 419 <File
420 RelativePath="..\..\src\disassembler.cc" 420 RelativePath="..\..\src\disassembler.cc"
421 > 421 >
422 </File> 422 </File>
423 <File 423 <File
424 RelativePath="..\..\src\disassembler.h" 424 RelativePath="..\..\src\disassembler.h"
425 > 425 >
426 </File> 426 </File>
427 <File 427 <File
428 RelativePath="..\..\src\diy-fp.cc"
429 >
430 </File>
431 <File
432 RelativePath="..\..\src\diy-fp.h"
433 >
434 </File>
435 <File
436 RelativePath="..\..\src\double.h"
437 >
438 </File>
439 <File
440 RelativePath="..\..\src\dtoa.cc"
441 >
442 </File>
443 <File
444 RelativePath="..\..\src\dtoa.h"
445 >
446 </File>
447 <File
428 RelativePath="..\..\src\execution.cc" 448 RelativePath="..\..\src\execution.cc"
429 > 449 >
430 </File> 450 </File>
431 <File 451 <File
432 RelativePath="..\..\src\execution.h" 452 RelativePath="..\..\src\execution.h"
433 > 453 >
434 </File> 454 </File>
435 <File 455 <File
436 RelativePath="..\..\src\factory.cc" 456 RelativePath="..\..\src\factory.cc"
437 > 457 >
438 </File> 458 </File>
439 <File 459 <File
440 RelativePath="..\..\src\factory.h" 460 RelativePath="..\..\src\factory.h"
441 > 461 >
442 </File> 462 </File>
443 <File 463 <File
464 RelativePath="..\..\src\fast-dtoa.cc"
465 >
466 </File>
467 <File
468 RelativePath="..\..\src\fast-dtoa.h"
469 >
470 </File>
471 <File
472 RelativePath="..\..\src\fixed-dtoa.cc"
473 >
474 </File>
475 <File
476 RelativePath="..\..\src\fixed-dtoa.h"
477 >
478 </File>
479 <File
444 RelativePath="..\..\src\flags.cc" 480 RelativePath="..\..\src\flags.cc"
445 > 481 >
446 </File> 482 </File>
447 <File 483 <File
448 RelativePath="..\..\src\flags.h" 484 RelativePath="..\..\src\flags.h"
449 > 485 >
450 </File> 486 </File>
451 <File 487 <File
452 RelativePath="..\..\src\flow-graph.cc" 488 RelativePath="..\..\src\flow-graph.cc"
453 > 489 >
(...skipping 467 matching lines...) Expand 10 before | Expand all | Expand 10 after
921 </File> 957 </File>
922 <File 958 <File
923 RelativePath="..\..\src\string-stream.cc" 959 RelativePath="..\..\src\string-stream.cc"
924 > 960 >
925 </File> 961 </File>
926 <File 962 <File
927 RelativePath="..\..\src\string-stream.h" 963 RelativePath="..\..\src\string-stream.h"
928 > 964 >
929 </File> 965 </File>
930 <File 966 <File
967 RelativePath="..\..\src\strtod.cc"
968 >
969 </File>
970 <File
971 RelativePath="..\..\src\strtod.h"
972 >
973 </File>
974 <File
931 RelativePath="..\..\src\arm\stub-cache-arm.cc" 975 RelativePath="..\..\src\arm\stub-cache-arm.cc"
932 > 976 >
933 </File> 977 </File>
934 <File 978 <File
935 RelativePath="..\..\src\stub-cache.cc" 979 RelativePath="..\..\src\stub-cache.cc"
936 > 980 >
937 </File> 981 </File>
938 <File 982 <File
939 RelativePath="..\..\src\stub-cache.h" 983 RelativePath="..\..\src\stub-cache.h"
940 > 984 >
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
1113 </File> 1157 </File>
1114 <File 1158 <File
1115 RelativePath="..\..\include\v8.h" 1159 RelativePath="..\..\include\v8.h"
1116 > 1160 >
1117 </File> 1161 </File>
1118 </Filter> 1162 </Filter>
1119 </Files> 1163 </Files>
1120 <Globals> 1164 <Globals>
1121 </Globals> 1165 </Globals>
1122 </VisualStudioProject> 1166 </VisualStudioProject>
OLDNEW
« no previous file with comments | « tools/visual_studio/v8_base.vcproj ('k') | tools/visual_studio/v8_base_x64.vcproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698