mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
40 lines
1.9 KiB
Diff
40 lines
1.9 KiB
Diff
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
From: Samuel Attard <sattard@salesforce.com>
|
|
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 54d2631ec203207f44038a36439613709fec1669..d7e197dc75dd711b1b2eb179a58de9030bde0465 100644
|
|
--- a/.gn
|
|
+++ b/.gn
|
|
@@ -173,4 +173,27 @@ exec_script_allowlist =
|
|
|
|
"//tools/grit/grit_rule.gni",
|
|
"//tools/gritsettings/BUILD.gn",
|
|
+
|
|
+ "//electron/BUILD.gn",
|
|
+ "//third_party/electron_node/deps/ada/unofficial.gni",
|
|
+ "//third_party/electron_node/deps/base64/BUILD.gn",
|
|
+ "//third_party/electron_node/deps/base64/unofficial.gni",
|
|
+ "//third_party/electron_node/node.gni",
|
|
+ "//third_party/electron_node/unofficial.gni",
|
|
+ "//third_party/electron_node/deps/brotli/unofficial.gni",
|
|
+ "//third_party/electron_node/deps/cares/unofficial.gni",
|
|
+ "//third_party/electron_node/deps/googletest/unofficial.gni",
|
|
+ "//third_party/electron_node/deps/histogram/unofficial.gni",
|
|
+ "//third_party/electron_node/deps/llhttp/unofficial.gni",
|
|
+ "//third_party/electron_node/deps/nbytes/unofficial.gni",
|
|
+ "//third_party/electron_node/deps/ncrypto/unofficial.gni",
|
|
+ "//third_party/electron_node/deps/nghttp2/unofficial.gni",
|
|
+ "//third_party/electron_node/deps/ngtcp2/unofficial.gni",
|
|
+ "//third_party/electron_node/deps/openssl/unofficial.gni",
|
|
+ "//third_party/electron_node/deps/simdjson/unofficial.gni",
|
|
+ "//third_party/electron_node/deps/sqlite/unofficial.gni",
|
|
+ "//third_party/electron_node/deps/uv/unofficial.gni",
|
|
+ "//third_party/electron_node/deps/uvwasi/unofficial.gni",
|
|
+ "//third_party/electron_node/deps/zstd/unofficial.gni",
|
|
+ "//third_party/electron_node/src/inspector/unofficial.gni",
|
|
]
|