2018-10-24 11:24:11 -07:00
|
|
|
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
2018-09-20 17:30:26 -07:00
|
|
|
From: Jeremy Apthorp <nornagon@nornagon.net>
|
|
|
|
Date: Thu, 20 Sep 2018 17:48:38 -0700
|
|
|
|
Subject: gtk_visibility.patch
|
|
|
|
|
2018-10-24 12:49:10 +02:00
|
|
|
Allow electron to depend on GTK in the GN build.
|
2018-09-20 17:30:26 -07:00
|
|
|
|
2018-09-13 22:02:16 -07:00
|
|
|
diff --git a/build/config/linux/gtk/BUILD.gn b/build/config/linux/gtk/BUILD.gn
|
2020-08-12 11:33:58 -07:00
|
|
|
index 0ba7dc322db2d48cb66d76630532c13ff02767e7..5721080a1b596095e42343be9c2f94004cbce4cd 100644
|
2018-09-13 22:02:16 -07:00
|
|
|
--- a/build/config/linux/gtk/BUILD.gn
|
|
|
|
+++ b/build/config/linux/gtk/BUILD.gn
|
2020-04-20 17:25:38 -07:00
|
|
|
@@ -29,6 +29,8 @@ group("gtk") {
|
2020-04-13 16:39:26 -07:00
|
|
|
# This should probably be moved into //ui/gtk.
|
|
|
|
"//ui/ozone/platform/wayland",
|
2020-03-14 13:54:14 -07:00
|
|
|
|
2018-09-13 22:02:16 -07:00
|
|
|
+ "//electron:*",
|
2020-03-14 13:54:14 -07:00
|
|
|
+
|
|
|
|
# These are all for WebRTC.
|
2018-09-13 22:02:16 -07:00
|
|
|
"//examples:peerconnection_client",
|
2019-01-24 15:12:21 +05:30
|
|
|
"//remoting/host/linux",
|