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/SConscript11
1 files changed, 1 insertions, 10 deletions
diff --git a/chrome/test/security_tests/SConscript b/chrome/test/security_tests/SConscript
index 0e6b4890..7e6ef65 100644
--- a/chrome/test/security_tests/SConscript
+++ b/chrome/test/security_tests/SConscript
@@ -41,15 +41,6 @@ input_files = [
'$SANDBOX_DIR/tests/validation_tests/commands${OBJSUFFIX}',
]
-dll = env.ChromeSharedLibrary(['security_tests',
- 'security_tests.lib',
- 'security_tests.ilk',
- 'security_tests.pdb'],
- input_files)
-
-# TODO(sgk): can go away once ChromeSharedLibrary() handles this.
-env.Install('$LIBS_DIR', dll[1])
-
+dll = env.ChromeSharedLibrary('security_tests', input_files)
i = env.Install('$TARGET_ROOT', dll)
env.Alias('chrome', i)
-