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

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

Issue 2963: Bring X.509 cert handling (at least preliminarily) to the Mac. (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 459 matching lines...) Expand 10 before | Expand all | Expand 10 after
470 </File> 470 </File>
471 <File 471 <File
472 RelativePath="..\base\winsock_init.cc" 472 RelativePath="..\base\winsock_init.cc"
473 > 473 >
474 </File> 474 </File>
475 <File 475 <File
476 RelativePath="..\base\winsock_init.h" 476 RelativePath="..\base\winsock_init.h"
477 > 477 >
478 </File> 478 </File>
479 <File 479 <File
480 » » » » RelativePath="..\base\x509_certificate.cc" 480 » » » » RelativePath="..\base\x509_certificate_win.cc"
481 > 481 >
482 </File> 482 </File>
483 <File 483 <File
484 RelativePath="..\base\x509_certificate.h" 484 RelativePath="..\base\x509_certificate.h"
485 > 485 >
486 </File> 486 </File>
487 </Filter> 487 </Filter>
488 <Filter 488 <Filter
489 Name="url_request" 489 Name="url_request"
490 > 490 >
(...skipping 427 matching lines...) Expand 10 before | Expand all | Expand 10 after
918 </File> 918 </File>
919 <File 919 <File
920 RelativePath="..\proxy\proxy_service.h" 920 RelativePath="..\proxy\proxy_service.h"
921 > 921 >
922 </File> 922 </File>
923 </Filter> 923 </Filter>
924 </Files> 924 </Files>
925 <Globals> 925 <Globals>
926 </Globals> 926 </Globals>
927 </VisualStudioProject> 927 </VisualStudioProject>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698