Index: base/base.gypi |
=================================================================== |
--- base/base.gypi (revision 70342) |
+++ base/base.gypi (working copy) |
@@ -245,26 +245,26 @@ |
'threading/platform_thread_win.cc', |
'threading/simple_thread.cc', |
'threading/simple_thread.h', |
+ 'threading/thread.cc', |
+ 'threading/thread.h', |
'threading/thread_checker.cc', |
'threading/thread_checker.h', |
+ 'threading/thread_collision_warner.cc', |
+ 'threading/thread_collision_warner.h', |
'threading/thread_local.h', |
'threading/thread_local_posix.cc', |
'threading/thread_local_storage.h', |
'threading/thread_local_storage_posix.cc', |
'threading/thread_local_storage_win.cc', |
'threading/thread_local_win.cc', |
+ 'threading/thread_restrictions.h', |
+ 'threading/thread_restrictions.cc', |
'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_collision_warner.cc', |
- 'thread_collision_warner.h', |
- 'thread_restrictions.h', |
- 'thread_restrictions.cc', |
'time.cc', |
'time.h', |
'time_win.cc', |