Use exec_script_allowlist in //.gn for WebRTC.
We're moving all references to exec_script_whitelist in GN
to use exec_script_allowlist instead.
Bug: chromium:389986807
Change-Id: Ie354a267b98072b83d8df30a5d6cb78496960d29
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/383965
Reviewed-by: Harald Alvestrand <hta@webrtc.org>
Reviewed-by: Henrik Andreassson <henrika@webrtc.org>
Commit-Queue: Dirk Pranke <dpranke@google.com>
Cr-Commit-Position: refs/heads/main@{#44295}
diff --git a/.gn b/.gn
index b61ab64..e628c3a 100644
--- a/.gn
+++ b/.gn
@@ -32,10 +32,10 @@
"//third_party/googletest:gtest",
]
-# These are the list of GN files that run exec_script. This whitelist exists
+# These are the list of GN files that run exec_script. This allowlist exists
# to force additional review for new uses of exec_script, which is strongly
# discouraged except for gypi_to_gn calls.
-exec_script_whitelist = build_dotfile_settings.exec_script_whitelist +
+exec_script_allowlist = build_dotfile_settings.exec_script_allowlist +
[ "//build_overrides/build.gni" ]
export_compile_commands = [ "*" ]