summaryrefslogtreecommitdiffstats
path: root/chrome/tools
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/tools')
-rw-r--r--chrome/tools/crash_service/SConscript2
-rw-r--r--chrome/tools/perf/flush_cache/SConscript2
-rw-r--r--chrome/tools/test/image_diff/SConscript2
3 files changed, 3 insertions, 3 deletions
diff --git a/chrome/tools/crash_service/SConscript b/chrome/tools/crash_service/SConscript
index 27c4ce0..35bbfc5 100644
--- a/chrome/tools/crash_service/SConscript
+++ b/chrome/tools/crash_service/SConscript
@@ -17,7 +17,7 @@ env.Prepend(
'breakpad_handler',
'breakpad_sender',
'common',
- 'icuuc',
+ env['ICU_LIBS'], # TODO(sgk): '$ICU_LIBS' when scons is fixed
'skia',
'zlib',
],
diff --git a/chrome/tools/perf/flush_cache/SConscript b/chrome/tools/perf/flush_cache/SConscript
index 785273d..5bf1fe6 100644
--- a/chrome/tools/perf/flush_cache/SConscript
+++ b/chrome/tools/perf/flush_cache/SConscript
@@ -11,7 +11,7 @@ env_test.Prepend(
'#/..',
],
LIBS = [
- 'icuuc',
+ env_test['ICU_LIBS'], # TODO(sgk): '$ICU_LIBS' when scons is fixed
'base',
],
)
diff --git a/chrome/tools/test/image_diff/SConscript b/chrome/tools/test/image_diff/SConscript
index 729bc51..0485e01 100644
--- a/chrome/tools/test/image_diff/SConscript
+++ b/chrome/tools/test/image_diff/SConscript
@@ -21,7 +21,7 @@ env_test.Prepend(
'skia',
'libpng',
'base_gfx',
- 'icuuc',
+ env_test['ICU_LIBS'], # TODO(sgk): '$ICU_LIBS' when scons is fixed
'zlib',
'base',
],