[CodeHealth] Enable gn check for //remoting/ios:*
Fixed: 1159024 Change-Id: I2431f3cced4577da3dd27b01179ad32349bfb050 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2972965 Commit-Queue: Vidhan Jain <vidhanj@google.com> Reviewed-by: Dirk Pranke <dpranke@google.com> Reviewed-by: Gary Kacmarcik <garykac@chromium.org> Cr-Commit-Position: refs/heads/master@{#894081}
This commit is contained in:

committed by
Chromium LUCI CQ

parent
66ff036973
commit
8d2d7f8f90
1
.gn
1
.gn
@ -79,7 +79,6 @@ no_check_targets = [
|
||||
"//remoting/host/security_key:*", # 68 errors
|
||||
"//remoting/host/win:*", # 43 errors
|
||||
"//remoting/ios/app/settings:*", # 6 errors
|
||||
"//remoting/ios:*", # 2 errors
|
||||
"//remoting/protocol:*", # 3 errors
|
||||
"//remoting/test:*", # 2 error
|
||||
"//sandbox/win:*", # 7 errors
|
||||
|
@ -37,6 +37,8 @@ source_set("ios_core") {
|
||||
|
||||
deps = [
|
||||
"//base",
|
||||
"//remoting/client",
|
||||
"//remoting/client/input",
|
||||
"//remoting/protocol",
|
||||
]
|
||||
|
||||
|
Reference in New Issue
Block a user