diff options
author | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-18 21:18:59 +0000 |
---|---|---|
committer | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-18 21:18:59 +0000 |
commit | ea8c4104164fcb225003bf074d3d4693929e00da (patch) | |
tree | ca6a381ba9bda6b9c97fc8996145d535822a098a /net | |
parent | 326b5ad45ea08b51f58667dd323929bed8230607 (diff) | |
download | chromium_src-ea8c4104164fcb225003bf074d3d4693929e00da.zip chromium_src-ea8c4104164fcb225003bf074d3d4693929e00da.tar.gz chromium_src-ea8c4104164fcb225003bf074d3d4693929e00da.tar.bz2 |
Fix a net\SConscript typo. (Note to self: check in from the
directory where you actually did the build.)
TBR: tc
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@996 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net')
-rw-r--r-- | net/SConscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/SConscript b/net/SConscript index 1d20778..1400876 100644 --- a/net/SConscript +++ b/net/SConscript @@ -340,4 +340,4 @@ if env['PLATFORM'] == 'win32': icudata = '../icudt38.dll' else: icudata = '../icudt38l.dat' -env.Alias('net', ['.', installed_tests, icudata) +env.Alias('net', ['.', installed_tests, icudata]) |