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

Unified Diff: remoting/ios/facade/BUILD.gn

Issue 2949713002: [CRD iOS] Refactor an interface for RemotingAuthorization (Closed)
Patch Set: Resolve feedback Created 3 years, 6 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/ios/facade/BUILD.gn
diff --git a/remoting/ios/facade/BUILD.gn b/remoting/ios/facade/BUILD.gn
index bbc9b1c0fdf2ace24869d1ae50d6f29134f4571d..681ce32162e319dd5b93d0c223df65f8ca2827a2 100644
--- a/remoting/ios/facade/BUILD.gn
+++ b/remoting/ios/facade/BUILD.gn
@@ -15,7 +15,8 @@ source_set("facade") {
"ios_client_runtime_delegate.h",
"ios_client_runtime_delegate.mm",
"remoting_authentication.h",
- "remoting_authentication.mm",
+ "remoting_oauth_authentication.h",
+ "remoting_oauth_authentication.mm",
"remoting_service.h",
"remoting_service.mm",
]

Powered by Google App Engine
This is Rietveld 408576698