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

Unified Diff: mojo/edk/util/BUILD.gn

Issue 1492623002: EDK: Add functions for converting between strings and numbers. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years 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
Index: mojo/edk/util/BUILD.gn
diff --git a/mojo/edk/util/BUILD.gn b/mojo/edk/util/BUILD.gn
index 502164bd5f3dcb28df7c2ae8ff40d37b9f483bda..61415dbd3f04e274c47c8541af44c11019c027d8 100644
--- a/mojo/edk/util/BUILD.gn
+++ b/mojo/edk/util/BUILD.gn
@@ -20,6 +20,8 @@ mojo_edk_source_set("util") {
"ref_ptr.h",
"ref_ptr_internal.h",
"scoped_file.h",
+ "string_number_conversions.cc",
+ "string_number_conversions.h",
"string_printf.cc",
"string_printf.h",
"thread_annotations.h",
@@ -37,6 +39,7 @@ mojo_edk_unittests("mojo_edk_util_unittests") {
"cond_var_unittest.cc",
"mutex_unittest.cc",
"ref_counted_unittest.cc",
+ "string_number_conversions_unittest.cc",
"string_printf_unittest.cc",
"thread_annotations_unittest.cc",
"thread_checker_unittest.cc",

Powered by Google App Engine
This is Rietveld 408576698