summaryrefslogtreecommitdiffstats
path: root/chrome/SConscript
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/SConscript')
-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',
],
)