d56617e5d0
* chore: avoid appending git version to the exported patches * fix no-eol at end of v8 patch
19 lines
765 B
Diff
19 lines
765 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 deae4d3455a8b54292dd3abc0a316f9ca60b4104..5f5db2fd6e5ee8532e5fa796988ea4ed58265b0d 100644
|
|
--- a/build/config/linux/gtk/BUILD.gn
|
|
+++ b/build/config/linux/gtk/BUILD.gn
|
|
@@ -18,6 +18,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",
|