summaryrefslogtreecommitdiffstats
path: root/chrome/test/activex_test_control/SConscript
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/test/activex_test_control/SConscript')
-rw-r--r--chrome/test/activex_test_control/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/test/activex_test_control/SConscript b/chrome/test/activex_test_control/SConscript
index 6f459c1..46e12b3 100644
--- a/chrome/test/activex_test_control/SConscript
+++ b/chrome/test/activex_test_control/SConscript
@@ -86,7 +86,7 @@ input_files = [
'chrome_test_control.cc',
]
-dll = env.SharedLibrary(['activex_test_control', 'activex_test_control.lib'],
+dll = env.ChromeSharedLibrary(['activex_test_control', 'activex_test_control.lib'],
input_files)
i = env.Install('$TARGET_ROOT', dll)