| 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",
|
| ]
|
|
|