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

Unified Diff: remoting/ios/app/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/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",
]

Powered by Google App Engine
This is Rietveld 408576698