| Index: base/base_nacl.gyp
|
| diff --git a/base/base_nacl.gyp b/base/base_nacl.gyp
|
| index 40005d2cafb24ea0f81e0457ec3c1d4ef941f287..b0f251eaea1a863a96a1f720be22edf32e0fd45c 100644
|
| --- a/base/base_nacl.gyp
|
| +++ b/base/base_nacl.gyp
|
| @@ -95,6 +95,9 @@
|
| # For GetKnownDeadTerminationStatus and GetTerminationStatus.
|
| 'process/kill_posix.cc',
|
|
|
| + # For ForkWithFlags.
|
| + 'process/launch_posix.cc',
|
| +
|
| # Unlike libbase_nacl, for Non-SFI build, we need to use
|
| # rand_util_posix for random implementation, instead of
|
| # rand_util_nacl.cc, which is based on IRT. rand_util_nacl.cc is
|
|
|