summaryrefslogtreecommitdiffstats
path: root/chrome/test/selenium
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/test/selenium')
-rw-r--r--chrome/test/selenium/SConscript4
1 files changed, 1 insertions, 3 deletions
diff --git a/chrome/test/selenium/SConscript b/chrome/test/selenium/SConscript
index 92100a7..9e3912f 100644
--- a/chrome/test/selenium/SConscript
+++ b/chrome/test/selenium/SConscript
@@ -94,9 +94,7 @@ input_files = [
'selenium_test.cc',
]
-exe = env_test.ChromeTestProgram(['selenium_tests',
- 'selenium_tests.pdb'],
- input_files)
+exe = env_test.ChromeTestProgram('selenium_tests', input_files)
i = env_test.Install('$TARGET_ROOT', exe)
env_test.Alias('chrome', i)