summaryrefslogtreecommitdiffstats
path: root/net/net.gyp
diff options
context:
space:
mode:
authortommi@chromium.org <tommi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-18 03:47:01 +0000
committertommi@chromium.org <tommi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-18 03:47:01 +0000
commite6547c10d0e66c56545e929f66ecd6e779e05814 (patch)
tree9fa942f71ebfe16ec817b3bb6f3fe78f53a744e7 /net/net.gyp
parent413c1e842c1a632dd33bbf1c2a63fc0dfc2e0375 (diff)
downloadchromium_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.gyp1
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',