Remove duplicate entry in webrtc .gn file exec_script_whitelist

In the file .gn exec_script_whitelist has 2 copies of
  "//webrtc/modules/video_render/BUILD.gn",

This CL removes the duplicate

BUG=webrtc:6527
TEST=try bots
R=kjellander@webrtc.org

Review-Url: https://codereview.webrtc.org/2414953002
Cr-Commit-Position: refs/heads/master@{#14621}
This commit is contained in:
fbarchard 2016-10-12 18:11:47 -07:00 committed by Commit bot
parent db158f9b9e
commit 614f68f112

1
.gn
View File

@ -65,5 +65,4 @@ exec_script_whitelist = [
"//third_party/openh264/BUILD.gn",
"//third_party/opus/BUILD.gn",
"//webrtc/modules/video_render/BUILD.gn",
"//webrtc/modules/video_render/BUILD.gn",
]