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

Unified Diff: util/util.gyp

Issue 514253002: Add strnlen() wrapper and its test (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Created 6 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 | « util/stdlib/strnlen_test.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: util/util.gyp
diff --git a/util/util.gyp b/util/util.gyp
index 4a6c56e79efa0f6b7a6ad990624a23f94d6c0c20..7af42568bc949962eee99b3de21de55bd384195f 100644
--- a/util/util.gyp
+++ b/util/util.gyp
@@ -74,6 +74,8 @@
'stdlib/pointer_container.h',
'stdlib/strlcpy.cc',
'stdlib/strlcpy.h',
+ 'stdlib/strnlen.cc',
+ 'stdlib/strnlen.h',
],
},
{
@@ -136,6 +138,7 @@
'numeric/in_range_cast_test.cc',
'posix/process_util_test.cc',
'stdlib/strlcpy_test.cc',
+ 'stdlib/strnlen_test.cc',
'test/mac/mach_multiprocess_test.cc',
'test/multiprocess_test.cc',
],
« no previous file with comments | « util/stdlib/strnlen_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698