19 lines
771 B
Diff
19 lines
771 B
Diff
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
From: Jeremy Apthorp <nornagon@nornagon.net>
|
|
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 6624d138e14ad0af8c90f91f27c6495c4f07d64d..d5ddbfe6f4dd4255cd0ad487d4546c546c201b16 100644
|
|
--- a/build/config/linux/gtk/BUILD.gn
|
|
+++ b/build/config/linux/gtk/BUILD.gn
|
|
@@ -26,6 +26,7 @@ group("gtk") {
|
|
visibility = [
|
|
"//chrome/test:interactive_ui_tests",
|
|
"//chrome/test:unit_tests",
|
|
+ "//electron:*",
|
|
"//examples:peerconnection_client",
|
|
"//gpu/gles2_conform_support:gles2_conform_test_windowless",
|
|
"//remoting/host/linux",
|