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

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 jln's comments 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/debug/format.h » ('j') | base/debug/format.cc » ('J')
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 fef37a1dff35e9586c446c639c60cd1f475c61be..c238f4062a489e92d7d215cb5e7a460e33565bfd 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -128,6 +128,8 @@
'debug/debugger.h',
'debug/debugger_posix.cc',
'debug/debugger_win.cc',
+ 'debug/format.cc',
+ 'debug/format.h',
# This file depends on files from the 'allocator' target,
# but this target does not depend on 'allocator' (see
# allocator.gyp for details).
« no previous file with comments | « base/base.gyp ('k') | base/debug/format.h » ('j') | base/debug/format.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698