From fcdf031841fbcfecb9fe7647f776ace4b3023091 Mon Sep 17 00:00:00 2001 From: Rune Lillesveen Date: Thu, 1 Jul 2021 22:03:48 +0000 Subject: [PATCH] Fix gn checks for //remoting/host/mac Bug: 1159011 Change-Id: Ied475ad529003d2f976c242691ab205da90b0786 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2998471 Reviewed-by: Jamie Walch Reviewed-by: Dirk Pranke Commit-Queue: Rune Lillesveen Cr-Commit-Position: refs/heads/master@{#897917} --- .gn | 1 - remoting/host/mac/BUILD.gn | 10 ++++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) 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) {