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

Unified Diff: util/util.gyp

Issue 583283003: Add uint128_struct and its test (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Created 6 years, 3 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/numeric/int128_test.cc ('K') | « util/numeric/int128_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 90228432d3c6929621312bb323bd8bb58e5bf3d3..ed1777768b9590969c6928505249b68f5bb58dfc 100644
--- a/util/util.gyp
+++ b/util/util.gyp
@@ -92,6 +92,7 @@
'misc/uuid.h',
'numeric/checked_range.h',
'numeric/in_range_cast.h',
+ 'numeric/int128.h',
'numeric/safe_assignment.h',
'posix/process_util.h',
'posix/process_util_mac.cc',
@@ -219,6 +220,7 @@
'misc/uuid_test.cc',
'numeric/checked_range_test.cc',
'numeric/in_range_cast_test.cc',
+ 'numeric/int128_test.cc',
'posix/process_util_test.cc',
'posix/symbolic_constants_posix_test.cc',
'stdlib/string_number_conversion_test.cc',
« util/numeric/int128_test.cc ('K') | « util/numeric/int128_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698