diff options
Diffstat (limited to 'chrome/test/activex_test_control/SConscript')
-rw-r--r-- | chrome/test/activex_test_control/SConscript | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/test/activex_test_control/SConscript b/chrome/test/activex_test_control/SConscript index 94598d2..a5426f5 100644 --- a/chrome/test/activex_test_control/SConscript +++ b/chrome/test/activex_test_control/SConscript @@ -41,8 +41,7 @@ input_files = [ 'chrome_test_control.cc', ] -dll = env.ChromeSharedLibrary(['activex_test_control', 'activex_test_control.lib'], - input_files) +dll = env.ChromeSharedLibrary('activex_test_control', input_files) i = env.Install('$TARGET_ROOT', dll) env.Alias('chrome', i) |