diff options
author | akalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-15 07:51:46 +0000 |
---|---|---|
committer | akalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-15 07:51:46 +0000 |
commit | 8368a0a348e5e445cefbee7fec023a988f21fa75 (patch) | |
tree | 78edcedcb80eb1e0a7099f0abee8b02719d5858b /net/net.gyp | |
parent | c470e1b90271e7347962ea9641b91fe87a7ea034 (diff) | |
download | chromium_src-8368a0a348e5e445cefbee7fec023a988f21fa75.zip chromium_src-8368a0a348e5e445cefbee7fec023a988f21fa75.tar.gz chromium_src-8368a0a348e5e445cefbee7fec023a988f21fa75.tar.bz2 |
Move URLFetcherImpl to net/
Add some TODOs for follow-up tasks.
Leave URLFetcher::Create in content, but move it to url_fetcher.cc.
BUG=118220
TEST=
Review URL: https://chromiumcodereview.appspot.com/10534154
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142355 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 500cc42..1b5bc93 100644 --- a/net/net.gyp +++ b/net/net.gyp @@ -722,6 +722,8 @@ 'url_request/url_fetcher_delegate.cc', 'url_request/url_fetcher_delegate.h', 'url_request/url_fetcher_factory.h', + 'url_request/url_fetcher_impl.cc', + 'url_request/url_fetcher_impl.h', 'url_request/url_request.cc', 'url_request/url_request.h', 'url_request/url_request_about_job.cc', |