build: [gn] link child as well as browser in electron_lib
This commit is contained in:
parent
c44cf88a6e
commit
98f944c807
1 changed files with 2 additions and 1 deletions
3
BUILD.gn
3
BUILD.gn
|
@ -217,7 +217,8 @@ static_library("electron_lib") {
|
|||
"//components/printing/common",
|
||||
"//components/security_state/content",
|
||||
"//components/viz/service",
|
||||
"//content/public/browser",
|
||||
"//content/public/app:both",
|
||||
"//content/public/child",
|
||||
"//device/geolocation",
|
||||
"//gin",
|
||||
"//net:net_resources",
|
||||
|
|
Loading…
Reference in a new issue