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

Unified Diff: net/net.gypi

Issue 1829873002: Add base/parse_number.h to generalize number parsing done in //net. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more tests Created 4 years, 9 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/sdch_manager.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 b6651043950a7e97f6873c3a87adfe5311fda37b..b6efc1703607e9230a221f08621a2a8e12f42e43 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -53,6 +53,8 @@
'base/openssl_private_key_store.h',
'base/openssl_private_key_store_android.cc',
'base/openssl_private_key_store_memory.cc',
+ 'base/parse_number.cc',
+ 'base/parse_number.h',
'base/port_util.cc',
'base/port_util.h',
'base/rand_callback.h',
@@ -1363,6 +1365,7 @@
'base/network_change_notifier_win_unittest.cc',
'base/network_interfaces_unittest.cc',
'base/network_quality_estimator_unittest.cc',
+ 'base/parse_number_unittest.cc',
'base/port_util_unittest.cc',
'base/prioritized_dispatcher_unittest.cc',
'base/priority_queue_unittest.cc',
« no previous file with comments | « net/base/sdch_manager.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698