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

Side by Side Diff: net/build/net.vcproj

Issue 4040: Refactoring out common code in the X.509 cert handling (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 12 years, 3 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 | Annotate | Revision Log
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="net" 5 Name="net"
6 ProjectGUID="{326E9795-E760-410A-B69A-3F79DB3F5243}" 6 ProjectGUID="{326E9795-E760-410A-B69A-3F79DB3F5243}"
7 RootNamespace="net" 7 RootNamespace="net"
8 Keyword="Win32Proj" 8 Keyword="Win32Proj"
9 > 9 >
10 <Platforms> 10 <Platforms>
(...skipping 475 matching lines...) Expand 10 before | Expand all | Expand 10 after
486 </File> 486 </File>
487 <File 487 <File
488 RelativePath="..\base\winsock_init.cc" 488 RelativePath="..\base\winsock_init.cc"
489 > 489 >
490 </File> 490 </File>
491 <File 491 <File
492 RelativePath="..\base\winsock_init.h" 492 RelativePath="..\base\winsock_init.h"
493 > 493 >
494 </File> 494 </File>
495 <File 495 <File
496 RelativePath="..\base\x509_certificate.cc"
497 >
498 </File>
499 <File
496 RelativePath="..\base\x509_certificate_win.cc" 500 RelativePath="..\base\x509_certificate_win.cc"
497 > 501 >
498 </File> 502 </File>
499 <File 503 <File
500 RelativePath="..\base\x509_certificate.h" 504 RelativePath="..\base\x509_certificate.h"
501 > 505 >
502 </File> 506 </File>
503 </Filter> 507 </Filter>
504 <Filter 508 <Filter
505 Name="url_request" 509 Name="url_request"
(...skipping 428 matching lines...) Expand 10 before | Expand all | Expand 10 after
934 </File> 938 </File>
935 <File 939 <File
936 RelativePath="..\proxy\proxy_service.h" 940 RelativePath="..\proxy\proxy_service.h"
937 > 941 >
938 </File> 942 </File>
939 </Filter> 943 </Filter>
940 </Files> 944 </Files>
941 <Globals> 945 <Globals>
942 </Globals> 946 </Globals>
943 </VisualStudioProject> 947 </VisualStudioProject>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698