diff options
author | munjal@chromium.org <munjal@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-24 02:49:46 +0000 |
---|---|---|
committer | munjal@chromium.org <munjal@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-24 02:49:46 +0000 |
commit | dda6d0ddca97a3f4ba53decce35f26ec7305e3ac (patch) | |
tree | cf0bcc735273cf27a8d85b8fbac7c8ce19b700ce /chrome/chrome_common.gypi | |
parent | 14a0cbd0e2cab5041b151ecc190c76efa9e11a06 (diff) | |
download | chromium_src-dda6d0ddca97a3f4ba53decce35f26ec7305e3ac.zip chromium_src-dda6d0ddca97a3f4ba53decce35f26ec7305e3ac.tar.gz chromium_src-dda6d0ddca97a3f4ba53decce35f26ec7305e3ac.tar.bz2 |
Revive reverted CL with fix for CrOS build.
The original CL was:
http://src.chromium.org/viewvc/chrome?view=rev&revision=111270
Codereview:
http://codereview.chromium.org/8632005/
Review URL: http://codereview.chromium.org/8662002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111485 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 6ecfc50..0111b2d 100644 --- a/chrome/chrome_common.gypi +++ b/chrome/chrome_common.gypi @@ -375,6 +375,9 @@ 'common/net/gaia/google_service_auth_error.h', 'common/net/gaia/oauth_request_signer.cc', 'common/net/gaia/oauth_request_signer.h', + 'common/net/gaia/oauth2_access_token_consumer.h', + 'common/net/gaia/oauth2_access_token_fetcher.cc', + 'common/net/gaia/oauth2_access_token_fetcher.h', 'common/net/x509_certificate_model.cc', 'common/net/x509_certificate_model_nss.cc', 'common/net/x509_certificate_model_openssl.cc', |