File chromium-134-revert-allowlist.patch of Package chromium
--- chromium-134.0.6974.3/.gn 2025/01/28 13:04:11 1.1
+++ chromium-134.0.6974.3/.gn 2025/01/28 13:05:01
@@ -90,7 +90,7 @@
"//v8:v8_libplatform", # 2 errors
]
-# These are the list of GN files that run exec_script. This allowlist exists
+# These are the list of GN files that run exec_script. This whitelist exists
# to force additional review for new uses of exec_script, which is strongly
# discouraged.
#
@@ -145,11 +145,11 @@
# this situation much easier to create. if the build always lists the
# files and passes them to a script, it will always be correct.
-exec_script_allowlist =
- build_dotfile_settings.exec_script_allowlist +
+exec_script_whitelist =
+ build_dotfile_settings.exec_script_whitelist +
angle_dotfile_settings.exec_script_whitelist +
[
- # Allowlist entries for //build should go into
+ # Whitelist entries for //build should go into
# //build/dotfile_settings.gni instead, so that they can be shared
# with other repos. The entries in this list should be only for files
# in the Chromium repo outside of //build.