From 5d6c69626c90ffce59fcb13eb8e66a29d400907b Mon Sep 17 00:00:00 2001 From: "sgk@google.com" Date: Mon, 3 Nov 2008 06:27:57 +0000 Subject: Refactor building unit_tests with SCons for the new structure: * Rename SConscript.unit_tests to test/unit/unit_tests.scons. * Add a new chrome/chrome.scons "master" for building everything chrome. Have it just load the existing SConscript file, and the new test/unit/unit_tests.scons file. We'll move things from SConscript (or elsewhere) into chrome.scons as they get convertd. * Change build/SConscript.main to load chrome/chrome.scons. * Add new using_libjpeg.scons, using_libxml.scons, and using_libxslt.scons "properties" files. * Convert test/unit/unit_tests.scons to use the available using_*.scons files. * Combine settings that were scattered throught test/unit/unit_tests.scons to make it a little more readable. * Add $CHROME_DIR/ to the beginning of the file listed in test/unit/unit_tests.scons, since they're now being interpreted from a SConscript file down two directory levels. Review URL: http://codereview.chromium.org/9005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4448 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/SConscript | 1 - 1 file changed, 1 deletion(-) (limited to 'chrome/SConscript') diff --git a/chrome/SConscript b/chrome/SConscript index 4fb7297..cfa8f80 100644 --- a/chrome/SConscript +++ b/chrome/SConscript @@ -390,7 +390,6 @@ if env_flat['PLATFORM'] == 'win32': CPPPATH=['..'] + env['CPPPATH']) test_sconscript_files = [ - 'SConscript.unit_tests', ] # TODO(port) -- cgit v1.1