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
|
2019-02-26 13:31:29 -08:00
|
|
|
index d78f7407c179fe44180800a234e9461c56849402..dae8fa63037803ebaf2e04fb2b9547d2db7ba29c 100644
|
2018-09-13 22:02:16 -07:00
|
|
|
--- a/build/config/linux/gtk/BUILD.gn
|
|
|
|
+++ b/build/config/linux/gtk/BUILD.gn
|
2018-10-24 16:25:48 -07:00
|
|
|
@@ -26,6 +26,7 @@ group("gtk") {
|
2018-09-13 22:02:16 -07:00
|
|
|
visibility = [
|
|
|
|
"//chrome/test:interactive_ui_tests",
|
2018-09-14 11:03:43 -07:00
|
|
|
"//chrome/test:unit_tests",
|
2018-09-13 22:02:16 -07:00
|
|
|
+ "//electron:*",
|
|
|
|
"//examples:peerconnection_client",
|
|
|
|
"//gpu/gles2_conform_support:gles2_conform_test_windowless",
|
2019-01-24 15:12:21 +05:30
|
|
|
"//remoting/host/linux",
|