diff options
Diffstat (limited to 'base/base.gypi')
-rw-r--r-- | base/base.gypi | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/base/base.gypi b/base/base.gypi index d07cd43..451803a 100644 --- a/base/base.gypi +++ b/base/base.gypi @@ -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', |