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

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

Issue 14915: Move certificate verification off the IO thread.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 10 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 | « net/base/x509_certificate_win.cc ('k') | net/net.xcodeproj/project.pbxproj » ('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 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
158 </File> 158 </File>
159 <File 159 <File
160 RelativePath="..\base\bzip2_filter.cc" 160 RelativePath="..\base\bzip2_filter.cc"
161 > 161 >
162 </File> 162 </File>
163 <File 163 <File
164 RelativePath="..\base\bzip2_filter.h" 164 RelativePath="..\base\bzip2_filter.h"
165 > 165 >
166 </File> 166 </File>
167 <File 167 <File
168 RelativePath="..\base\cert_status_flags.cc"
169 >
170 </File>
171 <File
168 RelativePath="..\base\cert_status_flags.h" 172 RelativePath="..\base\cert_status_flags.h"
169 > 173 >
170 </File> 174 </File>
171 <File 175 <File
176 RelativePath="..\base\cert_verifier.cc"
177 >
178 </File>
179 <File
180 RelativePath="..\base\cert_verifier.h"
181 >
182 </File>
183 <File
184 RelativePath="..\base\cert_verify_result.h"
185 >
186 </File>
187 <File
172 RelativePath="..\base\client_socket.h" 188 RelativePath="..\base\client_socket.h"
173 > 189 >
174 </File> 190 </File>
175 <File 191 <File
176 RelativePath="..\base\client_socket_factory.cc" 192 RelativePath="..\base\client_socket_factory.cc"
177 > 193 >
178 </File> 194 </File>
179 <File 195 <File
180 RelativePath="..\base\client_socket_factory.h" 196 RelativePath="..\base\client_socket_factory.h"
181 > 197 >
(...skipping 896 matching lines...) Expand 10 before | Expand all | Expand 10 after
1078 </File> 1094 </File>
1079 <File 1095 <File
1080 RelativePath="..\ftp\ftp_transaction_factory.h" 1096 RelativePath="..\ftp\ftp_transaction_factory.h"
1081 > 1097 >
1082 </File> 1098 </File>
1083 </Filter> 1099 </Filter>
1084 </Files> 1100 </Files>
1085 <Globals> 1101 <Globals>
1086 </Globals> 1102 </Globals>
1087 </VisualStudioProject> 1103 </VisualStudioProject>
OLDNEW
« no previous file with comments | « net/base/x509_certificate_win.cc ('k') | net/net.xcodeproj/project.pbxproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698