summaryrefslogtreecommitdiffstats
path: root/webkit/tools/test_shell/SConscript
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/tools/test_shell/SConscript')
-rw-r--r--webkit/tools/test_shell/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/tools/test_shell/SConscript b/webkit/tools/test_shell/SConscript
index 8032119..4aab0d0 100644
--- a/webkit/tools/test_shell/SConscript
+++ b/webkit/tools/test_shell/SConscript
@@ -118,8 +118,8 @@ elif env['PLATFORM'] == 'posix':
input_files.extend([
'gtk/webwidget_host.cc',
'gtk/webview_host.cc',
- 'gtk/test_webview_delegate.cc',
'test_shell_gtk.cc',
+ 'test_webview_delegate_gtk.cc',
])
lib = env.ChromeStaticLibrary('test_shell', input_files)