diff options
Diffstat (limited to 'webkit/glue/plugins/test/SConscript')
-rw-r--r-- | webkit/glue/plugins/test/SConscript | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/webkit/glue/plugins/test/SConscript b/webkit/glue/plugins/test/SConscript index ee8a4f2..6d9ab1f 100644 --- a/webkit/glue/plugins/test/SConscript +++ b/webkit/glue/plugins/test/SConscript @@ -70,17 +70,7 @@ if env['PLATFORM'] == 'win32': ], ) - dll = env.ChromeSharedLibrary([ - 'npapi_test_plugin', - 'npapi_test_plugin.lib', - 'npapi_test_plugin.ilk', - 'npapi_test_plugin.pdb' - ], input_files) - - # TODO(sgk): goes away once ChromeSharedLibrary does this for us. - env.Install('$LIBS_DIR', dll[1]) -else: - dll = env.ChromeSharedLibrary(['npapi_test_plugin'], input_files) +dll = env.ChromeSharedLibrary('npapi_test_plugin', input_files) i = env.Install('$TARGET_ROOT', dll) env.Alias('webkit', i) |