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

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

Issue 1486923002: EDK: Add mojo::util::StringPrintf() (etc.) and convert away from base's. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: there is no try 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
« no previous file with comments | « mojo/edk/system/message_pipe_perftest.cc ('k') | mojo/edk/util/string_printf.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/edk/util/BUILD.gn
diff --git a/mojo/edk/util/BUILD.gn b/mojo/edk/util/BUILD.gn
index 6a08566ca42582c76362bd08b055c6b9ecdb4720..502164bd5f3dcb28df7c2ae8ff40d37b9f483bda 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_printf.cc",
+ "string_printf.h",
"thread_annotations.h",
"thread_checker.h",
"waitable_event.cc",
@@ -35,6 +37,7 @@ mojo_edk_unittests("mojo_edk_util_unittests") {
"cond_var_unittest.cc",
"mutex_unittest.cc",
"ref_counted_unittest.cc",
+ "string_printf_unittest.cc",
"thread_annotations_unittest.cc",
"thread_checker_unittest.cc",
"waitable_event_unittest.cc",
« no previous file with comments | « mojo/edk/system/message_pipe_perftest.cc ('k') | mojo/edk/util/string_printf.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698