| Index: base/BUILD.gn
|
| diff --git a/base/BUILD.gn b/base/BUILD.gn
|
| index f1034466a65dbb033103fd4743edf6b288509322..82443221b10cf5c3fd15cc7aa7ab8ac65218afc3 100644
|
| --- a/base/BUILD.gn
|
| +++ b/base/BUILD.gn
|
| @@ -484,6 +484,8 @@ component("base") {
|
| "threading/non_thread_safe_impl.h",
|
| "threading/platform_thread.h",
|
| "threading/platform_thread_android.cc",
|
| + "threading/platform_thread_internal_posix.cc",
|
| + "threading/platform_thread_internal_posix.h",
|
| "threading/platform_thread_linux.cc",
|
| "threading/platform_thread_mac.mm",
|
| "threading/platform_thread_posix.cc",
|
| @@ -740,6 +742,7 @@ component("base") {
|
| sources -= [
|
| "native_library_posix.cc",
|
| "strings/sys_string_conversions_posix.cc",
|
| + "threading/platform_thread_internal_posix.cc",
|
| ]
|
| } else {
|
| # Non-Mac.
|
|
|