From dca5cbb44a2665ce7248d99fae0007ed344734cf Mon Sep 17 00:00:00 2001 From: "evanm@google.com" Date: Mon, 27 Oct 2008 22:46:31 +0000 Subject: Port a few test_shell_tests. Now it runs 45 of them. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I removed some files from test_files because scons complains (warns) when a file is both in test_files and input_files. So the files removed from test_files also exist in input_files and at some pointed will be ported anyway. I also made some linking stubs. BUG=3674 Review URL: http://codereview.chromium.org/7974 Patch from Paweł Hajdan jr . git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4031 0039d316-1c4b-4281-b951-d872f2087c98 --- base/base_lib.scons | 1 + 1 file changed, 1 insertion(+) (limited to 'base') diff --git a/base/base_lib.scons b/base/base_lib.scons index 3019e02..6bedfdb 100644 --- a/base/base_lib.scons +++ b/base/base_lib.scons @@ -178,6 +178,7 @@ if env['PLATFORM'] == 'posix': 'base_paths_linux.cc', 'clipboard_linux.cc', 'file_util_linux.cc', + 'file_version_info_linux.cc', 'hmac_nss.cc', 'message_pump_glib.cc', 'nss_init.cc', -- cgit v1.1