| Index: base/base.gypi
|
| diff --git a/base/base.gypi b/base/base.gypi
|
| index 508c4a4c8f86cec36034ba2c2369044eb5e0090f..ef1d8d8891aef230ba4ec2169e244015c37bc285 100644
|
| --- a/base/base.gypi
|
| +++ b/base/base.gypi
|
| @@ -251,8 +251,9 @@
|
| 'task_queue.cc',
|
| 'task_queue.h',
|
| 'template_util.h',
|
| - 'threading/non_thread_safe.cc',
|
| 'threading/non_thread_safe.h',
|
| + 'threading/non_thread_safe_impl.cc',
|
| + 'threading/non_thread_safe_impl.h',
|
| 'threading/platform_thread.h',
|
| 'threading/platform_thread_mac.mm',
|
| 'threading/platform_thread_posix.cc',
|
| @@ -261,8 +262,9 @@
|
| 'threading/simple_thread.h',
|
| 'threading/thread.cc',
|
| 'threading/thread.h',
|
| - 'threading/thread_checker.cc',
|
| 'threading/thread_checker.h',
|
| + 'threading/thread_checker_impl.cc',
|
| + 'threading/thread_checker_impl.h',
|
| 'threading/thread_collision_warner.cc',
|
| 'threading/thread_collision_warner.h',
|
| 'threading/thread_local.h',
|
|
|