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

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

Issue 6529055: [Isolates] Merge crankshaft (r5922 from bleeding_edge). (Closed)
Patch Set: Win32 port Created 9 years, 10 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/test.py ('k') | tools/visual_studio/v8_base_arm.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 559 matching lines...) Expand 10 before | Expand all | Expand 10 after
570 </File> 570 </File>
571 <File 571 <File
572 RelativePath="..\..\src\heap-profiler.cc" 572 RelativePath="..\..\src\heap-profiler.cc"
573 > 573 >
574 </File> 574 </File>
575 <File 575 <File
576 RelativePath="..\..\src\heap-profiler.h" 576 RelativePath="..\..\src\heap-profiler.h"
577 > 577 >
578 </File> 578 </File>
579 <File 579 <File
580 RelativePath="..\..\src\hydrogen.cc"
581 >
582 </File>
583 <File
584 RelativePath="..\..\src\hydrogen.h"
585 >
586 </File>
587 <File
588 RelativePath="..\..\src\hydrogen-instructions.cc "
589 >
590 </File>
591 <File
592 RelativePath="..\..\src\hydrogen-instructions.h"
593 >
594 </File>
595 <File
580 RelativePath="..\..\src\ia32\ic-ia32.cc" 596 RelativePath="..\..\src\ia32\ic-ia32.cc"
581 > 597 >
582 </File> 598 </File>
583 <File 599 <File
584 RelativePath="..\..\src\ic-inl.h" 600 RelativePath="..\..\src\ic-inl.h"
585 > 601 >
586 </File> 602 </File>
587 <File 603 <File
588 RelativePath="..\..\src\ic.cc" 604 RelativePath="..\..\src\ic.cc"
589 > 605 >
(...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after
879 </File> 895 </File>
880 <File 896 <File
881 RelativePath="..\..\src\runtime.cc" 897 RelativePath="..\..\src\runtime.cc"
882 > 898 >
883 </File> 899 </File>
884 <File 900 <File
885 RelativePath="..\..\src\runtime.h" 901 RelativePath="..\..\src\runtime.h"
886 > 902 >
887 </File> 903 </File>
888 <File 904 <File
905 RelativePath="..\..\src\runtime-profiler.cc"
906 >
907 </File>
908 <File
909 RelativePath="..\..\src\runtime-profiler.h"
910 >
911 </File>
912 <File
913 RelativePath="..\..\src\safepoint-table.cc"
914 >
915 </File>
916 <File
917 RelativePath="..\..\src\safepoint-table.h"
918 >
919 </File>
920 <File
889 RelativePath="..\..\src\scanner-base.cc" 921 RelativePath="..\..\src\scanner-base.cc"
890 > 922 >
891 </File> 923 </File>
892 <File 924 <File
893 RelativePath="..\..\src\scanner-base.h" 925 RelativePath="..\..\src\scanner-base.h"
894 > 926 >
895 </File> 927 </File>
896 <File 928 <File
897 RelativePath="..\..\src\scanner.cc" 929 RelativePath="..\..\src\scanner.cc"
898 > 930 >
(...skipping 276 matching lines...) Expand 10 before | Expand all | Expand 10 after
1175 > 1207 >
1176 <File 1208 <File
1177 RelativePath="..\..\include\v8-debug.h" 1209 RelativePath="..\..\include\v8-debug.h"
1178 > 1210 >
1179 </File> 1211 </File>
1180 <File 1212 <File
1181 RelativePath="..\..\include\v8-profiler.h" 1213 RelativePath="..\..\include\v8-profiler.h"
1182 > 1214 >
1183 </File> 1215 </File>
1184 <File 1216 <File
1217 RelativePath="..\..\include\v8-testing.h"
1218 >
1219 </File>
1220 <File
1185 RelativePath="..\..\include\v8.h" 1221 RelativePath="..\..\include\v8.h"
1186 > 1222 >
1187 </File> 1223 </File>
1188 <File 1224 <File
1189 RelativePath="..\..\include\v8stdint.h" 1225 RelativePath="..\..\include\v8stdint.h"
1190 > 1226 >
1191 </File> 1227 </File>
1192 </Filter> 1228 </Filter>
1193 </Files> 1229 </Files>
1194 <Globals> 1230 <Globals>
1195 </Globals> 1231 </Globals>
1196 </VisualStudioProject> 1232 </VisualStudioProject>
OLDNEW
« no previous file with comments | « tools/test.py ('k') | tools/visual_studio/v8_base_arm.vcproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698