diff options
author | akalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-25 01:11:15 +0000 |
---|---|---|
committer | akalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-25 01:11:15 +0000 |
commit | 56ed95aa44b76b41ba561237ab9c586830639b3b (patch) | |
tree | 2d621f21b57e29f5632928013488f3aab99f9fcc /net/net.gyp | |
parent | a5c6529a3be77f1c0c6e87917172d60323e97233 (diff) | |
download | chromium_src-56ed95aa44b76b41ba561237ab9c586830639b3b.zip chromium_src-56ed95aa44b76b41ba561237ab9c586830639b3b.tar.gz chromium_src-56ed95aa44b76b41ba561237ab9c586830639b3b.tar.bz2 |
Move URLFetcherFactory from content to net
BUG=118220
TEST=
TBR=jam@chromium.org,jhawkins@chromium.org,mnissler@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10438002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138956 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/net.gyp')
-rw-r--r-- | net/net.gyp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/net.gyp b/net/net.gyp index 9178ba4..ccd8d06 100644 --- a/net/net.gyp +++ b/net/net.gyp @@ -722,6 +722,8 @@ 'url_request/url_fetcher.h', 'url_request/url_fetcher_delegate.cc', 'url_request/url_fetcher_delegate.h', + 'url_request/url_fetcher_factory.cc', + 'url_request/url_fetcher_factory.h', 'url_request/url_request.cc', 'url_request/url_request.h', 'url_request/url_request_about_job.cc', |