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

Unified 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, 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/build/net.vcproj ('k') | net/http/des.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/build/net_unittests.vcproj
===================================================================
--- net/build/net_unittests.vcproj (revision 10666)
+++ net/build/net_unittests.vcproj (working copy)
@@ -227,6 +227,10 @@
Name="http"
>
<File
+ RelativePath="..\http\des_unittest.cc"
+ >
+ </File>
+ <File
RelativePath="..\http\http_auth_cache_unittest.cc"
>
</File>
@@ -367,11 +371,11 @@
>
</File>
<File
- RelativePath="..\base\tcp_pinger_unittest.cc"
+ RelativePath="..\base\tcp_client_socket_unittest.cc"
>
</File>
<File
- RelativePath="..\base\tcp_client_socket_unittest.cc"
+ RelativePath="..\base\tcp_pinger_unittest.cc"
>
</File>
<File
« 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