build: [gn] depend on /gtk instead of /gtk3

(We still depend on gtk3, just via one extra layer of abstraction. The
/gtk target itself depends on /gtk3.)
This commit is contained in:
Jeremy Apthorp 2018-06-29 13:43:13 -07:00
parent 62f62264da
commit 9241645a4b
2 changed files with 2 additions and 2 deletions

View file

@ -254,7 +254,7 @@ static_library("electron_lib") {
}
if (is_linux) {
deps += [
"//build/config/linux/gtk3",
"//build/config/linux/gtk",
"//chrome/browser/ui/libgtkui",
"//device/bluetooth",
"//ui/events/devices/x11",

View file

@ -51,7 +51,7 @@ static_library("brightray") {
if (is_linux) {
deps += [
"//build/config/linux/gtk3",
"//build/config/linux/gtk",
":libnotify",
]
}