diff options
author | evanm@google.com <evanm@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-09-18 18:02:47 +0000 |
---|---|---|
committer | evanm@google.com <evanm@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-09-18 18:02:47 +0000 |
commit | f1cf7487ce09e118695afd437fb5ae56e845c94c (patch) | |
tree | ec2eb4cdf534a434a93850b379d498434ac4b10d /base | |
parent | b9d3eef5fb99e569cb2c30b99d0b74e226a1c635 (diff) | |
download | chromium_src-f1cf7487ce09e118695afd437fb5ae56e845c94c.zip chromium_src-f1cf7487ce09e118695afd437fb5ae56e845c94c.tar.gz chromium_src-f1cf7487ce09e118695afd437fb5ae56e845c94c.tar.bz2 |
Now that we have the ICU lib depend on its data file, we no longer need to
mention it in these other SConscripts.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2367 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base')
-rw-r--r-- | base/SConscript | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/base/SConscript b/base/SConscript index 6012b38..bf4a3fd6 100644 --- a/base/SConscript +++ b/base/SConscript @@ -325,12 +325,7 @@ sconscript_dirs = [ SConscript(sconscript_dirs, exports=['env']) -# Setup alias for all base related targets. -if env['PLATFORM'] == 'win32': - icudata = '../icudt38.dll' -else: - icudata = '../icudt38l.dat' -env.Alias('base', ['.', installed_base_unittests, icudata]) +env.Alias('base', ['.', installed_base_unittests]) # TODO(sgk) should this be moved into base.lib like everything else? This will # require updating a bunch of other SConscripts which link directly against |