Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(311)

Unified Diff: webkit/tools/test_shell/SConscript

Issue 11463: rename gtk test shell files (Closed)
Patch Set: Created 12 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | webkit/tools/test_shell/gtk/webview_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/tools/test_shell/SConscript
diff --git a/webkit/tools/test_shell/SConscript b/webkit/tools/test_shell/SConscript
index ee822f2f6fb39a5f5f7832c501d827d9673e9ac2..fe47ba7ce5e2092646e60c7d158ce04b15e2ed10 100644
--- a/webkit/tools/test_shell/SConscript
+++ b/webkit/tools/test_shell/SConscript
@@ -108,7 +108,7 @@ input_files = [
'text_input_controller.cc',
]
if env['PLATFORM'] == 'win32':
- # TODO(port): put portable files in above test_files declaration.
+ # TODO(port): Consider porting drag_delegate.cc and drop_delecate.cc.
input_files.extend([
'drag_delegate.cc',
'drop_delegate.cc',
@@ -119,8 +119,8 @@ if env['PLATFORM'] == 'win32':
])
elif env['PLATFORM'] == 'posix':
input_files.extend([
- 'gtk/webview_host.cc',
- 'gtk/webwidget_host.cc',
+ 'webview_host_gtk.cc',
+ 'webwidget_host_gtk.cc',
'test_shell_gtk.cc',
'test_webview_delegate_gtk.cc',
])
« no previous file with comments | « no previous file | webkit/tools/test_shell/gtk/webview_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698