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