From c56ae63ea667efa4cc38b984aea5091f2cd30faa Mon Sep 17 00:00:00 2001 From: "minyue@webrtc.org" Date: Wed, 16 Jul 2014 22:18:49 +0000 Subject: [PATCH] r6709 lacks a change in BUILD.gn BUG= R=marpan@google.com, marpan@webrtc.org, pbos@webrtc.org, wu@webrtc.org Review URL: https://webrtc-codereview.appspot.com/21919004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@6710 4adac7df-926f-26a2-2b94-8c16560cd09d --- webrtc/modules/video_coding/BUILD.gn | 2 -- 1 file changed, 2 deletions(-) diff --git a/webrtc/modules/video_coding/BUILD.gn b/webrtc/modules/video_coding/BUILD.gn index 0dc6721bfc..cbd129363a 100644 --- a/webrtc/modules/video_coding/BUILD.gn +++ b/webrtc/modules/video_coding/BUILD.gn @@ -75,8 +75,6 @@ source_set("video_coding") { source_set("video_coding_utility") { sources = [ - "utility/exp_filter.cc", - "utility/include/exp_filter.h", "utility/include/frame_dropper.h", "utility/frame_dropper.cc", ]