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

Unified Diff: base/base.gypi

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
Index: base/base.gypi
diff --git a/base/base.gypi b/base/base.gypi
index 6d82ee335b9fe83eff87f5a9beeaeaf694097c48..c25b3e3a7e575bc0bab5cf32e7305b13934275b0 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -469,6 +469,8 @@
'strings/latin1_string_conversions.h',
'strings/nullable_string16.cc',
'strings/nullable_string16.h',
+ 'strings/safe_sprintf.cc',
+ 'strings/safe_sprintf.h',
'strings/string16.cc',
'strings/string16.h',
'strings/string_number_conversions.cc',
« no previous file with comments | « base/base.gyp ('k') | base/strings/OWNERS » ('j') | base/strings/safe_sprintf.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698