diff options
author | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-19 01:00:50 +0000 |
---|---|---|
committer | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-19 01:00:50 +0000 |
commit | 64d0ff791dc2a4e9f0b397589d25eb510da82ee8 (patch) | |
tree | 9bfd86babdcf5cb099d7c86b12397e0d8d7c02b2 | |
parent | 2184367eefb0d13efa8aacd12d94111929079ee0 (diff) | |
download | chromium_src-64d0ff791dc2a4e9f0b397589d25eb510da82ee8.zip chromium_src-64d0ff791dc2a4e9f0b397589d25eb510da82ee8.tar.gz chromium_src-64d0ff791dc2a4e9f0b397589d25eb510da82ee8.tar.bz2 |
rename webwidget_host.cc to webwidget_host_win.cc
Review URL: http://codereview.chromium.org/11251
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5659 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | webkit/tools/test_shell/SConscript | 6 | ||||
-rw-r--r-- | webkit/tools/test_shell/test_shell.vcproj | 8 | ||||
-rw-r--r-- | webkit/tools/test_shell/test_shell_tests.vcproj | 8 | ||||
-rw-r--r-- | webkit/tools/test_shell/webview_host_win.cc (renamed from webkit/tools/test_shell/webview_host.cc) | 0 | ||||
-rw-r--r-- | webkit/tools/test_shell/webwidget_host_win.cc (renamed from webkit/tools/test_shell/webwidget_host.cc) | 0 |
5 files changed, 11 insertions, 11 deletions
diff --git a/webkit/tools/test_shell/SConscript b/webkit/tools/test_shell/SConscript index 95b57d3..ee822f2 100644 --- a/webkit/tools/test_shell/SConscript +++ b/webkit/tools/test_shell/SConscript @@ -114,13 +114,13 @@ if env['PLATFORM'] == 'win32': 'drop_delegate.cc', 'test_shell_win.cc', 'test_webview_delegate_win.cc', - 'webview_host.cc', - 'webwidget_host.cc', + 'webview_host_win.cc', + 'webwidget_host_win.cc', ]) elif env['PLATFORM'] == 'posix': input_files.extend([ - 'gtk/webwidget_host.cc', 'gtk/webview_host.cc', + 'gtk/webwidget_host.cc', 'test_shell_gtk.cc', 'test_webview_delegate_gtk.cc', ]) diff --git a/webkit/tools/test_shell/test_shell.vcproj b/webkit/tools/test_shell/test_shell.vcproj index ad31dd5..f6bd022 100644 --- a/webkit/tools/test_shell/test_shell.vcproj +++ b/webkit/tools/test_shell/test_shell.vcproj @@ -306,19 +306,19 @@ > </File> <File - RelativePath=".\webview_host.cc" + RelativePath=".\webview_host.h" > </File> <File - RelativePath=".\webview_host.h" + RelativePath=".\webview_host_win.cc" > </File> <File - RelativePath=".\webwidget_host.cc" + RelativePath=".\webwidget_host.h" > </File> <File - RelativePath=".\webwidget_host.h" + RelativePath=".\webwidget_host_win.cc" > </File> </Files> diff --git a/webkit/tools/test_shell/test_shell_tests.vcproj b/webkit/tools/test_shell/test_shell_tests.vcproj index c21ea63..8ca916d 100644 --- a/webkit/tools/test_shell/test_shell_tests.vcproj +++ b/webkit/tools/test_shell/test_shell_tests.vcproj @@ -275,19 +275,19 @@ > </File> <File - RelativePath=".\webview_host.cc" + RelativePath=".\webview_host.h" > </File> <File - RelativePath=".\webview_host.h" + RelativePath=".\webview_host_win.cc" > </File> <File - RelativePath=".\webwidget_host.cc" + RelativePath=".\webwidget_host.h" > </File> <File - RelativePath=".\webwidget_host.h" + RelativePath=".\webwidget_host_win.cc" > </File> </Filter> diff --git a/webkit/tools/test_shell/webview_host.cc b/webkit/tools/test_shell/webview_host_win.cc index 3713b3f..3713b3f 100644 --- a/webkit/tools/test_shell/webview_host.cc +++ b/webkit/tools/test_shell/webview_host_win.cc diff --git a/webkit/tools/test_shell/webwidget_host.cc b/webkit/tools/test_shell/webwidget_host_win.cc index 5c384a5..5c384a5 100644 --- a/webkit/tools/test_shell/webwidget_host.cc +++ b/webkit/tools/test_shell/webwidget_host_win.cc |