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

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

Issue 13657: Moved the code generation for debug break stubs from builtins* to debug*. Fro... (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 12 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 | « src/stub-cache.cc ('k') | tools/visual_studio/v8_base_arm.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 431 matching lines...) Expand 10 before | Expand all | Expand 10 after
442 </File> 442 </File>
443 <File 443 <File
444 RelativePath="..\..\src\dateparser.cc" 444 RelativePath="..\..\src\dateparser.cc"
445 > 445 >
446 </File> 446 </File>
447 <File 447 <File
448 RelativePath="..\..\src\dateparser.h" 448 RelativePath="..\..\src\dateparser.h"
449 > 449 >
450 </File> 450 </File>
451 <File 451 <File
452 RelativePath="..\..\src\debug-ia32.cc"
453 >
454 </File>
455 <File
452 RelativePath="..\..\src\debug.cc" 456 RelativePath="..\..\src\debug.cc"
453 > 457 >
454 </File> 458 </File>
455 <File 459 <File
456 RelativePath="..\..\src\debug.h" 460 RelativePath="..\..\src\debug.h"
457 > 461 >
458 </File> 462 </File>
459 <File 463 <File
460 RelativePath="..\..\src\disassembler.cc" 464 RelativePath="..\..\src\disassembler.cc"
461 > 465 >
(...skipping 20 matching lines...) Expand all
482 </File> 486 </File>
483 <File 487 <File
484 RelativePath="..\..\src\flags.cc" 488 RelativePath="..\..\src\flags.cc"
485 > 489 >
486 </File> 490 </File>
487 <File 491 <File
488 RelativePath="..\..\src\flags.h" 492 RelativePath="..\..\src\flags.h"
489 > 493 >
490 </File> 494 </File>
491 <File 495 <File
492 RelativePath="..\..\src\frames-ia32-inl.h"
493 >
494 </File>
495 <File
496 RelativePath="..\..\src\frames-ia32.cc" 496 RelativePath="..\..\src\frames-ia32.cc"
497 > 497 >
498 </File> 498 </File>
499 <File 499 <File
500 RelativePath="..\..\src\frames-ia32.h" 500 RelativePath="..\..\src\frames-ia32.h"
501 > 501 >
502 </File> 502 </File>
503 <File 503 <File
504 RelativePath="..\..\src\frames-inl.h" 504 RelativePath="..\..\src\frames-inl.h"
505 > 505 >
(...skipping 444 matching lines...) Expand 10 before | Expand all | Expand 10 after
950 </File> 950 </File>
951 <File 951 <File
952 RelativePath="..\..\include\v8.h" 952 RelativePath="..\..\include\v8.h"
953 > 953 >
954 </File> 954 </File>
955 </Filter> 955 </Filter>
956 </Files> 956 </Files>
957 <Globals> 957 <Globals>
958 </Globals> 958 </Globals>
959 </VisualStudioProject> 959 </VisualStudioProject>
OLDNEW
« no previous file with comments | « src/stub-cache.cc ('k') | tools/visual_studio/v8_base_arm.vcproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698