summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-25 17:32:22 +0000
committersgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-25 17:32:22 +0000
commit06ec3362bb1f42f36614b1932e57eecfbd5cf7b5 (patch)
tree21d59f51e1cc88056fef5a8a3d50b1651e8b8359
parent7002ac6566bb5472a99d0f8f3f6f4932e86dab44 (diff)
downloadchromium_src-06ec3362bb1f42f36614b1932e57eecfbd5cf7b5.zip
chromium_src-06ec3362bb1f42f36614b1932e57eecfbd5cf7b5.tar.gz
chromium_src-06ec3362bb1f42f36614b1932e57eecfbd5cf7b5.tar.bz2
Remove duplicate source file definitions in test_shell.
Review URL: http://codereview.chromium.org/8183 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3981 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--webkit/tools/test_shell/SConscript13
1 files changed, 0 insertions, 13 deletions
diff --git a/webkit/tools/test_shell/SConscript b/webkit/tools/test_shell/SConscript
index b00dfda..105da41 100644
--- a/webkit/tools/test_shell/SConscript
+++ b/webkit/tools/test_shell/SConscript
@@ -156,27 +156,14 @@ test_files = [
if env['PLATFORM'] == 'win32':
# TODO(port): put portable files in above test_files declaration.
test_files.extend([
- 'drag_delegate.cc',
- 'drop_delegate.cc',
- 'event_sending_controller.cc',
'image_decoder_unittest.cc',
'keyboard_unittest.cc',
- 'layout_test_controller.cc',
'layout_test_controller_unittest.cc',
'node_leak_test.cc',
'plugin_tests.cc',
'run_all_tests.cc',
- 'simple_resource_loader_bridge.cc',
- 'test_navigation_controller.cc',
- 'test_shell.cc',
- 'test_shell_request_context.cc',
- 'test_shell_switches.cc',
'test_shell_test.cc',
- 'test_webview_delegate.cc',
- 'text_input_controller.cc',
'text_input_controller_unittest.cc',
- 'webview_host.cc',
- 'webwidget_host.cc',
'$WEBKIT_DIR/glue/autocomplete_input_listener_unittest.cc',
'$WEBKIT_DIR/glue/bookmarklet_unittest.cc',
'$WEBKIT_DIR/glue/context_menu_unittest.cc',