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

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: 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
Index: remoting/host/setup/BUILD.gn
diff --git a/remoting/host/setup/BUILD.gn b/remoting/host/setup/BUILD.gn
index d0e992e8032b2bf0a6a32becb9ce23cb8a97cc75..8f384290e36872902c0836137b63bc794bb5f2c3 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",
nicholss 2017/01/31 16:44:58 this should be :authorization.
"//remoting/host",
"//remoting/host/native_messaging",
]

Powered by Google App Engine
This is Rietveld 408576698