| Index: webkit/tools/test_shell/SConscript
|
| diff --git a/webkit/tools/test_shell/SConscript b/webkit/tools/test_shell/SConscript
|
| index d6e6bd687a4be356bddad90ff6bb073ef6c73967..f41ee8862e937a2ad48c11742cb9aa6ac82b4ec2 100644
|
| --- a/webkit/tools/test_shell/SConscript
|
| +++ b/webkit/tools/test_shell/SConscript
|
| @@ -132,7 +132,7 @@ elif env.Bit('linux'):
|
| 'test_webview_delegate_gtk.cc',
|
| ])
|
|
|
| -lib = env.ChromeStaticLibrary('test_shell', input_files)
|
| +lib = env.ChromeLibrary('test_shell', input_files)
|
|
|
| env.Append(LIBS = ['test_shell'])
|
|
|
|
|