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

Unified Diff: net/net.gypi

Issue 1023473003: Allow BackoffEntry to be serialized and deserialized. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address mmenke's final review nits Created 5 years, 7 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/base/backoff_entry_serializer_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 f5610d7c1dba2ac28eef503f674e2b5ae32d96f7..227428115da09e82d88d2546c603715b5b72abe6 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -199,6 +199,8 @@
'base/address_tracker_linux.h',
'base/backoff_entry.cc',
'base/backoff_entry.h',
+ 'base/backoff_entry_serializer.cc',
+ 'base/backoff_entry_serializer.h',
'base/cache_type.h',
'base/chunked_upload_data_stream.cc',
'base/chunked_upload_data_stream.h',
@@ -1275,6 +1277,7 @@
'android/network_change_notifier_android_unittest.cc',
'base/address_list_unittest.cc',
'base/address_tracker_linux_unittest.cc',
+ 'base/backoff_entry_serializer_unittest.cc',
'base/backoff_entry_unittest.cc',
'base/chunked_upload_data_stream_unittest.cc',
'base/data_url_unittest.cc',
« no previous file with comments | « net/base/backoff_entry_serializer_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698