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

Unified Diff: chrome/test/functional/stress.py

Issue 11384003: Make all pdb file names follow the same naming convention. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 1 month 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
« no previous file with comments | « chrome/installer/mini_installer.gypi ('k') | chrome/tools/build/win/FILES.cfg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/functional/stress.py
diff --git a/chrome/test/functional/stress.py b/chrome/test/functional/stress.py
index a7b798ce18e094ee1bf4fc4fc429fc34b441f6d7..f9a4ffe5a6dc257728befd0ab054a4a45d64bd5e 100755
--- a/chrome/test/functional/stress.py
+++ b/chrome/test/functional/stress.py
@@ -97,7 +97,7 @@ class StressTest(pyauto.PyUITest):
# TODO: Add linux symbol_files
if self.IsWin():
url = url + '/win/'
- symbol_files = ['chrome_dll.pdb', 'chrome_exe.pdb']
+ symbol_files = ['chrome.dll.pdb', 'chrome.exe.pdb']
elif self.IsMac():
url = url + '/mac/'
symbol_files = map(urllib.quote,
« no previous file with comments | « chrome/installer/mini_installer.gypi ('k') | chrome/tools/build/win/FILES.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698