| Index: remoting/client/ios/app/BUILD.gn
|
| diff --git a/remoting/client/ios/app/BUILD.gn b/remoting/client/ios/app/BUILD.gn
|
| index 51f79c13d3db31f5d0455ce8bd3aa0227261500f..56f890a1bab1dc6eff2b52ae6501c67c07ae70f8 100644
|
| --- a/remoting/client/ios/app/BUILD.gn
|
| +++ b/remoting/client/ios/app/BUILD.gn
|
| @@ -20,6 +20,8 @@ source_set("main") {
|
| sources = [
|
| "app_delegate.h",
|
| "app_delegate.mm",
|
| + "client_connection_view_controller.h",
|
| + "client_connection_view_controller.mm",
|
| "host_collection_view_cell.h",
|
| "host_collection_view_cell.mm",
|
| "host_collection_view_controller.h",
|
| @@ -27,8 +29,8 @@ source_set("main") {
|
| "host_view_controller.h",
|
| "host_view_controller.mm",
|
| "main.mm",
|
| - "pin_entry_view_controller.h",
|
| - "pin_entry_view_controller.mm",
|
| + "pin_entry_view.h",
|
| + "pin_entry_view.mm",
|
| "remoting_settings_view_controller.h",
|
| "remoting_settings_view_controller.mm",
|
| "remoting_view_controller.h",
|
|
|