| Index: base/base.gypi
|
| ===================================================================
|
| --- base/base.gypi (revision 70328)
|
| +++ base/base.gypi (working copy)
|
| @@ -165,10 +165,6 @@
|
| 'platform_file.h',
|
| 'platform_file_posix.cc',
|
| 'platform_file_win.cc',
|
| - 'platform_thread.h',
|
| - 'platform_thread_mac.mm',
|
| - 'platform_thread_posix.cc',
|
| - 'platform_thread_win.cc',
|
| 'port.h',
|
| 'process.h',
|
| 'process_linux.cc',
|
| @@ -243,8 +239,14 @@
|
| 'task_queue.cc',
|
| 'task_queue.h',
|
| 'template_util.h',
|
| + 'threading/platform_thread.h',
|
| + 'threading/platform_thread_mac.mm',
|
| + 'threading/platform_thread_posix.cc',
|
| + 'threading/platform_thread_win.cc',
|
| 'threading/simple_thread.cc',
|
| 'threading/simple_thread.h',
|
| + 'threading/thread_checker.cc',
|
| + 'threading/thread_checker.h',
|
| 'threading/thread_local.h',
|
| 'threading/thread_local_posix.cc',
|
| 'threading/thread_local_storage.h',
|
| @@ -259,8 +261,6 @@
|
| 'threading/worker_pool_win.cc',
|
| 'thread.cc',
|
| 'thread.h',
|
| - 'thread_checker.cc',
|
| - 'thread_checker.h',
|
| 'thread_collision_warner.cc',
|
| 'thread_collision_warner.h',
|
| 'thread_restrictions.h',
|
|
|