build_allow_electron_to_use_exec_script.patch 579 B

123456789101112131415161718
  1. From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
  2. From: Samuel Attard <[email protected]>
  3. Date: Fri, 21 Oct 2022 16:29:06 -0700
  4. Subject: build: allow electron to use exec_script
  5. This is similar to the //build usecase so we're OK adding ourselves here
  6. diff --git a/.gn b/.gn
  7. index 53c9e4ec12aeffacf88b9aac2d20d095246ca9db..b8185b1c737f6e7459e58a676e02b26c65dd4a5c 100644
  8. --- a/.gn
  9. +++ b/.gn
  10. @@ -169,4 +169,6 @@ exec_script_whitelist =
  11. "//tools/grit/grit_rule.gni",
  12. "//tools/gritsettings/BUILD.gn",
  13. +
  14. + "//electron/BUILD.gn"
  15. ]