diff options
author | akalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-13 04:21:32 +0000 |
---|---|---|
committer | akalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-13 04:21:32 +0000 |
commit | 83822c3d66bbd59e028206f81967db1e650a15c3 (patch) | |
tree | cd7be001781a073ddcc9a2937755d98d5e4e1bfe /net/net.gyp | |
parent | 06049aa7768be8b4b8f233b80b422a4217fe0878 (diff) | |
download | chromium_src-83822c3d66bbd59e028206f81967db1e650a15c3.zip chromium_src-83822c3d66bbd59e028206f81967db1e650a15c3.tar.gz chromium_src-83822c3d66bbd59e028206f81967db1e650a15c3.tar.bz2 |
Move URLFetcherCore to net/
BUG=118220
TEST=
TBR=jam@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10543129
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141853 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 6820b7a..c10b786 100644 --- a/net/net.gyp +++ b/net/net.gyp @@ -717,6 +717,8 @@ 'url_request/fraudulent_certificate_reporter.h', 'url_request/url_fetcher.cc', 'url_request/url_fetcher.h', + 'url_request/url_fetcher_core.cc', + 'url_request/url_fetcher_core.h', 'url_request/url_fetcher_delegate.cc', 'url_request/url_fetcher_delegate.h', 'url_request/url_fetcher_factory.h', |