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

Unified Diff: base/base.gyp

Issue 18656004: Added a new SafeSPrintf() function that implements snprintf() in an async-safe-fashion (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed Will's comments; renamed files to base/strings/safe_sprintf.* Created 7 years, 4 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 | base/base.gypi » ('j') | base/strings/safe_sprintf.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gyp
diff --git a/base/base.gyp b/base/base.gyp
index e2af06bb6fa08ce659e82c173c698195304f2e0e..31a58204cd40ca57c010403f649d6346a4f7c9d7 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -574,6 +574,7 @@
'sha1_unittest.cc',
'stl_util_unittest.cc',
'strings/nullable_string16_unittest.cc',
+ 'strings/safe_sprintf_unittest.cc',
'strings/string16_unittest.cc',
'strings/stringprintf_unittest.cc',
'strings/string_number_conversions_unittest.cc',
« no previous file with comments | « no previous file | base/base.gypi » ('j') | base/strings/safe_sprintf.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698