| Index: remoting/ios/app/BUILD.gn
|
| diff --git a/remoting/ios/app/BUILD.gn b/remoting/ios/app/BUILD.gn
|
| index 59f2ccf52f40f09456d082e0c316fd1f57cd44a6..d2f67150b852923ad82407c422083e22f5fcf0aa 100644
|
| --- a/remoting/ios/app/BUILD.gn
|
| +++ b/remoting/ios/app/BUILD.gn
|
| @@ -28,7 +28,6 @@ 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_theme.h",
|
| @@ -62,6 +61,7 @@ source_set("common_source_set") {
|
| source_set("main") {
|
| sources = [
|
| "app_view_controller_chromium.mm",
|
| + "main.mm",
|
| "remoting_menu_view_controller.h",
|
| "remoting_menu_view_controller.mm",
|
| ]
|
|
|