diff options
author | tommi@chromium.org <tommi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-18 03:47:01 +0000 |
---|---|---|
committer | tommi@chromium.org <tommi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-18 03:47:01 +0000 |
commit | e6547c10d0e66c56545e929f66ecd6e779e05814 (patch) | |
tree | 9fa942f71ebfe16ec817b3bb6f3fe78f53a744e7 /net/net.gyp | |
parent | 413c1e842c1a632dd33bbf1c2a63fc0dfc2e0375 (diff) | |
download | chromium_src-e6547c10d0e66c56545e929f66ecd6e779e05814.zip chromium_src-e6547c10d0e66c56545e929f66ecd6e779e05814.tar.gz chromium_src-e6547c10d0e66c56545e929f66ecd6e779e05814.tar.bz2 |
Moving two http utility functions to a separate source file due to dependency on icu.
This allows usage of e.g. HeadersIterator without pulling in all of icu.
TEST=no code change.
BUG=none
Review URL: http://codereview.chromium.org/213017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26545 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/net.gyp')
-rw-r--r-- | net/net.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/net.gyp b/net/net.gyp index c456d98..84cabc1 100644 --- a/net/net.gyp +++ b/net/net.gyp @@ -246,6 +246,7 @@ 'http/http_transaction.h', 'http/http_transaction_factory.h', 'http/http_util.cc', + 'http/http_util_icu.cc', 'http/http_util.h', 'http/http_vary_data.cc', 'http/http_vary_data.h', |