gtk_visibility.patch 771 B

12345678910111213141516171819
  1. From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
  2. From: Jeremy Apthorp <[email protected]>
  3. Date: Thu, 20 Sep 2018 17:48:38 -0700
  4. Subject: gtk_visibility.patch
  5. Allow electron to depend on GTK in the GN build.
  6. diff --git a/build/config/linux/gtk/BUILD.gn b/build/config/linux/gtk/BUILD.gn
  7. index d78f7407c179fe44180800a234e9461c56849402..dae8fa63037803ebaf2e04fb2b9547d2db7ba29c 100644
  8. --- a/build/config/linux/gtk/BUILD.gn
  9. +++ b/build/config/linux/gtk/BUILD.gn
  10. @@ -26,6 +26,7 @@ group("gtk") {
  11. visibility = [
  12. "//chrome/test:interactive_ui_tests",
  13. "//chrome/test:unit_tests",
  14. + "//electron:*",
  15. "//examples:peerconnection_client",
  16. "//gpu/gles2_conform_support:gles2_conform_test_windowless",
  17. "//remoting/host/linux",