Updated our variable name to match the new nomenclature as well. Chromium change: https://source.chromium.org/chromium/chromium/src/+/7c6c78ad4e0ed6a0e1204264b02db8f85d34994e commit 7c6c78ad4e0ed6a0e1204264b02db8f85d34994e Author: Dirk Pranke <dpranke@google.com> Date: Tue Jan 14 16:19:05 2025 -0800 Use `exec_script_allowlist` in the GN dotfile (//.gn). GN now supports `exec_script_allowlist` as an alternative/synonym for `exec_script_whitelist`, so we should move to it to be more inclusive and accurate. Bug: 389986807
10 lines
355 B
Plaintext
10 lines
355 B
Plaintext
# Copyright (c) 2024 The Brave Authors. All rights reserved.
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this file,
|
|
# You can obtain one at https://mozilla.org/MPL/2.0/.
|
|
|
|
brave_exec_script_allowlist = [
|
|
# //brave/.env parser.
|
|
"//brave/build/env_config.gni",
|
|
]
|