build: fix missing dependency resulting in a random build failure (#26757)
* build: fix missing dependency resulting in a random build failure * Update chromium_src/BUILD.gn Co-authored-by: Jeremy Rose <nornagon@nornagon.net> * sort deps Co-authored-by: Jeremy Rose <nornagon@nornagon.net> Co-authored-by: Cheng Zhao <zcbenz@gmail.com>
This commit is contained in:
parent
0be4430431
commit
cc650ae4ee
1 changed files with 2 additions and 0 deletions
|
@ -76,6 +76,7 @@ static_library("chrome") {
|
|||
}
|
||||
|
||||
public_deps = [
|
||||
"//chrome/browser:dev_ui_browser_resources",
|
||||
"//chrome/common",
|
||||
"//chrome/common:version_header",
|
||||
"//components/keyed_service/content",
|
||||
|
@ -83,6 +84,7 @@ static_library("chrome") {
|
|||
"//components/proxy_config",
|
||||
"//components/security_state/content",
|
||||
"//content/public/browser",
|
||||
"//services/strings",
|
||||
]
|
||||
|
||||
deps = [
|
||||
|
|
Loading…
Reference in a new issue