Index: remoting/ios/app/BUILD.gn |
diff --git a/remoting/ios/app/BUILD.gn b/remoting/ios/app/BUILD.gn |
index 76dd6dc1e52e080e0ace480c6ca3b1225ab61a21..e7528bbde41715749ae08334f03d76a889b3c1c9 100644 |
--- a/remoting/ios/app/BUILD.gn |
+++ b/remoting/ios/app/BUILD.gn |
@@ -17,6 +17,8 @@ source_set("common_source_set") { |
sources = [ |
"app_delegate.h", |
"app_delegate.mm", |
+ "app_initializer.cc", |
+ "app_initializer.h", |
"client_connection_view_controller.h", |
"client_connection_view_controller.mm", |
"host_collection_header_view.h", |
@@ -29,8 +31,15 @@ source_set("common_source_set") { |
"host_view_controller.mm", |
"pin_entry_view.h", |
"pin_entry_view.mm", |
+ "remoting_resource_factory.h", |
+ "remoting_resource_factory.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_resource_factory_external.h", |
nicholss
2017/06/14 15:37:59
please change external to chromium
Yuwei
2017/06/15 07:02:08
Done.
|
+ "remoting_resource_factory_external.mm", |
"remoting_theme.h", |
"remoting_theme.mm", |
"remoting_view_controller.h", |