| Index: remoting/ios/app/BUILD.gn
|
| diff --git a/remoting/ios/app/BUILD.gn b/remoting/ios/app/BUILD.gn
|
| index 76dd6dc1e52e080e0ace480c6ca3b1225ab61a21..775ab09da253e50c2d763fa7315098f59804279d 100644
|
| --- a/remoting/ios/app/BUILD.gn
|
| +++ b/remoting/ios/app/BUILD.gn
|
| @@ -17,6 +17,7 @@ source_set("common_source_set") {
|
| sources = [
|
| "app_delegate.h",
|
| "app_delegate.mm",
|
| + "app_view_controller.h",
|
| "client_connection_view_controller.h",
|
| "client_connection_view_controller.mm",
|
| "host_collection_header_view.h",
|
| @@ -27,10 +28,9 @@ source_set("common_source_set") {
|
| "host_collection_view_controller.mm",
|
| "host_view_controller.h",
|
| "host_view_controller.mm",
|
| + "main.mm",
|
| "pin_entry_view.h",
|
| "pin_entry_view.mm",
|
| - "remoting_menu_view_controller.h",
|
| - "remoting_menu_view_controller.mm",
|
| "remoting_theme.h",
|
| "remoting_theme.mm",
|
| "remoting_view_controller.h",
|
| @@ -61,7 +61,9 @@ source_set("common_source_set") {
|
|
|
| source_set("main") {
|
| sources = [
|
| - "main.mm",
|
| + "app_view_controller_chromium.mm",
|
| + "remoting_menu_view_controller.h",
|
| + "remoting_menu_view_controller.mm",
|
| ]
|
| deps = [
|
| ":common_source_set",
|
|
|