Index: chrome/chrome_common.gypi |
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi |
index ebc123b28e684ad67bc84a05a0832773d96b0d66..b0a30756739fb480f21b75ae66b09a80dc131df3 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', |