diff options
author | chron@chromium.org <chron@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-01 22:28:23 +0000 |
---|---|---|
committer | chron@chromium.org <chron@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-01 22:28:23 +0000 |
commit | a0e7704f6e47b5a8527b72dbe65fbb0f5611bc34 (patch) | |
tree | 2bf0449a2e8f029d14b1bd685ec0c64ec4266274 /chrome/chrome_common.gypi | |
parent | 66bc725eb396ef3ed84c071c992a32a397ddb21d (diff) | |
download | chromium_src-a0e7704f6e47b5a8527b72dbe65fbb0f5611bc34.zip chromium_src-a0e7704f6e47b5a8527b72dbe65fbb0f5611bc34.tar.gz chromium_src-a0e7704f6e47b5a8527b72dbe65fbb0f5611bc34.tar.bz2 |
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
Diffstat (limited to 'chrome/chrome_common.gypi')
-rw-r--r-- | chrome/chrome_common.gypi | 3 |
1 files changed, 3 insertions, 0 deletions
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': [ |