Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(956)

Issue 2622493002: Move FilePlayer and FileRecorder to Voice Engine (Closed)

Created:
3 years, 11 months ago by kwiberg-webrtc
Modified:
3 years, 11 months ago
CC:
webrtc-reviews_webrtc.org, yujie_mao (webrtc), Andrew MacDonald, henrika_webrtc, hlundin-webrtc, tterriberry_mozilla.com, audio-team_agora.io, qiang.lu, niklas.enbom, peah-webrtc, minyue-webrtc
Target Ref:
refs/heads/master
Project:
webrtc
Visibility:
Public.

Description

Move FilePlayer and FileRecorder to Voice Engine Because Voice Engine was the only user. (We have tried to land this many times before. I'm hoping that this time all external dependencies on these files will really be gone.) BUG=none Review-Url: https://codereview.webrtc.org/2622493002 Cr-Commit-Position: refs/heads/master@{#15978} Committed: https://chromium.googlesource.com/external/webrtc/+/9774447b8f30a531caea824b5d9b208abf182e7c

Patch Set 1 #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+91 lines, -1119 lines) Patch
M .gn View 1 chunk +3 lines, -0 lines 0 comments Download
M webrtc/modules/BUILD.gn View 2 chunks +0 lines, -3 lines 0 comments Download
M webrtc/modules/utility/BUILD.gn View 1 chunk +0 lines, -6 lines 0 comments Download
D webrtc/modules/utility/include/file_player.h View 1 chunk +0 lines, -80 lines 0 comments Download
D webrtc/modules/utility/include/file_recorder.h View 1 chunk +0 lines, -57 lines 0 comments Download
D webrtc/modules/utility/source/coder.h View 1 chunk +0 lines, -68 lines 0 comments Download
D webrtc/modules/utility/source/coder.cc View 1 chunk +0 lines, -116 lines 0 comments Download
D webrtc/modules/utility/source/file_player.cc View 1 chunk +0 lines, -392 lines 0 comments Download
D webrtc/modules/utility/source/file_player_unittests.cc View 1 chunk +0 lines, -115 lines 0 comments Download
D webrtc/modules/utility/source/file_recorder.cc View 1 chunk +0 lines, -262 lines 0 comments Download
M webrtc/voice_engine/BUILD.gn View 5 chunks +67 lines, -0 lines 3 comments Download
M webrtc/voice_engine/channel.h View 1 chunk +2 lines, -2 lines 0 comments Download
A + webrtc/voice_engine/coder.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + webrtc/voice_engine/coder.cc View 1 chunk +2 lines, -1 line 0 comments Download
A + webrtc/voice_engine/file_player.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + webrtc/voice_engine/file_player.cc View 1 chunk +2 lines, -2 lines 0 comments Download
A + webrtc/voice_engine/file_player_unittests.cc View 1 chunk +1 line, -1 line 0 comments Download
A + webrtc/voice_engine/file_recorder.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + webrtc/voice_engine/file_recorder.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M webrtc/voice_engine/output_mixer.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/voice_engine/transmit_mixer.h View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 22 (13 generated)
kwiberg-webrtc
PTAL. solenberg@: everything. kjellander@: .gn and .isolate files Interestingly, this fails on the Chromium bots ...
3 years, 11 months ago (2017-01-09 12:22:43 UTC) #11
the sun
lgtm https://codereview.webrtc.org/2622493002/diff/20001/webrtc/voice_engine/BUILD.gn File webrtc/voice_engine/BUILD.gn (right): https://codereview.webrtc.org/2622493002/diff/20001/webrtc/voice_engine/BUILD.gn#newcode11 webrtc/voice_engine/BUILD.gn:11: rtc_static_library("audio_coder") { Do we really benefit from having ...
3 years, 11 months ago (2017-01-09 12:44:44 UTC) #12
kwiberg-webrtc
https://codereview.webrtc.org/2622493002/diff/20001/webrtc/voice_engine/BUILD.gn File webrtc/voice_engine/BUILD.gn (right): https://codereview.webrtc.org/2622493002/diff/20001/webrtc/voice_engine/BUILD.gn#newcode11 webrtc/voice_engine/BUILD.gn:11: rtc_static_library("audio_coder") { On 2017/01/09 12:44:43, the sun wrote: > ...
3 years, 11 months ago (2017-01-09 12:53:56 UTC) #13
the sun
On 2017/01/09 12:53:56, kwiberg-webrtc wrote: > https://codereview.webrtc.org/2622493002/diff/20001/webrtc/voice_engine/BUILD.gn > File webrtc/voice_engine/BUILD.gn (right): > > https://codereview.webrtc.org/2622493002/diff/20001/webrtc/voice_engine/BUILD.gn#newcode11 > ...
3 years, 11 months ago (2017-01-09 12:57:37 UTC) #14
kjellander_webrtc
*.gn: lgtm Can you add a BUG= reference? https://codereview.webrtc.org/2622493002/diff/20001/webrtc/voice_engine/BUILD.gn File webrtc/voice_engine/BUILD.gn (right): https://codereview.webrtc.org/2622493002/diff/20001/webrtc/voice_engine/BUILD.gn#newcode11 webrtc/voice_engine/BUILD.gn:11: rtc_static_library("audio_coder") ...
3 years, 11 months ago (2017-01-09 15:17:21 UTC) #15
kwiberg-webrtc
On 2017/01/09 15:17:21, kjellander_webrtc wrote: > *.gn: lgtm > Can you add a BUG= reference? ...
3 years, 11 months ago (2017-01-09 17:35:08 UTC) #16
kjellander_webrtc
On 2017/01/09 17:35:08, kwiberg-webrtc wrote: > On 2017/01/09 15:17:21, kjellander_webrtc wrote: > > *.gn: lgtm ...
3 years, 11 months ago (2017-01-10 08:51:48 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2622493002/20001
3 years, 11 months ago (2017-01-10 09:10:55 UTC) #19
commit-bot: I haz the power
3 years, 11 months ago (2017-01-10 09:12:56 UTC) #22
Message was sent while issue was closed.
Committed patchset #1 (id:20001) as
https://chromium.googlesource.com/external/webrtc/+/9774447b8f30a531caea824b5...

Powered by Google App Engine
This is Rietveld 408576698