0

Fix //chrome/child dependencies and enable gn check

Bug: 949535
Change-Id: Idc1674c633c873ef69c577915bba03b197dd4659
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2426345
Auto-Submit: Collin Baker <collinbaker@chromium.org>
Reviewed-by: Erik Staab <estaab@chromium.org>
Reviewed-by: Avi Drissman <avi@chromium.org>
Commit-Queue: Avi Drissman <avi@chromium.org>
Cr-Commit-Position: refs/heads/master@{#810631}
This commit is contained in:
Collin Baker
2020-09-25 15:28:21 +00:00
committed by Commit Bot
parent 141a42f29e
commit 8d1bea801e
2 changed files with 2 additions and 1 deletions
.gn
chrome/child

1
.gn

@ -71,7 +71,6 @@ no_check_targets = [
"//chrome/browser/updates/announcement_notification:*", # 15 errors
"//chrome/browser/updates/internal:*", # 8 errors
"//chrome/browser/updates:*", # 21 errors
"//chrome/child:*", # 3 errors
"//chrome/install_static:*", # 4 errors
"//chrome/notification_helper:*", # 4 errors
"//chrome/renderer:*", # 42 errors

@ -34,7 +34,9 @@ static_library("child") {
deps += [
"//base",
"//content/public/child",
"//content/public/common",
"//pdf:buildflags",
"//sandbox/policy",
]
}
}