| Index: tools/gn/bootstrap/bootstrap.py
|
| diff --git a/tools/gn/bootstrap/bootstrap.py b/tools/gn/bootstrap/bootstrap.py
|
| index 373883f8e348e1dd536d4b7f410776d6f25fa02b..e2b35bc88c629373017419c3b9dc6b849b6bf036 100755
|
| --- a/tools/gn/bootstrap/bootstrap.py
|
| +++ b/tools/gn/bootstrap/bootstrap.py
|
| @@ -247,11 +247,11 @@ def write_ninja(path, options):
|
| 'base/files/file_util_posix.cc',
|
| 'base/message_loop/message_pump_libevent.cc',
|
| 'base/posix/file_descriptor_shuffle.cc',
|
| + 'base/posix/safe_strerror.cc',
|
| 'base/process/kill_posix.cc',
|
| 'base/process/process_handle_posix.cc',
|
| 'base/process/process_metrics_posix.cc',
|
| 'base/process/process_posix.cc',
|
| - 'base/safe_strerror_posix.cc',
|
| 'base/synchronization/condition_variable_posix.cc',
|
| 'base/synchronization/lock_impl_posix.cc',
|
| 'base/synchronization/waitable_event_posix.cc',
|
|
|