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

Side by Side Diff: tools/visual_studio/v8_base.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 735 matching lines...) Expand 10 before | Expand all | Expand 10 after
746 <Tool 746 <Tool
747 Name="VCCLCompilerTool" 747 Name="VCCLCompilerTool"
748 /> 748 />
749 </FileConfiguration> 749 </FileConfiguration>
750 </File> 750 </File>
751 <File 751 <File
752 RelativePath="..\..\src\objects-inl.h" 752 RelativePath="..\..\src\objects-inl.h"
753 > 753 >
754 </File> 754 </File>
755 <File 755 <File
756 RelativePath="..\..\src\objects-visiting.cc"
757 >
758 </File>
759 <File
760 RelativePath="..\..\src\objects-visiting.h"
761 >
762 </File>
763
764 <File
756 RelativePath="..\..\src\objects.cc" 765 RelativePath="..\..\src\objects.cc"
757 > 766 >
758 </File> 767 </File>
759 <File 768 <File
760 RelativePath="..\..\src\objects.h" 769 RelativePath="..\..\src\objects.h"
761 > 770 >
762 </File> 771 </File>
763 <File 772 <File
764 RelativePath="..\..\src\oprofile-agent.cc" 773 RelativePath="..\..\src\oprofile-agent.cc"
765 > 774 >
(...skipping 368 matching lines...) Expand 10 before | Expand all | Expand 10 after
1134 </File> 1143 </File>
1135 <File 1144 <File
1136 RelativePath="..\..\include\v8.h" 1145 RelativePath="..\..\include\v8.h"
1137 > 1146 >
1138 </File> 1147 </File>
1139 </Filter> 1148 </Filter>
1140 </Files> 1149 </Files>
1141 <Globals> 1150 <Globals>
1142 </Globals> 1151 </Globals>
1143 </VisualStudioProject> 1152 </VisualStudioProject>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698