summaryrefslogtreecommitdiffstats
path: root/chrome
diff options
context:
space:
mode:
authorsgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-14 21:38:50 +0000
committersgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-14 21:38:50 +0000
commit462950b6b423e170ac887f92b73f6bfd037b8813 (patch)
tree9abd74f82e77d944d82f5297cb949bfe3ac1aa2b /chrome
parent79dcdc723e2a49302a92b5607771002b4d50b798 (diff)
downloadchromium_src-462950b6b423e170ac887f92b73f6bfd037b8813.zip
chromium_src-462950b6b423e170ac887f92b73f6bfd037b8813.tar.gz
chromium_src-462950b6b423e170ac887f92b73f6bfd037b8813.tar.bz2
Add 'util' to the list of libs we link into chrome.exe so it gets
the recently-moved google_update_settings.cc. TBR: tc,rahulk git-svn-id: svn://svn.chromium.org/chrome/trunk/src@897 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r--chrome/SConscript5
1 files changed, 3 insertions, 2 deletions
diff --git a/chrome/SConscript b/chrome/SConscript
index 2856c21..723666d 100644
--- a/chrome/SConscript
+++ b/chrome/SConscript
@@ -282,10 +282,11 @@ env_exe.Prepend(
'$BREAKPAD_DIR/src',
],
LIBS = [
- 'breakpad_handler',
- 'sandbox',
'base',
+ 'breakpad_handler',
'icuuc',
+ 'sandbox',
+ 'util',
],
)