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

Unified Diff: net/net.gyp

Issue 10918279: Provide mutable members of UrlRequestContext via pure-virtual interface (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: lint fixes Created 8 years, 3 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 add9fa08cfae81be0110dffb30c8f59d5fca5b7d..8ace9a20f6e43a07546394173868955b3b6c9bb3 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -750,6 +750,10 @@
'udp/udp_socket_libevent.h',
'udp/udp_socket_win.cc',
'udp/udp_socket_win.h',
+ 'url_request/const_http_accept_language_and_charset.cc',
+ 'url_request/const_http_accept_language_and_charset.h',
+ 'url_request/const_http_user_agent_settings.cc',
+ 'url_request/const_http_user_agent_settings.h',
'url_request/data_protocol_handler.cc',
'url_request/data_protocol_handler.h',
'url_request/file_protocol_handler.cc',
@@ -757,6 +761,7 @@
'url_request/fraudulent_certificate_reporter.h',
'url_request/ftp_protocol_handler.cc',
'url_request/ftp_protocol_handler.h',
+ 'url_request/http_user_agent_settings.h',
'url_request/url_fetcher.cc',
'url_request/url_fetcher.h',
'url_request/url_fetcher_core.cc',

Powered by Google App Engine
This is Rietveld 408576698