From 32a957c455ba442fc1196ede1ce82e0a2e0ed5ba Mon Sep 17 00:00:00 2001 From: Samuel Attard Date: Sat, 27 Oct 2018 14:57:41 +1100 Subject: [PATCH] build: explicitly depend on //dbus for the linux build refs: https://chromium-review.googlesource.com/c/chromium/src/+/1273525 --- BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/BUILD.gn b/BUILD.gn index d6e2ad11e016..8385d5bdab2e 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -385,6 +385,7 @@ static_library("electron_lib") { ":libnotify_loader", "//build/config/linux/gtk", "//chrome/browser/ui/libgtkui", + "//dbus", "//device/bluetooth", "//ui/events/devices/x11", "//ui/events/platform/x11",