diff options
author | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-01 01:01:06 +0000 |
---|---|---|
committer | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-01 01:01:06 +0000 |
commit | 34b9963c187a733bef76535521f3de688fffd34f (patch) | |
tree | a0569030e3a2ecc5b9c88d31a2469a380de85346 /base/base.gypi | |
parent | 1a2a571b157327f75acd56bd594ef0863481dc32 (diff) | |
download | chromium_src-34b9963c187a733bef76535521f3de688fffd34f.zip chromium_src-34b9963c187a733bef76535521f3de688fffd34f.tar.gz chromium_src-34b9963c187a733bef76535521f3de688fffd34f.tar.bz2 |
Move base/thread.h to base/threading, fix up callers to use the new location.
TEST=it compiles
BUG=none
Review URL: http://codereview.chromium.org/6028009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70345 0039d316-1c4b-4281-b951-d872f2087c98
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', |