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

Side by Side Diff: net/build/net_unittests.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 | « net/build/net.vcproj ('k') | net/http/des.h » ('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_unittests" 5 Name="net_unittests"
6 ProjectGUID="{E99DA267-BE90-4F45-88A1-6919DB2C7567}" 6 ProjectGUID="{E99DA267-BE90-4F45-88A1-6919DB2C7567}"
7 RootNamespace="net_unittests" 7 RootNamespace="net_unittests"
8 Keyword="Win32Proj" 8 Keyword="Win32Proj"
9 > 9 >
10 <Platforms> 10 <Platforms>
(...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after
220 </File> 220 </File>
221 <File 221 <File
222 RelativePath="..\disk_cache\storage_bloc k_unittest.cc" 222 RelativePath="..\disk_cache\storage_bloc k_unittest.cc"
223 > 223 >
224 </File> 224 </File>
225 </Filter> 225 </Filter>
226 <Filter 226 <Filter
227 Name="http" 227 Name="http"
228 > 228 >
229 <File 229 <File
230 RelativePath="..\http\des_unittest.cc"
231 >
232 </File>
233 <File
230 RelativePath="..\http\http_auth_cache_un ittest.cc" 234 RelativePath="..\http\http_auth_cache_un ittest.cc"
231 > 235 >
232 </File> 236 </File>
233 <File 237 <File
234 RelativePath="..\http\http_auth_handler_ basic_unittest.cc" 238 RelativePath="..\http\http_auth_handler_ basic_unittest.cc"
235 > 239 >
236 </File> 240 </File>
237 <File 241 <File
238 RelativePath="..\http\http_auth_handler_ digest_unittest.cc" 242 RelativePath="..\http\http_auth_handler_ digest_unittest.cc"
239 > 243 >
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
360 </File> 364 </File>
361 <File 365 <File
362 RelativePath="..\base\ssl_client_socket_ unittest.cc" 366 RelativePath="..\base\ssl_client_socket_ unittest.cc"
363 > 367 >
364 </File> 368 </File>
365 <File 369 <File
366 RelativePath="..\base\ssl_config_service _unittest.cc" 370 RelativePath="..\base\ssl_config_service _unittest.cc"
367 > 371 >
368 </File> 372 </File>
369 <File 373 <File
374 RelativePath="..\base\tcp_client_socket_ unittest.cc"
375 >
376 </File>
377 <File
370 RelativePath="..\base\tcp_pinger_unittes t.cc" 378 RelativePath="..\base\tcp_pinger_unittes t.cc"
371 > 379 >
372 </File> 380 </File>
373 <File 381 <File
374 RelativePath="..\base\tcp_client_socket_ unittest.cc"
375 >
376 </File>
377 <File
378 RelativePath="..\base\telnet_server_unit test.cc" 382 RelativePath="..\base\telnet_server_unit test.cc"
379 > 383 >
380 </File> 384 </File>
381 <File 385 <File
382 RelativePath="..\base\test_completion_ca llback_unittest.cc" 386 RelativePath="..\base\test_completion_ca llback_unittest.cc"
383 > 387 >
384 </File> 388 </File>
385 <File 389 <File
386 RelativePath="..\base\wininet_util_unitt est.cc" 390 RelativePath="..\base\wininet_util_unitt est.cc"
387 > 391 >
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
429 <File 433 <File
430 RelativePath="..\proxy\proxy_service_uni ttest.cc" 434 RelativePath="..\proxy\proxy_service_uni ttest.cc"
431 > 435 >
432 </File> 436 </File>
433 </Filter> 437 </Filter>
434 </Filter> 438 </Filter>
435 </Files> 439 </Files>
436 <Globals> 440 <Globals>
437 </Globals> 441 </Globals>
438 </VisualStudioProject> 442 </VisualStudioProject>
OLDNEW
« no previous file with comments | « net/build/net.vcproj ('k') | net/http/des.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698