diff options
author | sanjeevr@chromium.org <sanjeevr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-07 02:53:55 +0000 |
---|---|---|
committer | sanjeevr@chromium.org <sanjeevr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-07 02:53:55 +0000 |
commit | f3d0174b68971b96dd2e8f518d81abee1fc87645 (patch) | |
tree | dc8b5e279042af86343784c90c2b85553a100ab9 /chrome/chrome_common.gypi | |
parent | 92e83e01a65d77e69978360250979ddea41987ca (diff) | |
download | chromium_src-f3d0174b68971b96dd2e8f518d81abee1fc87645.zip chromium_src-f3d0174b68971b96dd2e8f518d81abee1fc87645.tar.gz chromium_src-f3d0174b68971b96dd2e8f518d81abee1fc87645.tar.bz2 |
Moved GaiaAuthenticator from chrome/browser/sync/engine/net to chrome/common/net/gaia.
BUG=None
TEST=None, no functional change.
Review URL: http://codereview.chromium.org/1998004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46654 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_common.gypi')
-rw-r--r-- | chrome/chrome_common.gypi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi index 93728d5..4845f34 100644 --- a/chrome/chrome_common.gypi +++ b/chrome/chrome_common.gypi @@ -306,6 +306,7 @@ 'type': '<(library)', 'sources': [ 'common/net/dns.h', + 'common/net/http_return.h', 'common/net/net_resource_provider.cc', 'common/net/net_resource_provider.h', 'common/net/network_change_notifier_proxy.cc', @@ -316,6 +317,9 @@ 'common/net/socket_stream.h', 'common/net/url_request_intercept_job.cc', 'common/net/url_request_intercept_job.h', + 'common/net/gaia/gaia_authenticator.cc', + 'common/net/gaia/gaia_authenticator.h', + 'common/net/gaia/signin.h', ], 'dependencies': [ 'chrome_resources', |