| Index: base/BUILD.gn
|
| diff --git a/base/BUILD.gn b/base/BUILD.gn
|
| index ed510865b669ee7c746216ccf88c604331125bcc..fea9027e4b3962a49035fac1da33170773630203 100644
|
| --- a/base/BUILD.gn
|
| +++ b/base/BUILD.gn
|
| @@ -371,6 +371,8 @@ component("base") {
|
| "posix/file_descriptor_shuffle.cc",
|
| "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",
|
| @@ -408,8 +410,6 @@ component("base") {
|
| "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",
|
|
|