diff options
-rw-r--r-- | webkit/tools/test_shell/SConscript | 2 | ||||
-rw-r--r-- | webkit/tools/test_shell/test_shell_gtk.cc (renamed from webkit/tools/test_shell/gtk/test_shell.cc) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/webkit/tools/test_shell/SConscript b/webkit/tools/test_shell/SConscript index 94f4b54..d8a1c9e 100644 --- a/webkit/tools/test_shell/SConscript +++ b/webkit/tools/test_shell/SConscript @@ -114,10 +114,10 @@ if env['PLATFORM'] == 'win32': ]) elif env['PLATFORM'] == 'posix': input_files.extend([ - 'gtk/test_shell.cc', 'gtk/webwidget_host.cc', 'gtk/webview_host.cc', 'gtk/test_webview_delegate.cc', + 'test_shell_gtk.cc', ]) lib = env.ChromeStaticLibrary('test_shell', input_files) diff --git a/webkit/tools/test_shell/gtk/test_shell.cc b/webkit/tools/test_shell/test_shell_gtk.cc index cc3792c..9112ba2 100644 --- a/webkit/tools/test_shell/gtk/test_shell.cc +++ b/webkit/tools/test_shell/test_shell_gtk.cc @@ -243,7 +243,7 @@ void TestShell::ResizeSubViews() { printf("%s", WideToUTF8(bfDump).c_str()); } } - + if (params.dump_pixels && !should_dump_as_text) { // Image output: we write the image data to the file given on the // command line (for the dump pixels argument), and the MD5 sum to |