summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--webkit/activex_shim_dll/SConscript1
-rw-r--r--webkit/glue/plugins/test/SConscript1
2 files changed, 2 insertions, 0 deletions
diff --git a/webkit/activex_shim_dll/SConscript b/webkit/activex_shim_dll/SConscript
index f451ac2..fc75357 100644
--- a/webkit/activex_shim_dll/SConscript
+++ b/webkit/activex_shim_dll/SConscript
@@ -16,6 +16,7 @@ env.Prepend(
'googleurl',
env['ICU_LIBS'], # TODO(sgk): '$ICU_LIBS' when scons is fixed
'base',
+ 'dmg_fp',
],
)
diff --git a/webkit/glue/plugins/test/SConscript b/webkit/glue/plugins/test/SConscript
index be4207c..63b6b6e 100644
--- a/webkit/glue/plugins/test/SConscript
+++ b/webkit/glue/plugins/test/SConscript
@@ -32,6 +32,7 @@ if env['PLATFORM'] == 'win32':
env.Append(
LIBS = [
'base',
+ 'dmg_fp',
'icu',
],
)