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

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: Minor nits 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 | « base/base.gyp ('k') | base/strings/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gypi
diff --git a/base/base.gypi b/base/base.gypi
index 2bd71615045d0be5c628ff7c1921e49fa0582de3..d34b39d30a7db3a28b33fc2ea6623c181eaf4428 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -475,6 +475,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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698