Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(95)

Unified Diff: chrome_frame/test/perf/chrome_frame_perftest.cc

Issue 8013001: Remove the \servers build output directory and place Chrome Frame parts into the root output fold... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome_frame/test/perf/chrome_frame_perftest.cc
===================================================================
--- chrome_frame/test/perf/chrome_frame_perftest.cc (revision 102100)
+++ chrome_frame/test/perf/chrome_frame_perftest.cc (working copy)
@@ -292,8 +292,7 @@
chrome_dll_ = dir_app_.Append(L"chrome.dll");
chrome_exe_ = dir_app_.Append(chrome::kBrowserProcessExecutableName);
- chrome_frame_dll_ = dir_app_.Append(L"servers");
- chrome_frame_dll_ = chrome_frame_dll_.Append(kChromeFrameDllName);
+ chrome_frame_dll_ = dir_app_.Append(kChromeFrameDllName);
icu_dll_ = dir_app_.Append(L"icudt.dll");
avcodec_dll_ = dir_app_.Append(L"avcodec-53.dll");
avformat_dll_ = dir_app_.Append(L"avformat-53.dll");

Powered by Google App Engine
This is Rietveld 408576698