Add //build/toolchain/rbe.gni to the exec_script_whitelist.
The exec_script was added in https://crrev.com/c/4941520. Bug: chromium:1492504 Change-Id: I69cc6fa9790adc17281a1a68c65f5161ada1e767 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4947036 Reviewed-by: Takuto Ikuta <tikuta@chromium.org> Commit-Queue: Jeremy Leconte <jleconte@google.com> Cr-Commit-Position: refs/heads/main@{#1211368}
This commit is contained in:

committed by
Chromium LUCI CQ

parent
2b6ac01190
commit
8ea098ccb8
4
.gn
4
.gn
@ -150,10 +150,6 @@ exec_script_whitelist =
|
||||
# in the Chromium repo outside of //build.
|
||||
"//build_overrides/build.gni",
|
||||
|
||||
# This is to check existence of a reclient config file and show user
|
||||
# friendly error message.
|
||||
"//build/toolchain/rbe.gni",
|
||||
|
||||
"//chrome/android/webapk/shell_apk/prepare_upload_dir/BUILD.gn",
|
||||
"//chrome/version.gni",
|
||||
|
||||
|
@ -34,6 +34,7 @@ build_dotfile_settings = {
|
||||
"//build/toolchain/concurrent_links.gni",
|
||||
"//build/toolchain/goma.gni",
|
||||
"//build/toolchain/nacl/BUILD.gn",
|
||||
"//build/toolchain/rbe.gni",
|
||||
"//build/toolchain/toolchain.gni",
|
||||
"//build/toolchain/win/BUILD.gn",
|
||||
"//build/toolchain/win/win_toolchain_data.gni",
|
||||
|
Reference in New Issue
Block a user