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

Unified Diff: net/net.gyp

Issue 138513002: Plumb network stack information about existence of cached copy (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Share a bit of errorpage_browsertest.cc test code. Created 6 years, 11 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
Index: net/net.gyp
diff --git a/net/net.gyp b/net/net.gyp
index a40f39388e3f1a285b81d6b493b446772e4aca7a..0120cc6f02e968a8cb4454386d206b4d9a5fc9be 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -661,8 +661,10 @@
'http/partial_data.h',
'http/proxy_client_socket.h',
'http/proxy_client_socket.cc',
- 'http/proxy_connect_redirect_http_stream.h',
'http/proxy_connect_redirect_http_stream.cc',
+ 'http/proxy_connect_redirect_http_stream.h',
+ 'http/test_network_transaction.cc',
+ 'http/test_network_transaction.h',
'http/transport_security_persister.cc',
'http/transport_security_persister.h',
'http/transport_security_state.cc',

Powered by Google App Engine
This is Rietveld 408576698