Moved url_utils from chrome/browser/net to chrome/common/net.
There is an upcoming CL that needs those functions from
chrome/common/extensions.
[email protected], [email protected]
BUG=none
TEST=none
Review URL: https://chromiumcodereview.appspot.com/10384086
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136154 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
index ebc123b..b0a3075 100644
--- a/chrome/chrome_common.gypi
+++ b/chrome/chrome_common.gypi
@@ -412,9 +412,6 @@
'target_name': 'common_net',
'type': 'static_library',
'sources': [
- 'common/net/net_resource_provider.cc',
- 'common/net/net_resource_provider.h',
- 'common/net/predictor_common.h',
'common/net/gaia/gaia_auth_consumer.cc',
'common/net/gaia/gaia_auth_consumer.h',
'common/net/gaia/gaia_auth_fetcher.cc',
@@ -442,6 +439,11 @@
'common/net/gaia/oauth2_revocation_consumer.h',
'common/net/gaia/oauth2_revocation_fetcher.cc',
'common/net/gaia/oauth2_revocation_fetcher.h',
+ 'common/net/net_resource_provider.cc',
+ 'common/net/net_resource_provider.h',
+ 'common/net/predictor_common.h',
+ 'common/net/url_util.cc',
+ 'common/net/url_util.h',
'common/net/x509_certificate_model.cc',
'common/net/x509_certificate_model_nss.cc',
'common/net/x509_certificate_model_openssl.cc',