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

Unified Diff: util/util.gyp

Issue 467103002: Add InRangeCast<> and its test (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Switch from [u]ll constants to correct [U]INT64_C() constants 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/numeric/in_range_cast_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 422fb13c2003f0bd608049c31f25e2b07efa9b51..45488a08499fd15c14dc7abf50e574befd2d9416 100644
--- a/util/util.gyp
+++ b/util/util.gyp
@@ -38,6 +38,8 @@
'mach/task_memory.h',
'misc/uuid.cc',
'misc/uuid.h',
+ 'numeric/in_range_cast.h',
+ 'numeric/safe_assignment.h',
Robert Sesek 2014/08/14 20:35:52 ?
Mark Mentovai 2014/08/14 23:00:41 The file was checked in 995012534e34 (https://code
'stdlib/cxx.h',
'stdlib/objc.h',
'stdlib/strlcpy.cc',
@@ -81,6 +83,7 @@
'mac/launchd_test.mm',
'mach/task_memory_test.cc',
'misc/uuid_test.cc',
+ 'numeric/in_range_cast_test.cc',
'stdlib/strlcpy_test.cc',
],
},
« no previous file with comments | « util/numeric/in_range_cast_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698