build: explicitly depend on //dbus for the linux build
refs: https://chromium-review.googlesource.com/c/chromium/src/+/1273525
This commit is contained in:
parent
85fdacbc49
commit
32a957c455
1 changed files with 1 additions and 0 deletions
1
BUILD.gn
1
BUILD.gn
|
@ -385,6 +385,7 @@ static_library("electron_lib") {
|
||||||
":libnotify_loader",
|
":libnotify_loader",
|
||||||
"//build/config/linux/gtk",
|
"//build/config/linux/gtk",
|
||||||
"//chrome/browser/ui/libgtkui",
|
"//chrome/browser/ui/libgtkui",
|
||||||
|
"//dbus",
|
||||||
"//device/bluetooth",
|
"//device/bluetooth",
|
||||||
"//ui/events/devices/x11",
|
"//ui/events/devices/x11",
|
||||||
"//ui/events/platform/x11",
|
"//ui/events/platform/x11",
|
||||||
|
|
Loading…
Reference in a new issue