From f7f181f5b4b4cfa8d4882cccb3e349458084dbf6 Mon Sep 17 00:00:00 2001 From: "tc@google.com" Date: Thu, 29 Jan 2009 20:40:48 +0000 Subject: Fix our link madness on linux. We now properly link webkit into unit_tests. There was also a problem with simple_clipboard_impl.cc which should only be compiled into test_shell. I can't remove mock_webkit_glue.cc until I verify that the mac build doesn't need it anymore. Review URL: http://codereview.chromium.org/19474 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8910 0039d316-1c4b-4281-b951-d872f2087c98 --- webkit/tools/test_shell/SConscript | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'webkit/tools/test_shell/SConscript') diff --git a/webkit/tools/test_shell/SConscript b/webkit/tools/test_shell/SConscript index 4bdfea9..06d28c7 100644 --- a/webkit/tools/test_shell/SConscript +++ b/webkit/tools/test_shell/SConscript @@ -107,6 +107,11 @@ input_files = [ 'event_sending_controller.cc', 'layout_test_controller.cc', 'simple_resource_loader_bridge.cc', + + # This file is only used by test_shell/test_shell_tests. It should + # probably be moved to the test_shell directory like + # simple_resource_loader_bridge.cc. + '$WEBKIT_DIR/glue/simple_clipboard_impl.cc', 'test_navigation_controller.cc', 'test_shell_request_context.cc', 'test_shell_switches.cc', -- cgit v1.1