2018-10-24 18:24:11 +00:00
|
|
|
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
2018-09-21 00:30:26 +00:00
|
|
|
From: Jeremy Apthorp <nornagon@nornagon.net>
|
|
|
|
Date: Thu, 20 Sep 2018 17:48:38 -0700
|
|
|
|
Subject: gtk_visibility.patch
|
|
|
|
|
2018-10-24 10:49:10 +00:00
|
|
|
Allow electron to depend on GTK in the GN build.
|
2018-09-21 00:30:26 +00:00
|
|
|
|
2018-09-14 05:02:16 +00:00
|
|
|
diff --git a/build/config/linux/gtk/BUILD.gn b/build/config/linux/gtk/BUILD.gn
|
2019-01-24 09:42:21 +00:00
|
|
|
index fe2e10627f42c8355fd176ed24b54cfab916a72a..7b48b68de04c2cbfc4380e6e38c9ac07dbc7784a 100644
|
2018-09-14 05:02:16 +00:00
|
|
|
--- a/build/config/linux/gtk/BUILD.gn
|
|
|
|
+++ b/build/config/linux/gtk/BUILD.gn
|
2018-10-24 23:25:48 +00:00
|
|
|
@@ -26,6 +26,7 @@ group("gtk") {
|
2018-09-14 05:02:16 +00:00
|
|
|
visibility = [
|
|
|
|
"//chrome/test:interactive_ui_tests",
|
2018-09-14 18:03:43 +00:00
|
|
|
"//chrome/test:unit_tests",
|
2018-09-14 05:02:16 +00:00
|
|
|
+ "//electron:*",
|
|
|
|
"//examples:peerconnection_client",
|
|
|
|
"//gpu/gles2_conform_support:gles2_conform_test_windowless",
|
2019-01-24 09:42:21 +00:00
|
|
|
"//remoting/host/linux",
|