summaryrefslogtreecommitdiffstats
path: root/chrome/common
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common')
-rw-r--r--chrome/common/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/SConscript b/chrome/common/SConscript
index 3c0931c..ee658a3 100644
--- a/chrome/common/SConscript
+++ b/chrome/common/SConscript
@@ -138,7 +138,7 @@ env_test.Append(
LIBS = [
'base',
'gtest',
- 'icuuc',
+ env_test['ICU_LIBS'], # TODO(sgk): '$ICU_LIBS' when scons is fixed
],
)