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:

committed by
Chromium LUCI CQ

parent
b09cb3a945
commit
272d9c23f7
1
.gn
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) {
|
||||
|
Reference in New Issue
Block a user