Skip to content

Commit

Permalink
Fix gn checks for //remoting/host/mac
Browse files Browse the repository at this point in the history
Bug: 1159011
Change-Id: Ied475ad529003d2f976c242691ab205da90b0786
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2998471
Reviewed-by: Jamie Walch <jamiewalch@chromium.org>
Reviewed-by: Dirk Pranke <dpranke@google.com>
Commit-Queue: Rune Lillesveen <futhark@chromium.org>
Cr-Commit-Position: refs/heads/master@{#897917}
  • Loading branch information
lilles authored and Chromium LUCI CQ committed Jul 1, 2021
1 parent 2254fc6 commit fcdf031
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gn
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 10 additions & 0 deletions remoting/host/mac/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ source_set("permission_checking") {

deps = [
":constants",
"//remoting/host:remoting_version",
"//remoting/resources",
"//ui/base:base",
]

frameworks = [ "AVFoundation.framework" ]
Expand All @@ -58,6 +60,7 @@ executable("remoting_me2me_host_service") {
"//base",
"//remoting/base",
"//remoting/host:base",
"//remoting/host:remoting_version",
]
}

Expand Down Expand Up @@ -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) {
Expand Down

0 comments on commit fcdf031

Please sign in to comment.