summaryrefslogtreecommitdiffstats
path: root/chrome/test/selenium/SConscript
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/test/selenium/SConscript')
-rw-r--r--chrome/test/selenium/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/test/selenium/SConscript b/chrome/test/selenium/SConscript
index b1473c1..9d1ab25 100644
--- a/chrome/test/selenium/SConscript
+++ b/chrome/test/selenium/SConscript
@@ -112,7 +112,7 @@ libs = [
'$CHROME_DIR/test/automation/automation.lib',
]
-exe = env_test.Program(['selenium_tests',
+exe = env_test.ChromeTestProgram(['selenium_tests',
'selenium_tests.pdb'],
input_files + libs)
i = env_test.Install('$TARGET_ROOT', exe)