1234567891011121314151617181920 |
- From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
- From: Jeremy Apthorp <[email protected]>
- Date: Thu, 20 Sep 2018 17:48:38 -0700
- Subject: gtk_visibility.patch
- Allow electron to depend on GTK in the GN build.
- diff --git a/build/config/linux/gtk/BUILD.gn b/build/config/linux/gtk/BUILD.gn
- index a73160222398b0beb02a8f2c7f2e2f05a1b6e339..5a9ca1ca4f96a2a106eab3d92224a67d1620134f 100644
- --- a/build/config/linux/gtk/BUILD.gn
- +++ b/build/config/linux/gtk/BUILD.gn
- @@ -29,6 +29,8 @@ group("gtk") {
- # This should probably be moved into //ui/gtk.
- "//ui/ozone/platform/wayland",
-
- + "//electron:*",
- +
- # These are all for WebRTC.
- "//examples:peerconnection_client",
- "//remoting/host/linux",
|