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

Unified Diff: net/net.gypi

Issue 679103004: Add function to get network stack state from a URLRequestContext. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix badProxies Created 6 years, 2 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
« net/base/net_log_util_unittest.cc ('K') | « net/base/net_log_util_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net.gypi
diff --git a/net/net.gypi b/net/net.gypi
index 36aa3e6247354bb88e2f275b1e5d75dccc616b1a..fe0654df34abaea4037492dbc8286da34774d617 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -239,8 +239,11 @@
'base/mime_util.cc',
'base/mime_util.h',
'base/net_errors_win.cc',
+ 'base/net_info_source_list.h',
'base/net_log_logger.cc',
'base/net_log_logger.h',
+ 'base/net_log_util.cc',
+ 'base/net_log_util.h',
'base/net_util_win.cc',
'base/network_change_notifier.cc',
'base/network_change_notifier.h',
@@ -1278,6 +1281,7 @@
'base/net_log_logger_unittest.cc',
'base/net_log_unittest.cc',
'base/net_log_unittest.h',
+ 'base/net_log_util_unittest.cc',
'base/net_util_unittest.cc',
'base/net_util_icu_unittest.cc',
'base/network_change_notifier_unittest.cc',
« net/base/net_log_util_unittest.cc ('K') | « net/base/net_log_util_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698