| Index: base/base.gypi
|
| diff --git a/base/base.gypi b/base/base.gypi
|
| index 13cba85da1693ba18a59fd5efa877aff100ddbaf..7af0f94a8da5d837a9f312657b1738978170c3ee 100644
|
| --- a/base/base.gypi
|
| +++ b/base/base.gypi
|
| @@ -602,6 +602,8 @@
|
| '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',
|
| @@ -896,6 +898,7 @@
|
| ['include', '^process/.*_ios\.(cc|mm)$'],
|
| ['include', '^process/memory_stubs\.cc$'],
|
| ['include', '^process/process_handle_posix\.cc$'],
|
| + ['exclude', '^threading/platform_thread_internal_posix\\.(h|cc)'],
|
| ['exclude', 'files/file_path_watcher_fsevents.cc'],
|
| ['exclude', 'files/file_path_watcher_fsevents.h'],
|
| ['include', 'files/file_path_watcher_mac.cc'],
|
|
|