Index: webkit/tools/test_shell/SConscript |
diff --git a/webkit/tools/test_shell/SConscript b/webkit/tools/test_shell/SConscript |
index 1196123e065cc4dc6d469906a52e1f4f4b664240..efecbd6ed40c664a4047cd472a692e335012e2c4 100644 |
--- a/webkit/tools/test_shell/SConscript |
+++ b/webkit/tools/test_shell/SConscript |
@@ -142,7 +142,7 @@ if env['PLATFORM'] == 'win32': |
] |
elif env['PLATFORM'] == 'posix': |
exe_input_files = [ |
- 'test_shell_main_gtk.cc', |
+ 'test_shell_main.cc', |
tony
2008/11/13 22:21:15
Nit: Can we remove this and the one 5 lines above
|
] |
test_shell = env.ChromeProgram('test_shell', resources + exe_input_files) |