| Index: util/util.gyp
|
| diff --git a/util/util.gyp b/util/util.gyp
|
| index d5ee3496348f78b35043ab71a0b1656fe389f932..d60be7fe8159db70691313799d0208f5eae613ef 100644
|
| --- a/util/util.gyp
|
| +++ b/util/util.gyp
|
| @@ -82,8 +82,8 @@
|
| 'numeric/in_range_cast.h',
|
| 'numeric/int128.h',
|
| 'numeric/safe_assignment.h',
|
| - 'posix/process_util.h',
|
| - 'posix/process_util_mac.cc',
|
| + 'posix/process_info.h',
|
| + 'posix/process_info_mac.cc',
|
| 'posix/symbolic_constants_posix.cc',
|
| 'posix/symbolic_constants_posix.h',
|
| 'stdlib/cxx.h',
|
| @@ -229,7 +229,7 @@
|
| 'numeric/checked_range_test.cc',
|
| 'numeric/in_range_cast_test.cc',
|
| 'numeric/int128_test.cc',
|
| - 'posix/process_util_test.cc',
|
| + 'posix/process_info_test.cc',
|
| 'posix/symbolic_constants_posix_test.cc',
|
| 'stdlib/string_number_conversion_test.cc',
|
| 'stdlib/strlcpy_test.cc',
|
|
|