diff options
author | ananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-16 22:28:04 +0000 |
---|---|---|
committer | ananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-16 22:28:04 +0000 |
commit | 54fe13676dcdfa8a711b0ffd9a9d96a194da834d (patch) | |
tree | 1ce3a4ca6e21f30e379924f1e2dc2f37af7de60c /chrome_frame/test_utils.cc | |
parent | 5b1d777a2a60f08a2ee9cfe0ed9853aeb5555054 (diff) | |
download | chromium_src-54fe13676dcdfa8a711b0ffd9a9d96a194da834d.zip chromium_src-54fe13676dcdfa8a711b0ffd9a9d96a194da834d.tar.gz chromium_src-54fe13676dcdfa8a711b0ffd9a9d96a194da834d.tar.bz2 |
ChromeFrame perf tests should use the reference builds checked in under chrome\tools\test\reference_builds.
This CL updates the chrome frame tests to register the chrome frame dll from the correct path and deletes
the reference build used by ChromeFrame.
Fixes http://code.google.com/p/chromium/issues/detail?id=23382
Bug=23382
Review URL: http://codereview.chromium.org/284016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29342 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame/test_utils.cc')
-rw-r--r-- | chrome_frame/test_utils.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome_frame/test_utils.cc b/chrome_frame/test_utils.cc index abfdbee..c5e1f8e 100644 --- a/chrome_frame/test_utils.cc +++ b/chrome_frame/test_utils.cc @@ -80,11 +80,11 @@ void ScopedChromeFrameRegistrar::RegisterReferenceChromeFrameBuild() { file_util::UpOneDirectory(&reference_build_dir); file_util::UpOneDirectory(&reference_build_dir); - file_util::AppendToPath(&reference_build_dir, L"chrome_frame"); + file_util::AppendToPath(&reference_build_dir, L"chrome"); file_util::AppendToPath(&reference_build_dir, L"tools"); file_util::AppendToPath(&reference_build_dir, L"test"); file_util::AppendToPath(&reference_build_dir, L"reference_build"); - file_util::AppendToPath(&reference_build_dir, L"chrome"); + file_util::AppendToPath(&reference_build_dir, L"chrome_frame"); file_util::AppendToPath(&reference_build_dir, L"servers"); file_util::AppendToPath(&reference_build_dir, L"npchrome_tab.dll"); |