| 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',
|
|
|