diff options
author | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-11 21:55:21 +0000 |
---|---|---|
committer | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-11 21:55:21 +0000 |
commit | 1dc73f568f2914b38016d396eb387b9db5f0d360 (patch) | |
tree | 8892b6fc21b5431dd31eb6a13588f882aaa600f1 /webkit/tools/test_shell/SConscript | |
parent | a5a3752356ab9c7703c49e3809da0af7ca998472 (diff) | |
download | chromium_src-1dc73f568f2914b38016d396eb387b9db5f0d360.zip chromium_src-1dc73f568f2914b38016d396eb387b9db5f0d360.tar.gz chromium_src-1dc73f568f2914b38016d396eb387b9db5f0d360.tar.bz2 |
Move test_webview_delegate_gtk.cc next to test_webview_delegate_win.cc.
Review URL: http://codereview.chromium.org/10406
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5208 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools/test_shell/SConscript')
-rw-r--r-- | webkit/tools/test_shell/SConscript | 2 |
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) |