123456789101112131415161718 |
- From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
- From: Samuel Attard <[email protected]>
- Date: Fri, 21 Oct 2022 16:29:06 -0700
- Subject: build: allow electron to use exec_script
- This is similar to the //build usecase so we're OK adding ourselves here
- diff --git a/.gn b/.gn
- index 16bf620b7c2ee2d2a850f892ad232f7c888f2649..8a428da676bfb993cf8f6c85cd966fa79925011d 100644
- --- a/.gn
- +++ b/.gn
- @@ -159,4 +159,6 @@ exec_script_whitelist =
-
- "//tools/grit/grit_rule.gni",
- "//tools/gritsettings/BUILD.gn",
- +
- + "//electron/BUILD.gn"
- ]
|