| Index: util/util.gyp
|
| diff --git a/util/util.gyp b/util/util.gyp
|
| index b950c5db8b0b33e42649af3b1d5fa1d94903455b..9ceec2be0210046ca5ea9db26d2d75643019cf31 100644
|
| --- a/util/util.gyp
|
| +++ b/util/util.gyp
|
| @@ -99,6 +99,8 @@
|
| 'numeric/in_range_cast.h',
|
| 'numeric/int128.h',
|
| 'numeric/safe_assignment.h',
|
| + 'posix/close_multiple.cc',
|
| + 'posix/close_multiple.h',
|
| 'posix/close_stdio.cc',
|
| 'posix/close_stdio.h',
|
| 'posix/drop_privileges.cc',
|
| @@ -210,8 +212,6 @@
|
| 'test/multiprocess.h',
|
| 'test/multiprocess_exec.cc',
|
| 'test/multiprocess_exec.h',
|
| - 'test/posix/close_multiple.cc',
|
| - 'test/posix/close_multiple.h',
|
| ],
|
| 'conditions': [
|
| ['OS=="mac"', {
|
|
|