From 614f68f11217c89a890737238d7ae4f473a22427 Mon Sep 17 00:00:00 2001 From: fbarchard Date: Wed, 12 Oct 2016 18:11:47 -0700 Subject: [PATCH] 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} --- .gn | 1 - 1 file changed, 1 deletion(-) diff --git a/.gn b/.gn index db61a47138..7a98fadc36 100644 --- a/.gn +++ b/.gn @@ -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", ]