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

Unified Diff: webrtc/base/BUILD.gn

Issue 2696003004: Added integer parsing functions in base/string_to_number.h (Closed)
Patch Set: Addressed comments. Created 3 years, 8 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 | « no previous file | webrtc/base/string_to_number.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/base/BUILD.gn
diff --git a/webrtc/base/BUILD.gn b/webrtc/base/BUILD.gn
index 7e02a3a063a7b704e622fedfe1e6b7f0f5c1f081..c7a099e5e0085db7fe1a47f6abb98d960f6de59a 100644
--- a/webrtc/base/BUILD.gn
+++ b/webrtc/base/BUILD.gn
@@ -156,6 +156,8 @@ rtc_static_library("rtc_base_approved") {
"safe_conversions_impl.h",
"sanitizer.h",
"scoped_ref_ptr.h",
+ "string_to_number.cc",
+ "string_to_number.h",
"stringencode.cc",
"stringencode.h",
"stringutils.cc",
@@ -780,6 +782,7 @@ if (rtc_include_tests) {
"ratetracker_unittest.cc",
"refcountedobject_unittest.cc",
"safe_compare_unittest.cc",
+ "string_to_number_unittest.cc",
"stringencode_unittest.cc",
"stringutils_unittest.cc",
"swap_queue_unittest.cc",
« no previous file with comments | « no previous file | webrtc/base/string_to_number.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698