Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(876)

Unified Diff: remoting/remoting.gyp

Issue 11273024: Remove GaiaOauthClient and GaiaUserEmailFetcher from remoting. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/host/signaling_connector.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/remoting.gyp
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
index 81a0adbed9cf2809b50264d9c75e1fd473f373b9..6ba997b6e62e9425e432f3a6db9171ea6b395660 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',
],
« no previous file with comments | « remoting/host/signaling_connector.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698