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 6696112: Fast TLS support.
Patch Set: Created 9 years, 9 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
« src/platform-tls-win32.h ('K') | « tools/v8.xcodeproj/project.pbxproj ('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 852 matching lines...) Expand 10 before | Expand all | Expand 10 after
863 </File> 863 </File>
864 <File 864 <File
865 RelativePath="..\..\src\profile-generator.h" 865 RelativePath="..\..\src\profile-generator.h"
866 > 866 >
867 </File> 867 </File>
868 <File 868 <File
869 RelativePath="..\..\src\profile-generator-inl.h" 869 RelativePath="..\..\src\profile-generator-inl.h"
870 > 870 >
871 </File> 871 </File>
872 <File 872 <File
873 RelativePath="..\..\src\platform-tls-win32.h"
874 >
875 </File>
876 <File
877 RelativePath="..\..\src\platform-tls.h"
878 >
879 </File>
880 <File
873 RelativePath="..\..\src\platform-win32.cc" 881 RelativePath="..\..\src\platform-win32.cc"
874 > 882 >
875 </File> 883 </File>
876 <File 884 <File
877 RelativePath="..\..\src\platform.h" 885 RelativePath="..\..\src\platform.h"
878 > 886 >
879 </File> 887 </File>
880 <File 888 <File
881 RelativePath="..\..\src\prettyprinter.cc" 889 RelativePath="..\..\src\prettyprinter.cc"
882 > 890 >
(...skipping 408 matching lines...) Expand 10 before | Expand all | Expand 10 after
1291 </File> 1299 </File>
1292 <File 1300 <File
1293 RelativePath="..\..\include\v8stdint.h" 1301 RelativePath="..\..\include\v8stdint.h"
1294 > 1302 >
1295 </File> 1303 </File>
1296 </Filter> 1304 </Filter>
1297 </Files> 1305 </Files>
1298 <Globals> 1306 <Globals>
1299 </Globals> 1307 </Globals>
1300 </VisualStudioProject> 1308 </VisualStudioProject>
OLDNEW
« src/platform-tls-win32.h ('K') | « tools/v8.xcodeproj/project.pbxproj ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698