| Index: base/base.gypi
|
| diff --git a/base/base.gypi b/base/base.gypi
|
| index 6e2944a4464f4c818aeb16d0c9055991dfb31fff..f086b43c0f6447387fab9d04a9e8f44754e50200 100644
|
| --- a/base/base.gypi
|
| +++ b/base/base.gypi
|
| @@ -436,6 +436,8 @@
|
| 'posix/eintr_wrapper.h',
|
| 'posix/global_descriptors.cc',
|
| 'posix/global_descriptors.h',
|
| + 'posix/safe_strerror.cc',
|
| + 'posix/safe_strerror.h',
|
| 'posix/unix_domain_socket_linux.cc',
|
| 'posix/unix_domain_socket_linux.h',
|
| 'power_monitor/power_monitor.cc',
|
| @@ -522,8 +524,6 @@
|
| 'rand_util_win.cc',
|
| 'run_loop.cc',
|
| 'run_loop.h',
|
| - 'safe_strerror_posix.cc',
|
| - 'safe_strerror_posix.h',
|
| 'scoped_generic.h',
|
| 'scoped_native_library.cc',
|
| 'scoped_native_library.h',
|
|
|