build: [gn] link child as well as browser in electron_lib

This commit is contained in:
Jeremy Apthorp 2018-07-11 11:32:17 -07:00
Родитель c44cf88a6e
Коммит 98f944c807
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -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",