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

Unified Diff: util/util.gyp

Issue 430003003: Add UUID, strlcpy, and their tests to util (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Created 6 years, 5 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
« util/misc/uuid.h ('K') | « util/stdlib/strlcpy_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 298a7398f0fde55c080188d5b3edad01d6212930..8a1877f587e1c9cca1c5af6bd33f08072bdde914 100644
--- a/util/util.gyp
+++ b/util/util.gyp
@@ -32,6 +32,10 @@
'file/file_writer.h',
'file/string_file_writer.cc',
'file/string_file_writer.h',
+ 'misc/uuid.cc',
+ 'misc/uuid.h',
+ 'stdlib/strlcpy.cc',
+ 'stdlib/strlcpy.h',
],
},
{
@@ -49,6 +53,8 @@
'sources': [
'../third_party/gtest/gtest/src/gtest_main.cc',
'file/string_file_writer_test.cc',
+ 'misc/uuid_test.cc',
+ 'stdlib/strlcpy_test.cc',
],
},
],
« util/misc/uuid.h ('K') | « util/stdlib/strlcpy_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698