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

Unified Diff: webkit/tools/test_shell/SConscript

Issue 9735: test_webview_delegate.cc was forked for the Mac test shell, and then (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
Index: webkit/tools/test_shell/SConscript
diff --git a/webkit/tools/test_shell/SConscript b/webkit/tools/test_shell/SConscript
index 4182d4e73ad18a0828d79dc2b5cbcdc31f9e3502..bff5d64ba7154569f39adc968d709b450972bb77 100644
--- a/webkit/tools/test_shell/SConscript
+++ b/webkit/tools/test_shell/SConscript
@@ -101,6 +101,7 @@ input_files = [
'test_shell_request_context.cc',
'test_shell_switches.cc',
'test_shell.cc',
+ 'test_webview_delegate.cc',
'text_input_controller.cc',
]
if env['PLATFORM'] == 'win32':
@@ -109,7 +110,7 @@ if env['PLATFORM'] == 'win32':
'drag_delegate.cc',
'drop_delegate.cc',
'test_shell_win.cc',
- 'test_webview_delegate.cc',
+ 'test_webview_delegate_win.cc',
'webview_host.cc',
'webwidget_host.cc',
])

Powered by Google App Engine
This is Rietveld 408576698