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 669270: Remove unneeded variable usage analysis. (Closed)
Patch Set: Created 10 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
« no previous file with comments | « tools/gyp/v8.gyp ('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 863 matching lines...) Expand 10 before | Expand all | Expand 10 after
874 </File> 874 </File>
875 <File 875 <File
876 RelativePath="..\..\src\unicode-inl.h" 876 RelativePath="..\..\src\unicode-inl.h"
877 > 877 >
878 </File> 878 </File>
879 <File 879 <File
880 RelativePath="..\..\src\unicode.h" 880 RelativePath="..\..\src\unicode.h"
881 > 881 >
882 </File> 882 </File>
883 <File 883 <File
884 RelativePath="..\..\src\usage-analyzer.cc"
885 >
886 </File>
887 <File
888 RelativePath="..\..\src\usage-analyzer.h"
889 >
890 </File>
891 <File
892 RelativePath="..\..\src\utils.cc" 884 RelativePath="..\..\src\utils.cc"
893 > 885 >
894 </File> 886 </File>
895 <File 887 <File
896 RelativePath="..\..\src\utils.h" 888 RelativePath="..\..\src\utils.h"
897 > 889 >
898 </File> 890 </File>
899 <File 891 <File
900 RelativePath="..\..\src\v8-counters.cc" 892 RelativePath="..\..\src\v8-counters.cc"
901 > 893 >
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
998 </File> 990 </File>
999 <File 991 <File
1000 RelativePath="..\..\include\v8.h" 992 RelativePath="..\..\include\v8.h"
1001 > 993 >
1002 </File> 994 </File>
1003 </Filter> 995 </Filter>
1004 </Files> 996 </Files>
1005 <Globals> 997 <Globals>
1006 </Globals> 998 </Globals>
1007 </VisualStudioProject> 999 </VisualStudioProject>
OLDNEW
« no previous file with comments | « tools/gyp/v8.gyp ('k') | tools/visual_studio/v8_base_arm.vcproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698