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

Unified Diff: util/util.gyp

Issue 467103002: Add InRangeCast<> and its test (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Rebase 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 923f18a265c9b2fb07e78146a6abde6f1aba3d82..b4f34716751e86d9ed73b9a13c843881b67ecf94 100644
--- a/util/util.gyp
+++ b/util/util.gyp
@@ -41,6 +41,8 @@
'misc/initialization_state_dcheck.h',
'misc/uuid.cc',
'misc/uuid.h',
+ 'numeric/in_range_cast.h',
+ 'numeric/safe_assignment.h',
'posix/process_util.h',
'posix/process_util_mac.cc',
'stdlib/cxx.h',
@@ -88,6 +90,7 @@
'misc/initialization_state_dcheck_test.cc',
'misc/initialization_state_test.cc',
'misc/uuid_test.cc',
+ 'numeric/in_range_cast_test.cc',
'posix/process_util_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