mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
* chore: bump node in DEPS to v24.14.0 * lib: prefer call() over apply() if argument list is not array https://github.com/nodejs/node/pull/60796 * build,deps: replace cjs-module-lexer with merve https://github.com/nodejs/node/pull/61456 * chore: fixup patch indices * test: use fixture directories for sea tests https://github.com/nodejs/node/pull/61167 * src: throw RangeError on failed ArrayBuffer BackingStore allocation https://github.com/nodejs/node/pull/61480 --------- Co-authored-by: electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com> Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com>
41 lines
1.9 KiB
Diff
41 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 ae58a0b0a64ae1fdb3f9cd8587041d71a121c6b9..f9d4e9b015ad266452dfa2a442b432ef31d09a5b 100644
|
|
--- a/.gn
|
|
+++ b/.gn
|
|
@@ -167,4 +167,28 @@ 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/merve/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",
|
|
]
|