| Index: .gn
|
| diff --git a/.gn b/.gn
|
| index a1c0ff8dceba565fe3d4b8668f62dd08253633a1..aee1752d4be65e7fa567ee58ca451f6d8f325d3a 100644
|
| --- a/.gn
|
| +++ b/.gn
|
| @@ -14,8 +14,7 @@ secondary_source = "//build/secondary/"
|
| # matching these patterns (see "gn help label_pattern" for format) will have
|
| # their includes checked for proper dependencies when you run either
|
| # "gn check" or "gn gen --check".
|
| -check_targets = [
|
| -]
|
| +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
|
| @@ -45,7 +44,5 @@ exec_script_whitelist = [
|
| "//build/toolchain/win/BUILD.gn",
|
| "//build/util/branding.gni",
|
| "//build/util/version.gni",
|
| - "//test/cctest/BUILD.gn",
|
| "//test/test262/BUILD.gn",
|
| - "//test/unittests/BUILD.gn",
|
| ]
|
|
|