| Index: base/base_nacl.gyp
|
| diff --git a/base/base_nacl.gyp b/base/base_nacl.gyp
|
| index 7e7d34ff202e1030da064fc3ec22bf14e0bc428c..47cf840550f141903e597385deba2bb728498184 100644
|
| --- a/base/base_nacl.gyp
|
| +++ b/base/base_nacl.gyp
|
| @@ -96,6 +96,10 @@
|
| # For GetKnownDeadTerminationStatus and GetTerminationStatus.
|
| 'process/kill_posix.cc',
|
|
|
| + # For ForkWithFlags.
|
| + 'process/launch.h',
|
| + '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
|
|
|