diff options
author | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-15 00:53:54 +0000 |
---|---|---|
committer | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-15 00:53:54 +0000 |
commit | 1241fe9067adf91ba3ef055bb5011c3e25250df7 (patch) | |
tree | 9cb27d2134b728313cc85fe6c38bca9436d8f0c1 /webkit/glue/plugins/test | |
parent | bc9a5157e6843721680e49185dc86ac5885a0c11 (diff) | |
download | chromium_src-1241fe9067adf91ba3ef055bb5011c3e25250df7.zip chromium_src-1241fe9067adf91ba3ef055bb5011c3e25250df7.tar.gz chromium_src-1241fe9067adf91ba3ef055bb5011c3e25250df7.tar.bz2 |
Move dmg_fp in scons build to compile from
base/third_party/dmg_fp and compile it into base_lib.
Review URL: http://codereview.chromium.org/10769
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5521 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/glue/plugins/test')
-rw-r--r-- | webkit/glue/plugins/test/SConscript | 1 |
1 files changed, 0 insertions, 1 deletions
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', ], ) |