summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_common.gypi
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-10 22:47:26 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-10 22:47:26 +0000
commit1d8fe71d8b35b23eba23b3b7dd53bf04ac521428 (patch)
tree7528d4f3797ba0937df79a46b6c7d2963a1fd621 /chrome/chrome_common.gypi
parent99a6e3cb88a8966b04d272f2194f06f32112cf64 (diff)
downloadchromium_src-1d8fe71d8b35b23eba23b3b7dd53bf04ac521428.zip
chromium_src-1d8fe71d8b35b23eba23b3b7dd53bf04ac521428.tar.gz
chromium_src-1d8fe71d8b35b23eba23b3b7dd53bf04ac521428.tar.bz2
Rename GaiaAuthenticator2 to GaiaAuthFetcher.
(Note: This was a TODO for chron). BUG=None TEST=trybots Review URL: http://codereview.chromium.org/4155010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65719 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_common.gypi')
-rw-r--r--chrome/chrome_common.gypi4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
index fec40f0..1437c1e 100644
--- a/chrome/chrome_common.gypi
+++ b/chrome/chrome_common.gypi
@@ -454,10 +454,10 @@
'common/net/url_request_intercept_job.cc',
'common/net/url_request_intercept_job.h',
'common/net/gaia/gaia_auth_consumer.h',
+ 'common/net/gaia/gaia_auth_fetcher.cc',
+ 'common/net/gaia/gaia_auth_fetcher.h',
'common/net/gaia/gaia_authenticator.cc',
'common/net/gaia/gaia_authenticator.h',
- 'common/net/gaia/gaia_authenticator2.cc',
- 'common/net/gaia/gaia_authenticator2.h',
'common/net/gaia/google_service_auth_error.h',
'common/net/x509_certificate_model.cc',
'common/net/x509_certificate_model_nss.cc',