0

Fix 'gn check' error

Bug: 1159008
Change-Id: I1190577043b5c60038b812afe0847d5ff36af252
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2982251
Commit-Queue: Andrew Shulaev <ddrone@google.com>
Reviewed-by: Dirk Pranke <dpranke@google.com>
Reviewed-by: Gary Kacmarcik <garykac@chromium.org>
Cr-Commit-Position: refs/heads/master@{#896032}
This commit is contained in:
Andrew Shulaev
2021-06-25 13:46:05 +00:00
committed by Chromium LUCI CQ
parent b09cb3a945
commit 272d9c23f7
2 changed files with 1 additions and 1 deletions
.gn
remoting/host/installer/mac

1
.gn

@ -69,7 +69,6 @@ no_check_targets = [
"//ppapi/native_client/src/untrusted/pnacl_irt_shim:*", # 197 errors
"//ppapi/proxy:*", # 31 errors
"//ppapi/thunk:*", # 1071 errors
"//remoting/host/installer/mac:*", # 1 error
"//remoting/host/mac:*", # 49 errors
"//remoting/host/security_key:*", # 68 errors
"//remoting/host/win:*", # 43 errors

@ -136,6 +136,7 @@ mac_app_bundle("remoting_host_uninstaller") {
"//base",
"//remoting/host:remoting_infoplist_strings",
"//remoting/host/mac:constants",
"//remoting/resources:strings",
"//ui/base:base",
]
foreach(locale, remoting_locales_with_underscores) {