Browse Source

build: explicitly depend on //dbus for the linux build

refs: https://chromium-review.googlesource.com/c/chromium/src/+/1273525
Samuel Attard 6 years ago
parent
commit
32a957c455
1 changed files with 1 additions and 0 deletions
  1. 1 0
      BUILD.gn

+ 1 - 0
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",