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 55f5ee19f13e49dfd0aa2300d980d813474c95ef..483e0f0598bfed76b4a4283be3cfa1fdb9eafe5a 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. ]