From 55329d53c0322b66da982bccf0dc2a28c7c7fc8c Mon Sep 17 00:00:00 2001 From: "sgk@google.com" Date: Thu, 31 Jul 2008 07:25:19 +0000 Subject: Initial cleanups en route to coalescing the get-it-built cut-and-paste from various SConscripts into readable and maintainable shape. To wit: * Put the near-universal settings of /DCERT_CHAIN_PARA_HAS_EXTRA_FIELDS, /DWIN32_LEAN_AND_MEAN, /wd4503 and /wd4819 in the base construction environment. * Sort various unsorted source file lists. * Fix indentation and quoting for consistency in a couple SConscript files that escaped previous dragnets. * Eliminate two left-over uses of Split() for input file lists. * Give the devenv invocation to build v8_shell.exe the full path to the relevant .vcproj file. * Add /nologo to the base LINKFLAGS setting. * Remove various CPPPATH and other settings that have been hanging around commented out from the Visual Studio build (in case we needed them, which we evidently don't). * Get rid of unnecessary env.File() and env.Dir() calls in various settings (esp. CPPPATH) and source file lists. * Add copyright notice to an overlooked SConscript file. * Clean up version.bat invocation. TBR: bradnelson git-svn-id: svn://svn.chromium.org/chrome/trunk/src@174 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/SConscript.unit_tests | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'chrome/SConscript.unit_tests') diff --git a/chrome/SConscript.unit_tests b/chrome/SConscript.unit_tests index 3d51b16..ce3b199 100644 --- a/chrome/SConscript.unit_tests +++ b/chrome/SConscript.unit_tests @@ -101,9 +101,6 @@ env_test.Prepend( ], ) -#/MANIFESTFILE:"C:\src\trunk-vs\chrome\Debug\obj\unit_tests\unit_tests.exe.intermediate.manifest" -#/PDB:"c:\src\trunk-vs\chrome\Debug\unit_tests.pdb" - libs = [ 'snapshotv8.lib', @@ -144,13 +141,6 @@ libs = [ '$ZLIB_DIR/zlib.lib', ] -#/Yu"precompiled_wtl.h" -#/Fp"C:\src\trunk-vs\chrome\Debug\obj\unit_tests\precompiled_wtl.pch" -#/Fo"C:\src\trunk-vs\chrome\Debug\obj\unit_tests\\" -#/Fd"C:\src\trunk-vs\chrome\Debug\obj\unit_tests\vc80.pdb" -#/FI -#"precompiled_wtl.h" - unit_test_files = [ 'browser/autocomplete/autocomplete_unittest.cc', 'browser/autocomplete/history_contents_provider_unittest.cc', -- cgit v1.1