diff options
author | akalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-09 06:20:18 +0000 |
---|---|---|
committer | akalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-09 06:20:18 +0000 |
commit | c8cae7c73edca54355a672a9e04a673769a24107 (patch) | |
tree | 851340b069def2f445198ada6539dcf8cba41d20 /base/base.gyp | |
parent | dbde1e682a90d645a955e3fcf0b15cc7627c87bb (diff) | |
download | chromium_src-c8cae7c73edca54355a672a9e04a673769a24107.zip chromium_src-c8cae7c73edca54355a672a9e04a673769a24107.tar.gz chromium_src-c8cae7c73edca54355a672a9e04a673769a24107.tar.bz2 |
Move task_runner_test_template.* into base/test and test_support_base
BUG=
TEST=
Review URL: https://chromiumcodereview.appspot.com/9657025
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125808 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/base.gyp')
-rw-r--r-- | base/base.gyp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/base/base.gyp b/base/base.gyp index be9fda2..0b20027 100644 --- a/base/base.gyp +++ b/base/base.gyp @@ -224,8 +224,6 @@ 'sys_string_conversions_mac_unittest.mm', 'sys_string_conversions_unittest.cc', 'system_monitor/system_monitor_unittest.cc', - 'task_runner_test_template.cc', - 'task_runner_test_template.h', 'template_util_unittest.cc', 'test/trace_event_analyzer_unittest.cc', 'threading/non_thread_safe_unittest.cc', @@ -419,6 +417,8 @@ 'test/perf_test_suite.h', 'test/scoped_locale.cc', 'test/scoped_locale.h', + 'test/task_runner_test_template.cc', + 'test/task_runner_test_template.h', 'test/test_file_util.h', 'test/test_file_util_linux.cc', 'test/test_file_util_mac.cc', |