| Index: base/base.gypi
|
| ===================================================================
|
| --- base/base.gypi (revision 70317)
|
| +++ base/base.gypi (working copy)
|
| @@ -245,6 +245,12 @@
|
| 'template_util.h',
|
| 'threading/simple_thread.cc',
|
| 'threading/simple_thread.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/watchdog.cc',
|
| 'threading/watchdog.h',
|
| 'threading/worker_pool.h',
|
| @@ -257,12 +263,6 @@
|
| 'thread_checker.h',
|
| 'thread_collision_warner.cc',
|
| 'thread_collision_warner.h',
|
| - 'thread_local.h',
|
| - 'thread_local_posix.cc',
|
| - 'thread_local_storage.h',
|
| - 'thread_local_storage_posix.cc',
|
| - 'thread_local_storage_win.cc',
|
| - 'thread_local_win.cc',
|
| 'thread_restrictions.h',
|
| 'thread_restrictions.cc',
|
| 'time.cc',
|
|
|