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

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

Issue 28144: Implement the NTLM authentication scheme by porting... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Final upload before checkin Created 11 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | net/build/net_unittests.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="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 676 matching lines...) Expand 10 before | Expand all | Expand 10 after
687 </File> 687 </File>
688 <File 688 <File
689 RelativePath="..\url_request\url_request_view_ca che_job.h" 689 RelativePath="..\url_request\url_request_view_ca che_job.h"
690 > 690 >
691 </File> 691 </File>
692 </Filter> 692 </Filter>
693 <Filter 693 <Filter
694 Name="http" 694 Name="http"
695 > 695 >
696 <File 696 <File
697 RelativePath="..\http\des.cc"
698 >
699 </File>
700 <File
701 RelativePath="..\http\des.h"
702 >
703 </File>
704 <File
697 RelativePath="..\http\http_atom_list.h" 705 RelativePath="..\http\http_atom_list.h"
698 > 706 >
699 </File> 707 </File>
700 <File 708 <File
701 RelativePath="..\http\http_auth.cc" 709 RelativePath="..\http\http_auth.cc"
702 > 710 >
703 </File> 711 </File>
704 <File 712 <File
705 RelativePath="..\http\http_auth.h" 713 RelativePath="..\http\http_auth.h"
706 > 714 >
(...skipping 24 matching lines...) Expand all
731 </File> 739 </File>
732 <File 740 <File
733 RelativePath="..\http\http_auth_handler_digest.c c" 741 RelativePath="..\http\http_auth_handler_digest.c c"
734 > 742 >
735 </File> 743 </File>
736 <File 744 <File
737 RelativePath="..\http\http_auth_handler_digest.h " 745 RelativePath="..\http\http_auth_handler_digest.h "
738 > 746 >
739 </File> 747 </File>
740 <File 748 <File
749 RelativePath="..\http\http_auth_handler_ntlm.cc"
750 >
751 </File>
752 <File
753 RelativePath="..\http\http_auth_handler_ntlm.h"
754 >
755 </File>
756 <File
741 RelativePath="..\http\http_cache.cc" 757 RelativePath="..\http\http_cache.cc"
742 > 758 >
743 </File> 759 </File>
744 <File 760 <File
745 RelativePath="..\http\http_cache.h" 761 RelativePath="..\http\http_cache.h"
746 > 762 >
747 </File> 763 </File>
748 <File 764 <File
749 RelativePath="..\http\http_chunked_decoder.cc" 765 RelativePath="..\http\http_chunked_decoder.cc"
750 > 766 >
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
810 > 826 >
811 </File> 827 </File>
812 <File 828 <File
813 RelativePath="..\http\http_vary_data.cc" 829 RelativePath="..\http\http_vary_data.cc"
814 > 830 >
815 </File> 831 </File>
816 <File 832 <File
817 RelativePath="..\http\http_vary_data.h" 833 RelativePath="..\http\http_vary_data.h"
818 > 834 >
819 </File> 835 </File>
836 <File
837 RelativePath="..\http\md4.cc"
838 >
839 </File>
840 <File
841 RelativePath="..\http\md4.h"
842 >
843 </File>
820 </Filter> 844 </Filter>
821 <Filter 845 <Filter
822 Name="disk_cache" 846 Name="disk_cache"
823 > 847 >
824 <File 848 <File
825 RelativePath="..\disk_cache\addr.cc" 849 RelativePath="..\disk_cache\addr.cc"
826 > 850 >
827 </File> 851 </File>
828 <File 852 <File
829 RelativePath="..\disk_cache\addr.h" 853 RelativePath="..\disk_cache\addr.h"
(...skipping 257 matching lines...) Expand 10 before | Expand all | Expand 10 after
1087 </File> 1111 </File>
1088 <File 1112 <File
1089 RelativePath="..\ftp\ftp_transaction_factory.h" 1113 RelativePath="..\ftp\ftp_transaction_factory.h"
1090 > 1114 >
1091 </File> 1115 </File>
1092 </Filter> 1116 </Filter>
1093 </Files> 1117 </Files>
1094 <Globals> 1118 <Globals>
1095 </Globals> 1119 </Globals>
1096 </VisualStudioProject> 1120 </VisualStudioProject>
OLDNEW
« no previous file with comments | « no previous file | net/build/net_unittests.vcproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698