From 4f705b53daef7ac8f5bc34d5fb2e8b6ef6795cee Mon Sep 17 00:00:00 2001 From: "sgk@google.com" Date: Thu, 30 Oct 2008 05:55:47 +0000 Subject: Revert r4205 to track down buildbot unit_tests failure. Review URL: http://codereview.chromium.org/8730 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4206 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/installer/mini_installer/SConscript | 5 ++--- chrome/installer/setup/SConscript | 1 + chrome/installer/util/SConscript | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) (limited to 'chrome/installer') diff --git a/chrome/installer/mini_installer/SConscript b/chrome/installer/mini_installer/SConscript index bce8d00..606a112 100644 --- a/chrome/installer/mini_installer/SConscript +++ b/chrome/installer/mini_installer/SConscript @@ -52,7 +52,7 @@ env.Prepend( '/DYNAMICBASE:NO', '/PDB:${TARGETS[1]}', - #'/MAP:${TARGETS[2]}', + '/MAP:${TARGETS[2]}', ], LIBS = [ 'shlwapi.lib', @@ -64,8 +64,7 @@ env['CCFLAGS'].remove('/RTC1') components = [ "$VISUAL_STUDIO/VC/crt/src/intel/mt_lib/memset.obj", "$VISUAL_STUDIO/VC/crt/src/intel/mt_lib/P4_memset.obj", - #"$TARGET_ROOT/chrome_dll.lib", - "$TARGET_ROOT/chrome.lib", + "$TARGET_ROOT/chrome_dll.lib", ] input_files = [ diff --git a/chrome/installer/setup/SConscript b/chrome/installer/setup/SConscript index e754c56..3c99c45 100644 --- a/chrome/installer/setup/SConscript +++ b/chrome/installer/setup/SConscript @@ -61,6 +61,7 @@ env.Prepend( '/nxcompat', '/PDB:${TARGETS[1]}', + '/MAP:${TARGETS[2]}', ], LIBS = [ 'msi.lib', diff --git a/chrome/installer/util/SConscript b/chrome/installer/util/SConscript index eaa9fb5..fde62a7a 100644 --- a/chrome/installer/util/SConscript +++ b/chrome/installer/util/SConscript @@ -38,6 +38,7 @@ env.Prepend( ) input_files = [ + '../../app/google_update_settings$OBJSUFFIX', 'browser_distribution.cc', 'copy_tree_work_item.cc', 'create_dir_work_item.cc', -- cgit v1.1