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

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

Issue 2937733003: [CRD iOS] Branching internal and external implementations (Closed)
Patch Set: Move some initialization code to AppDelegate 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 76dd6dc1e52e080e0ace480c6ca3b1225ab61a21..6bb600785a2c7041e8258a54b90a81253790d2b6 100644
--- a/remoting/ios/app/BUILD.gn
+++ b/remoting/ios/app/BUILD.gn
@@ -27,8 +27,15 @@ source_set("common_source_set") {
"host_collection_view_controller.mm",
"host_view_controller.h",
"host_view_controller.mm",
+ "panel_view_controller.h",
+ "panel_view_controller.mm",
+ "panel_view_controller_chromium.h",
+ "panel_view_controller_chromium.mm",
"pin_entry_view.h",
"pin_entry_view.mm",
+
+ # TODO(yuweih): Need to be moved under :main once the internal version is
+ # checked-in.
"remoting_menu_view_controller.h",
"remoting_menu_view_controller.mm",
"remoting_theme.h",

Powered by Google App Engine
This is Rietveld 408576698