diff options
author | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-28 06:43:20 +0000 |
---|---|---|
committer | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-28 06:43:20 +0000 |
commit | 8aaae7bcd3882f6fddc17b8fb47963878b8ae98a (patch) | |
tree | bb975aeffd798e068704d8a1ec034721e9343a34 /base/base.gyp | |
parent | c071da723c5ae857625e9b66dab7fa692c38c47a (diff) | |
download | chromium_src-8aaae7bcd3882f6fddc17b8fb47963878b8ae98a.zip chromium_src-8aaae7bcd3882f6fddc17b8fb47963878b8ae98a.tar.gz chromium_src-8aaae7bcd3882f6fddc17b8fb47963878b8ae98a.tar.bz2 |
Move the thread test helper to base/test
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/7239023
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@90723 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/base.gyp')
-rw-r--r-- | base/base.gyp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/base/base.gyp b/base/base.gyp index 3b7b085..72ab9e8 100644 --- a/base/base.gyp +++ b/base/base.gyp @@ -341,6 +341,8 @@ 'test/test_switches.h', 'test/test_timeouts.cc', 'test/test_timeouts.h', + 'test/thread_test_helper.cc', + 'test/thread_test_helper.h', ], }, { |