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

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

Issue 3467010: Refactored string search code. (Closed)
Patch Set: Added to xcode project too. Created 10 years, 2 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
« no previous file with comments | « tools/visual_studio/v8_base_arm.vcproj ('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 880 matching lines...) Expand 10 before | Expand all | Expand 10 after
891 </File> 891 </File>
892 <File 892 <File
893 RelativePath="..\..\src\spaces.cc" 893 RelativePath="..\..\src\spaces.cc"
894 > 894 >
895 </File> 895 </File>
896 <File 896 <File
897 RelativePath="..\..\src\spaces.h" 897 RelativePath="..\..\src\spaces.h"
898 > 898 >
899 </File> 899 </File>
900 <File 900 <File
901 RelativePath="..\..\src\string-search.cc"
902 >
903 </File>
904 <File
905 RelativePath="..\..\src\string-search.h"
906 >
907 </File>
908 <File
901 RelativePath="..\..\src\string-stream.cc" 909 RelativePath="..\..\src\string-stream.cc"
902 > 910 >
903 </File> 911 </File>
904 <File 912 <File
905 RelativePath="..\..\src\string-stream.h" 913 RelativePath="..\..\src\string-stream.h"
906 > 914 >
907 </File> 915 </File>
908 <File 916 <File
909 RelativePath="..\..\src\x64\stub-cache-x64.cc" 917 RelativePath="..\..\src\x64\stub-cache-x64.cc"
910 > 918 >
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
1091 </File> 1099 </File>
1092 <File 1100 <File
1093 RelativePath="..\..\include\v8.h" 1101 RelativePath="..\..\include\v8.h"
1094 > 1102 >
1095 </File> 1103 </File>
1096 </Filter> 1104 </Filter>
1097 </Files> 1105 </Files>
1098 <Globals> 1106 <Globals>
1099 </Globals> 1107 </Globals>
1100 </VisualStudioProject> 1108 </VisualStudioProject>
OLDNEW
« no previous file with comments | « 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