| Index: webkit/tools/test_shell/SConscript
|
| diff --git a/webkit/tools/test_shell/SConscript b/webkit/tools/test_shell/SConscript
|
| index ec3bf0237450649540cc4fc7183db9ac70d668a5..b00dfdaf0c107b3cb00a9cf20d239737afd93c5a 100644
|
| --- a/webkit/tools/test_shell/SConscript
|
| +++ b/webkit/tools/test_shell/SConscript
|
| @@ -115,7 +115,7 @@ elif env['PLATFORM'] == 'posix':
|
| input_files.extend([
|
| 'gtk/test_shell.cc',
|
| 'gtk/webwidget_host.cc',
|
| - 'gtk/webview_host.cc'
|
| + 'gtk/webview_host.cc',
|
| ])
|
|
|
| lib = env.ChromeStaticLibrary('test_shell', input_files)
|
|
|