summaryrefslogtreecommitdiffstats
path: root/chrome/SConscript
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/SConscript')
-rw-r--r--chrome/SConscript4
1 files changed, 3 insertions, 1 deletions
diff --git a/chrome/SConscript b/chrome/SConscript
index 79f82f3..18ca57c 100644
--- a/chrome/SConscript
+++ b/chrome/SConscript
@@ -102,7 +102,6 @@ env_dll.Append(
'breakpad_handler',
'googleurl',
'net',
- 'sdch',
'skia',
'bzip2',
env_dll['ICU_LIBS'], # TODO(sgk): '$ICU_LIBS' when scons is fixed
@@ -127,6 +126,9 @@ env_dll.Append(
if env_dll['PLATFORM'] == 'win32':
env_dll.Append(
LIBS = [
+ # TODO(sgk): to be ported to Mac and Linux
+ 'sdch',
+
'comctl32.lib',
'dwmapi.lib',
'rpcrt4.lib',