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

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

Issue 3166008: Add object-visiting.cc into GYP/XCode/MSVC project files. (Closed)
Patch Set: Created 10 years, 4 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
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 688 matching lines...) Expand 10 before | Expand all | Expand 10 after
699 <Tool 699 <Tool
700 Name="VCCLCompilerTool" 700 Name="VCCLCompilerTool"
701 /> 701 />
702 </FileConfiguration> 702 </FileConfiguration>
703 </File> 703 </File>
704 <File 704 <File
705 RelativePath="..\..\src\objects-inl.h" 705 RelativePath="..\..\src\objects-inl.h"
706 > 706 >
707 </File> 707 </File>
708 <File 708 <File
709 RelativePath="..\..\src\objects-visiting.cc"
710 >
711 </File>
712 <File
713 RelativePath="..\..\src\objects-visiting.h"
714 >
715 <File
709 RelativePath="..\..\src\objects.cc" 716 RelativePath="..\..\src\objects.cc"
710 > 717 >
711 </File> 718 </File>
712 <File 719 <File
713 RelativePath="..\..\src\objects.h" 720 RelativePath="..\..\src\objects.h"
714 > 721 >
715 </File> 722 </File>
716 <File 723 <File
717 RelativePath="..\..\src\oprofile-agent.cc" 724 RelativePath="..\..\src\oprofile-agent.cc"
718 > 725 >
(...skipping 368 matching lines...) Expand 10 before | Expand all | Expand 10 after
1087 </File> 1094 </File>
1088 <File 1095 <File
1089 RelativePath="..\..\include\v8.h" 1096 RelativePath="..\..\include\v8.h"
1090 > 1097 >
1091 </File> 1098 </File>
1092 </Filter> 1099 </Filter>
1093 </Files> 1100 </Files>
1094 <Globals> 1101 <Globals>
1095 </Globals> 1102 </Globals>
1096 </VisualStudioProject> 1103 </VisualStudioProject>
OLDNEW
« tools/v8.xcodeproj/project.pbxproj ('K') | « 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