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

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

Issue 5166006: Untemplated preparser.h and made it depend on virtual types. (Closed)
Patch Set: 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
« no previous file with comments | « test/cctest/test-parsing.cc ('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 788 matching lines...) Expand 10 before | Expand all | Expand 10 after
799 </File> 799 </File>
800 <File 800 <File
801 RelativePath="..\..\src\parser.cc" 801 RelativePath="..\..\src\parser.cc"
802 > 802 >
803 </File> 803 </File>
804 <File 804 <File
805 RelativePath="..\..\src\parser.h" 805 RelativePath="..\..\src\parser.h"
806 > 806 >
807 </File> 807 </File>
808 <File 808 <File
809 RelativePath="..\..\src\preparser.cc"
810 >
811 </File>
812 <File
813 RelativePath="..\..\src\preparser.h"
814 >
815 </File>
816 <File
817 RelativePath="..\..\src\preparse-data.cc"
818 >
819 </File>
820 <File
821 RelativePath="..\..\src\preparse-data.h"
822 >
823 </File>
824 <File
809 RelativePath="..\..\src\profile-generator.cc" 825 RelativePath="..\..\src\profile-generator.cc"
810 > 826 >
811 </File> 827 </File>
812 <File 828 <File
813 RelativePath="..\..\src\profile-generator.h" 829 RelativePath="..\..\src\profile-generator.h"
814 > 830 >
815 </File> 831 </File>
816 <File 832 <File
817 RelativePath="..\..\src\profile-generator-inl.h" 833 RelativePath="..\..\src\profile-generator-inl.h"
818 > 834 >
(...skipping 372 matching lines...) Expand 10 before | Expand all | Expand 10 after
1191 </File> 1207 </File>
1192 <File 1208 <File
1193 RelativePath="..\..\include\v8.h" 1209 RelativePath="..\..\include\v8.h"
1194 > 1210 >
1195 </File> 1211 </File>
1196 </Filter> 1212 </Filter>
1197 </Files> 1213 </Files>
1198 <Globals> 1214 <Globals>
1199 </Globals> 1215 </Globals>
1200 </VisualStudioProject> 1216 </VisualStudioProject>
OLDNEW
« no previous file with comments | « test/cctest/test-parsing.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698