From a0e7704f6e47b5a8527b72dbe65fbb0f5611bc34 Mon Sep 17 00:00:00 2001 From: "chron@chromium.org" Date: Thu, 1 Jul 2010 22:28:23 +0000 Subject: Split Gaia auth out into common/net. This is in preparation for creating a new Auth service which will issue auth tokens. I'd like to get it in and continue hacking on it so I can stop colliding so badly with merges. I've ported over the existing unit tests. Eventually gaia_authenticator.cc is going away. For the time being, i'll be number two. This is now done, with a pile of unit tests. I am trying to run the interactive tests but I was getting numerous unrelated failures and need to resync ChromiumOS to a working build. TEST=unit tests, manually log in, out, enter wrong password. BUG=47091 Review URL: http://codereview.chromium.org/2801015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51437 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/chrome_common.gypi | 3 +++ 1 file changed, 3 insertions(+) (limited to 'chrome/chrome_common.gypi') diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi index 31572eb..240280e 100644 --- a/chrome/chrome_common.gypi +++ b/chrome/chrome_common.gypi @@ -338,8 +338,11 @@ '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_auth_consumer.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/signin.h', ], 'dependencies': [ -- cgit v1.1