diff options
-rw-r--r-- | chrome/SConscript | 5 |
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', ], ) |