diff options
Diffstat (limited to 'webkit')
-rw-r--r-- | webkit/activex_shim_dll/SConscript | 1 | ||||
-rw-r--r-- | webkit/glue/plugins/test/SConscript | 1 | ||||
-rw-r--r-- | webkit/tools/test_shell/SConscript | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/webkit/activex_shim_dll/SConscript b/webkit/activex_shim_dll/SConscript index fc75357..f451ac2 100644 --- a/webkit/activex_shim_dll/SConscript +++ b/webkit/activex_shim_dll/SConscript @@ -16,7 +16,6 @@ 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 63b6b6e..be4207c 100644 --- a/webkit/glue/plugins/test/SConscript +++ b/webkit/glue/plugins/test/SConscript @@ -32,7 +32,6 @@ if env['PLATFORM'] == 'win32': env.Append( LIBS = [ 'base', - 'dmg_fp', 'icu', ], ) diff --git a/webkit/tools/test_shell/SConscript b/webkit/tools/test_shell/SConscript index 5d43b441..c98ae98 100644 --- a/webkit/tools/test_shell/SConscript +++ b/webkit/tools/test_shell/SConscript @@ -30,7 +30,6 @@ env.Append( '$GTEST_DIR/include', ], LIBS = [ - 'dmg_fp', 'test_shell', 'glue', 'port', |