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

Unified Diff: remoting/host/setup/BUILD.gn

Issue 2661153003: Moving oauth code from host to base to allow code sharing between host and client. (Closed)
Patch Set: Merge branch 'master' into auth_token Created 3 years, 11 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/remoting_me2me_host.cc ('k') | remoting/host/setup/gaia_oauth_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/setup/BUILD.gn
diff --git a/remoting/host/setup/BUILD.gn b/remoting/host/setup/BUILD.gn
index d0e992e8032b2bf0a6a32becb9ce23cb8a97cc75..2f5da09b9650cc5d7b6ee53634f35059b5881d87 100644
--- a/remoting/host/setup/BUILD.gn
+++ b/remoting/host/setup/BUILD.gn
@@ -12,13 +12,8 @@ source_set("setup") {
"daemon_controller_delegate_mac.mm",
"daemon_controller_delegate_win.cc",
"daemon_controller_delegate_win.h",
- "gaia_oauth_client.cc",
- "gaia_oauth_client.h",
"me2me_native_messaging_host.cc",
"me2me_native_messaging_host.h",
- "oauth_client.h",
- "oauth_helper.cc",
- "oauth_helper.h",
"pin_validator.cc",
"pin_validator.h",
"service_client.cc",
@@ -39,6 +34,7 @@ source_set("setup") {
deps = [
"//base",
"//google_apis",
+ "//remoting/base:authorization",
"//remoting/host",
"//remoting/host/native_messaging",
]
« no previous file with comments | « remoting/host/remoting_me2me_host.cc ('k') | remoting/host/setup/gaia_oauth_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698