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:
1
.gn
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",
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user