From e6547c10d0e66c56545e929f66ecd6e779e05814 Mon Sep 17 00:00:00 2001 From: "tommi@chromium.org" Date: Fri, 18 Sep 2009 03:47:01 +0000 Subject: 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 --- net/net.gyp | 1 + 1 file changed, 1 insertion(+) (limited to 'net/net.gyp') 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', -- cgit v1.1