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

Side by Side Diff: tools/visual_studio/v8_base_arm.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.vcproj ('k') | tools/visual_studio/v8_base_x64.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 894 matching lines...) Expand 10 before | Expand all | Expand 10 after
905 </File> 905 </File>
906 <File 906 <File
907 RelativePath="..\..\src\spaces.cc" 907 RelativePath="..\..\src\spaces.cc"
908 > 908 >
909 </File> 909 </File>
910 <File 910 <File
911 RelativePath="..\..\src\spaces.h" 911 RelativePath="..\..\src\spaces.h"
912 > 912 >
913 </File> 913 </File>
914 <File 914 <File
915 RelativePath="..\..\src\string-search.cc"
916 >
917 </File>
918 <File
919 RelativePath="..\..\src\string-search.h"
920 >
921 </File>
922 <File
915 RelativePath="..\..\src\string-stream.cc" 923 RelativePath="..\..\src\string-stream.cc"
916 > 924 >
917 </File> 925 </File>
918 <File 926 <File
919 RelativePath="..\..\src\string-stream.h" 927 RelativePath="..\..\src\string-stream.h"
920 > 928 >
921 </File> 929 </File>
922 <File 930 <File
923 RelativePath="..\..\src\arm\stub-cache-arm.cc" 931 RelativePath="..\..\src\arm\stub-cache-arm.cc"
924 > 932 >
(...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after
1109 </File> 1117 </File>
1110 <File 1118 <File
1111 RelativePath="..\..\include\v8.h" 1119 RelativePath="..\..\include\v8.h"
1112 > 1120 >
1113 </File> 1121 </File>
1114 </Filter> 1122 </Filter>
1115 </Files> 1123 </Files>
1116 <Globals> 1124 <Globals>
1117 </Globals> 1125 </Globals>
1118 </VisualStudioProject> 1126 </VisualStudioProject>
OLDNEW
« no previous file with comments | « tools/visual_studio/v8_base.vcproj ('k') | tools/visual_studio/v8_base_x64.vcproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698