diff options
author | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-27 00:44:54 +0000 |
---|---|---|
committer | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-27 00:44:54 +0000 |
commit | d1a73b3eb79363e5864d4c1c3df17312144db345 (patch) | |
tree | 4b0003c3fe60a66d18ce9f8f76b6fda937763f06 /remoting/remoting.gyp | |
parent | 6b16679e5700658051a581bb61b37e5b542ef818 (diff) | |
download | chromium_src-d1a73b3eb79363e5864d4c1c3df17312144db345.zip chromium_src-d1a73b3eb79363e5864d4c1c3df17312144db345.tar.gz chromium_src-d1a73b3eb79363e5864d4c1c3df17312144db345.tar.bz2 |
Remove GaiaOauthClient and GaiaUserEmailFetcher from remoting.
The OAuth functionality remoting needs is implemented in google_api module.
There is no need to duplicate it in remoting.
Review URL: https://codereview.chromium.org/11273024
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@164461 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/remoting.gyp')
-rw-r--r-- | remoting/remoting.gyp | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp index 81a0adb..6ba997b 100644 --- a/remoting/remoting.gyp +++ b/remoting/remoting.gyp @@ -1464,6 +1464,7 @@ 'remoting_protocol', 'differ_block', '../crypto/crypto.gyp:crypto', + '../google_apis/google_apis.gyp:google_apis', '../ipc/ipc.gyp:ipc', ], 'defines': [ @@ -1523,10 +1524,6 @@ 'host/event_executor_linux.cc', 'host/event_executor_mac.cc', 'host/event_executor_win.cc', - 'host/gaia_oauth_client.cc', - 'host/gaia_oauth_client.h', - 'host/gaia_user_email_fetcher.cc', - 'host/gaia_user_email_fetcher.h', 'host/heartbeat_sender.cc', 'host/heartbeat_sender.h', 'host/host_config.cc', @@ -1742,7 +1739,6 @@ 'remoting_jingle_glue', '../base/base.gyp:base', '../base/base.gyp:base_i18n', - '../google_apis/google_apis.gyp:google_apis', '../media/media.gyp:media', '../net/net.gyp:net', ], |