diff options
author | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-31 23:51:01 +0000 |
---|---|---|
committer | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-31 23:51:01 +0000 |
commit | e8d2a6a661bdcb16dad07df9159bb29bed84c8d1 (patch) | |
tree | a1c980af9f5d04e9f3f373741097073bc8e51913 | |
parent | 3bc09dd258189832bc75cb324e1bd6347c0a40de (diff) | |
download | chromium_src-e8d2a6a661bdcb16dad07df9159bb29bed84c8d1.zip chromium_src-e8d2a6a661bdcb16dad07df9159bb29bed84c8d1.tar.gz chromium_src-e8d2a6a661bdcb16dad07df9159bb29bed84c8d1.tar.bz2 |
move test_shell_gtk.cc next to test_shell.cc
Review URL: http://codereview.chromium.org/8989
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4348 0039d316-1c4b-4281-b951-d872f2087c98
-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 |