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

Unified Diff: util/util.gyp

Issue 513453002: Add CheckedMachAddressRange 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
Index: util/util.gyp
diff --git a/util/util.gyp b/util/util.gyp
index 0cbc0674925c4f41f139ff4cf80dfbad003a2725..487cd1475305d47f1e8b0aa28a31eccac9ed5e1b 100644
--- a/util/util.gyp
+++ b/util/util.gyp
@@ -32,6 +32,8 @@
'file/file_writer.h',
'file/string_file_writer.cc',
'file/string_file_writer.h',
+ 'mac/checked_mach_address_range.h',
+ 'mac/checked_mach_address_range.cc',
Robert Sesek 2014/08/28 13:58:30 nit: c < h
'mac/launchd.h',
'mac/launchd.mm',
'mac/mac_util.cc',
@@ -118,6 +120,7 @@
],
'sources': [
'file/string_file_writer_test.cc',
+ 'mac/checked_mach_address_range_test.cc',
'mac/launchd_test.mm',
'mac/mac_util_test.mm',
'mac/process_reader_test.cc',
« util/mac/checked_mach_address_range.h ('K') | « util/mac/checked_mach_address_range_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698