summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorminyue@webrtc.org <minyue@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2014-07-16 22:18:49 +0000
committerminyue@webrtc.org <minyue@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2014-07-16 22:18:49 +0000
commitbc9711fc4ca885a5e6c032bfd8a84e6ac5a793d9 (patch)
treea2eff1eacd149488080ebb6e152e62e197d1d155 /modules
parent31b38da0e2ba9778d241267f0cf1ba8dd2f36e83 (diff)
downloadwebrtc-bc9711fc4ca885a5e6c032bfd8a84e6ac5a793d9.tar.gz
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/webrtc@6710 4adac7df-926f-26a2-2b94-8c16560cd09d
Diffstat (limited to 'modules')
-rw-r--r--modules/video_coding/BUILD.gn2
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/video_coding/BUILD.gn b/modules/video_coding/BUILD.gn
index 0dc6721b..cbd12936 100644
--- a/modules/video_coding/BUILD.gn
+++ b/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",
]