summaryrefslogtreecommitdiffstats
path: root/chrome/test/security_tests/SConscript
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/test/security_tests/SConscript')
-rw-r--r--chrome/test/security_tests/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/test/security_tests/SConscript b/chrome/test/security_tests/SConscript
index d903295..653858c 100644
--- a/chrome/test/security_tests/SConscript
+++ b/chrome/test/security_tests/SConscript
@@ -82,7 +82,7 @@ input_files = [
'$SANDBOX_DIR/tests/validation_tests/commands${OBJSUFFIX}',
]
-dll = env.SharedLibrary('security_tests', input_files)
+dll = env.ChromeSharedLibrary('security_tests', input_files)
i = env.Install('$TARGET_ROOT', dll)
env.Alias('chrome', i)