diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-01 01:34:23 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-01 01:34:23 +0000 |
commit | e9b42c1493443678f502de98f664441c67f70a7f (patch) | |
tree | 85484ff64f439848b864767a31c1b9b95efb3406 /chrome/chrome_common.gypi | |
parent | b4773529f0551da68136998a9a13cc4a89230937 (diff) | |
download | chromium_src-e9b42c1493443678f502de98f664441c67f70a7f.zip chromium_src-e9b42c1493443678f502de98f664441c67f70a7f.tar.gz chromium_src-e9b42c1493443678f502de98f664441c67f70a7f.tar.bz2 |
Move UrlFetcher to content. I originally thought that it's only used by chrome code, but turns out there are legitimate content uses for HTML5 features like speech/geolocation which need to go to the web.
BUG=76697
Review URL: http://codereview.chromium.org/7006005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87406 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_common.gypi')
-rw-r--r-- | chrome/chrome_common.gypi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi index 2b0b24a..c5f8116 100644 --- a/chrome/chrome_common.gypi +++ b/chrome/chrome_common.gypi @@ -347,8 +347,6 @@ 'common/net/net_resource_provider.cc', 'common/net/net_resource_provider.h', 'common/net/predictor_common.h', - 'common/net/url_fetcher.cc', - 'common/net/url_fetcher.h', 'common/net/gaia/gaia_auth_consumer.cc', 'common/net/gaia/gaia_auth_consumer.h', 'common/net/gaia/gaia_auth_fetcher.cc', |