From 95b8718dc63362470dd4ebeb428d70cd6ed780e2 Mon Sep 17 00:00:00 2001 From: Minyue Li Date: Tue, 28 Jul 2015 11:29:12 +0200 Subject: [PATCH] Fix to "Removing AudioMixerStatusReceiver and ParticipantStatistics" In https://codereview.webrtc.org/1216133004/ level_indicator.h/cc should be removed from GN as well, which was forgotten. BUG=webrtc:497 TBR=andrew@webrtc.org Review URL: https://codereview.webrtc.org/1252993003 . Cr-Commit-Position: refs/heads/master@{#9648} --- webrtc/modules/audio_conference_mixer/BUILD.gn | 2 -- 1 file changed, 2 deletions(-) diff --git a/webrtc/modules/audio_conference_mixer/BUILD.gn b/webrtc/modules/audio_conference_mixer/BUILD.gn index 31f2e9affd..3b9e2769ac 100644 --- a/webrtc/modules/audio_conference_mixer/BUILD.gn +++ b/webrtc/modules/audio_conference_mixer/BUILD.gn @@ -22,8 +22,6 @@ source_set("audio_conference_mixer") { "source/audio_conference_mixer_impl.h", "source/audio_frame_manipulator.cc", "source/audio_frame_manipulator.h", - "source/level_indicator.cc", - "source/level_indicator.h", "source/memory_pool.h", "source/memory_pool_posix.h", "source/memory_pool_win.h",