diff options
author | chron@chromium.org <chron@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-28 21:44:43 +0000 |
---|---|---|
committer | chron@chromium.org <chron@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-28 21:44:43 +0000 |
commit | 5de3c6834b77d8b3eeec7b5d7175a2ab246ea234 (patch) | |
tree | d07b8ff32badac7913311f67bf1354403fea0f35 /chrome/common_constants.gypi | |
parent | c9206275ca3f57888fcf9da96c647d8fcf67ff3f (diff) | |
download | chromium_src-5de3c6834b77d8b3eeec7b5d7175a2ab246ea234.zip chromium_src-5de3c6834b77d8b3eeec7b5d7175a2ab246ea234.tar.gz chromium_src-5de3c6834b77d8b3eeec7b5d7175a2ab246ea234.tar.bz2 |
The token service should now support issuing auth tokens.
The service will fetch tokens in the background and broadcast notifications after it's done.
Move some common constants out into a new file.
Modify TestNotificationTracker to support subclassing as it doesn't properly make a deep copy of notifications on the stack.
TEST=unit tests included
BUG=47093
Review URL: http://codereview.chromium.org/3024002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54028 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common_constants.gypi')
-rw-r--r-- | chrome/common_constants.gypi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/common_constants.gypi b/chrome/common_constants.gypi index 8c13fa1..47b4d58 100644 --- a/chrome/common_constants.gypi +++ b/chrome/common_constants.gypi @@ -24,6 +24,8 @@ 'common/env_vars.h', 'common/json_value_serializer.cc', 'common/json_value_serializer.h', + 'common/net/gaia/gaia_constants.cc', + 'common/net/gaia/gaia_constants.h', 'common/pref_names.cc', 'common/pref_names.h', ], |