mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
* chore: bump chromium in DEPS to 133.0.6943.16
* chore: bump chromium in DEPS to 133.0.6943.27
* chore: bump chromium in DEPS to 133.0.6943.35
* chore: bump chromium to 134.0.6968.0
cherry picked from 75eac86506
---------
Co-authored-by: electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com>
Co-authored-by: John Kleinschmidt <jkleinsc@electronjs.org>
39 lines
1.8 KiB
Diff
39 lines
1.8 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 3f6571828197301361ebde2e19e8e3138597c276..9effa81a564c3d2afae3eb2bb7438635e45f124a 100644
|
|
--- a/.gn
|
|
+++ b/.gn
|
|
@@ -172,4 +172,26 @@ 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/src/inspector/unofficial.gni",
|
|
]
|