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

Unified Diff: net/net.gypi

Issue 683113005: Update from chromium https://crrev.com/302282 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: 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
« no previous file with comments | « net/net.gyp ('k') | net/proxy/proxy_config.h » ('j') | 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 01b0d561061228689719622196a0e1191dadcb47..e3068beaa30f3975a2156178cfa0fa130b333679 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -77,6 +77,8 @@
'cert/ct_verify_result.h',
'cert/pem_tokenizer.cc',
'cert/pem_tokenizer.h',
+ 'cert/sha256_legacy_support_nss_win.cc',
+ 'cert/sha256_legacy_support_openssl_win.cc',
'cert/sha256_legacy_support_win.cc',
'cert/sha256_legacy_support_win.h',
'cert/signed_certificate_timestamp.cc',
@@ -239,8 +241,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',
@@ -481,6 +486,8 @@
'disk_cache/simple/simple_synchronous_entry.cc',
'disk_cache/simple/simple_synchronous_entry.h',
'disk_cache/simple/simple_util.cc',
+ 'disk_cache/simple/simple_util_posix.cc',
+ 'disk_cache/simple/simple_util_win.cc',
'disk_cache/simple/simple_util.h',
'disk_cache/simple/simple_version_upgrade.cc',
'disk_cache/simple/simple_version_upgrade.h',
@@ -751,6 +758,8 @@
'quic/congestion_control/loss_detection_interface.h',
'quic/congestion_control/pacing_sender.cc',
'quic/congestion_control/pacing_sender.h',
+ 'quic/congestion_control/prr_sender.cc',
+ 'quic/congestion_control/prr_sender.h',
'quic/congestion_control/receive_algorithm_interface.cc',
'quic/congestion_control/receive_algorithm_interface.h',
'quic/congestion_control/rtt_stats.cc',
@@ -1279,6 +1288,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',
@@ -1448,6 +1458,7 @@
'quic/congestion_control/hybrid_slow_start_test.cc',
'quic/congestion_control/leaky_bucket_test.cc',
'quic/congestion_control/pacing_sender_test.cc',
+ 'quic/congestion_control/prr_sender_test.cc',
'quic/congestion_control/rtt_stats_test.cc',
'quic/congestion_control/send_algorithm_simulator.cc',
'quic/congestion_control/send_algorithm_simulator.h',
« no previous file with comments | « net/net.gyp ('k') | net/proxy/proxy_config.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698