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

Unified Diff: remoting/ios/app/BUILD.gn

Issue 2937733003: [CRD iOS] Branching internal and external implementations (Closed)
Patch Set: Fix presenting check 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
« no previous file with comments | « ios/third_party/material_components_ios/BUILD.gn ('k') | remoting/ios/app/app_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/ios/app/BUILD.gn
diff --git a/remoting/ios/app/BUILD.gn b/remoting/ios/app/BUILD.gn
index 551ea388b3c0a41d6bbda57dac66a385b8fb3b08..59f2ccf52f40f09456d082e0c316fd1f57cd44a6 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",
« no previous file with comments | « ios/third_party/material_components_ios/BUILD.gn ('k') | remoting/ios/app/app_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698