| Index: .gn
|
| diff --git a/.gn b/.gn
|
| index c80980ea092d0564320a40ef32812c47ef65ff66..b3adcc74cd64b235855d75a7c625d8c8accfa169 100644
|
| --- a/.gn
|
| +++ b/.gn
|
| @@ -21,5 +21,7 @@ check_targets = []
|
| # 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 except for gypi_to_gn calls.
|
| -exec_script_whitelist =
|
| - build_dotfile_settings.exec_script_whitelist + [ "//test/test262/BUILD.gn" ]
|
| +exec_script_whitelist = build_dotfile_settings.exec_script_whitelist + [
|
| + "//test/test262/BUILD.gn",
|
| + "//BUILD.gn",
|
| + ]
|
|
|