summaryrefslogtreecommitdiffstats
path: root/webkit/activex_shim_dll
diff options
context:
space:
mode:
authortc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-11-13 01:27:49 +0000
committertc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-11-13 01:27:49 +0000
commit402cb88c926994d0fb35a9dbf71808117d8d0118 (patch)
tree606cff464ebba34285cff70ed565077d4beebbc1 /webkit/activex_shim_dll
parent4a13a43fffe6591caed743f14f4bf3b09f12ea5a (diff)
downloadchromium_src-402cb88c926994d0fb35a9dbf71808117d8d0118.zip
chromium_src-402cb88c926994d0fb35a9dbf71808117d8d0118.tar.gz
chromium_src-402cb88c926994d0fb35a9dbf71808117d8d0118.tar.bz2
fix scons webkit build on windows
I added a new dependency to base and it was needed by targets build on windows (but not yet on linux). tbr=sgk Review URL: http://codereview.chromium.org/10868 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5333 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/activex_shim_dll')
-rw-r--r--webkit/activex_shim_dll/SConscript1
1 files changed, 1 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',
],
)