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 /net | |
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 'net')
-rw-r--r-- | net/SConscript | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/net/SConscript b/net/SConscript index b735894..8348602 100644 --- a/net/SConscript +++ b/net/SConscript @@ -329,9 +329,4 @@ if env['PLATFORM'] == 'win32': SConscript(sconscript_files, exports=['env']) -# Setup alias for building all parts of net. -if env['PLATFORM'] == 'win32': - icudata = '../icudt38.dll' -else: - icudata = '../icudt38l.dat' -env.Alias('net', ['.', installed_tests, icudata]) +env.Alias('net', ['.', installed_tests]) |