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

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

Issue 2846603002: Updating Pin Entry View and creating Connection Status View. (Closed)
Patch Set: Code cleanup, adding comments for new methods and classes. Created 3 years, 8 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/client/ios/app/BUILD.gn
diff --git a/remoting/client/ios/app/BUILD.gn b/remoting/client/ios/app/BUILD.gn
index 51f79c13d3db31f5d0455ce8bd3aa0227261500f..56f890a1bab1dc6eff2b52ae6501c67c07ae70f8 100644
--- a/remoting/client/ios/app/BUILD.gn
+++ b/remoting/client/ios/app/BUILD.gn
@@ -20,6 +20,8 @@ source_set("main") {
sources = [
"app_delegate.h",
"app_delegate.mm",
+ "client_connection_view_controller.h",
+ "client_connection_view_controller.mm",
"host_collection_view_cell.h",
"host_collection_view_cell.mm",
"host_collection_view_controller.h",
@@ -27,8 +29,8 @@ source_set("main") {
"host_view_controller.h",
"host_view_controller.mm",
"main.mm",
- "pin_entry_view_controller.h",
- "pin_entry_view_controller.mm",
+ "pin_entry_view.h",
+ "pin_entry_view.mm",
"remoting_settings_view_controller.h",
"remoting_settings_view_controller.mm",
"remoting_view_controller.h",

Powered by Google App Engine
This is Rietveld 408576698