1234567891011121314151617181920212223242526272829303132333435363738 |
- 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 44a11ec90ec9b67cf22b6d529c6843e6b6af12bc..7c706405eee1f11224e3b016670a6410ebfd853a 100644
- --- a/.gn
- +++ b/.gn
- @@ -172,4 +172,26 @@ exec_script_whitelist =
-
- "//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/src/inspector/unofficial.gni",
- ]
|