From f3f30c7705d0a7154131685e437af1b087a031bd Mon Sep 17 00:00:00 2001 From: mbonadei Date: Fri, 30 Dec 2016 01:04:34 -0800 Subject: [PATCH] Removing entries from exec_script_whitelist These entries are not using exec_script anymore so we can enforce the check and remove them from the whitelist. BUG=None NOTRY=True Review-Url: https://codereview.webrtc.org/2598403002 Cr-Commit-Position: refs/heads/master@{#15843} --- .gn | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.gn b/.gn index ca3a6a7517..3e0fcf275e 100644 --- a/.gn +++ b/.gn @@ -48,9 +48,4 @@ 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 + [ - "//third_party/boringssl/BUILD.gn", - "//third_party/openh264/BUILD.gn", - "//third_party/opus/BUILD.gn", - "//webrtc/modules/video_render/BUILD.gn", - ] +exec_script_whitelist = build_dotfile_settings.exec_script_whitelist