summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_common.gypi
diff options
context:
space:
mode:
authorsanjeevr@chromium.org <sanjeevr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-05-07 21:39:55 +0000
committersanjeevr@chromium.org <sanjeevr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-05-07 21:39:55 +0000
commit68d2a05fb6380f35eb10e7e1b9f789a742b89871 (patch)
tree74939817681c52027083ef86ebba375f047f5228 /chrome/chrome_common.gypi
parent527498450ae8b478b6719d4603be03dfcdc8d812 (diff)
downloadchromium_src-68d2a05fb6380f35eb10e7e1b9f789a742b89871.zip
chromium_src-68d2a05fb6380f35eb10e7e1b9f789a742b89871.tar.gz
chromium_src-68d2a05fb6380f35eb10e7e1b9f789a742b89871.tar.bz2
Moved URLFetcher and related classes to chrome/common/net.
BUG=None TEST=Build and Unittests Review URL: http://codereview.chromium.org/1995008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46739 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_common.gypi')
-rw-r--r--chrome/chrome_common.gypi6
1 files changed, 6 insertions, 0 deletions
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
index 4845f34..3f45ebe 100644
--- a/chrome/chrome_common.gypi
+++ b/chrome/chrome_common.gypi
@@ -315,6 +315,12 @@
'common/net/network_change_observer_proxy.cc',
'common/net/network_change_observer_proxy.h',
'common/net/socket_stream.h',
+ 'common/net/url_fetcher.cc',
+ 'common/net/url_fetcher.h',
+ 'common/net/url_fetcher_protect.cc',
+ 'common/net/url_fetcher_protect.h',
+ 'common/net/url_request_context_getter.cc',
+ 'common/net/url_request_context_getter.h',
'common/net/url_request_intercept_job.cc',
'common/net/url_request_intercept_job.h',
'common/net/gaia/gaia_authenticator.cc',