| Index: base/base.gypi
|
| ===================================================================
|
| --- base/base.gypi (revision 70312)
|
| +++ base/base.gypi (working copy)
|
| @@ -209,8 +209,6 @@
|
| 'shared_memory.h',
|
| 'shared_memory_posix.cc',
|
| 'shared_memory_win.cc',
|
| - 'simple_thread.cc',
|
| - 'simple_thread.h',
|
| 'singleton.h',
|
| 'spin_wait.h',
|
| 'stack_container.h',
|
| @@ -245,6 +243,14 @@
|
| 'task_queue.cc',
|
| 'task_queue.h',
|
| 'template_util.h',
|
| + 'threading/simple_thread.cc',
|
| + 'threading/simple_thread.h',
|
| + 'threading/watchdog.cc',
|
| + 'threading/watchdog.h',
|
| + 'threading/worker_pool.h',
|
| + 'threading/worker_pool_posix.cc',
|
| + 'threading/worker_pool_posix.h',
|
| + 'threading/worker_pool_win.cc',
|
| 'thread.cc',
|
| 'thread.h',
|
| 'thread_checker.cc',
|
| @@ -289,8 +295,6 @@
|
| 'waitable_event_watcher_posix.cc',
|
| 'waitable_event_watcher_win.cc',
|
| 'waitable_event_win.cc',
|
| - 'watchdog.cc',
|
| - 'watchdog.h',
|
| 'weak_ptr.cc',
|
| 'weak_ptr.h',
|
| 'win/i18n.cc',
|
| @@ -317,10 +321,6 @@
|
| 'win/windows_version.h',
|
| 'win_util.cc',
|
| 'win_util.h',
|
| - 'worker_pool.h',
|
| - 'worker_pool_posix.cc',
|
| - 'worker_pool_posix.h',
|
| - 'worker_pool_win.cc',
|
| 'nix/xdg_util.h',
|
| 'nix/xdg_util.cc',
|
| ],
|
|
|