diff --git a/.gn b/.gn index 342cee379e9120..7fd46d2cf41048 100644 --- a/.gn +++ b/.gn @@ -69,7 +69,6 @@ no_check_targets = [ "//ppapi/proxy:ipc_sources", # 13 errors "//ppapi/proxy:proxy", # 5 errors "//ppapi/thunk:*", # 1071 errors - "//remoting/host/mac:*", # 49 errors "//remoting/host/security_key:*", # 68 errors "//remoting/host/win:*", # 43 errors "//remoting/ios/app/settings:*", # 6 errors diff --git a/remoting/host/mac/BUILD.gn b/remoting/host/mac/BUILD.gn index 3bea2749b71e51..8527779ed8cce8 100644 --- a/remoting/host/mac/BUILD.gn +++ b/remoting/host/mac/BUILD.gn @@ -44,7 +44,9 @@ source_set("permission_checking") { deps = [ ":constants", + "//remoting/host:remoting_version", "//remoting/resources", + "//ui/base:base", ] frameworks = [ "AVFoundation.framework" ] @@ -58,6 +60,7 @@ executable("remoting_me2me_host_service") { "//base", "//remoting/base", "//remoting/host:base", + "//remoting/host:remoting_version", ] } @@ -186,12 +189,19 @@ target("mac_app_bundle", "remoting_native_messaging_host") { deps = [ ":remoting_native_messaging_host_resources", "//base", + "//build:chromeos_buildflags", + "//mojo/core/embedder:embedder", "//net", + "//remoting/base:authorization", + "//remoting/base:base", "//remoting/base:breakpad", "//remoting/host", + "//remoting/host:base", "//remoting/host:remoting_infoplist_strings", "//remoting/host/native_messaging", "//remoting/host/setup", + "//services/network:network_service", + "//services/network/public/cpp:cpp", "//services/network/public/mojom", ] foreach(locale, remoting_locales_with_underscores) {