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

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

Created:
4 years, 4 months ago by kwiberg-webrtc
Modified:
4 years, 4 months ago
CC:
webrtc-reviews_webrtc.org, henrika_webrtc, Andrew MacDonald, tterriberry_mozilla.com, audio-team_agora.io, hlundin-webrtc, peah-webrtc, minyue-webrtc, the sun
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Move FilePlayer and FileRecorder to Voice Engine Because Voice Engine was the only user. (This is a re-land of https://codereview.webrtc.org/2037623002, which had to be reverted.) NOPRESUBMIT=True Committed: https://crrev.com/dc65ea29b3270ad418050658ad962ddd33ee70c1 Cr-Commit-Position: refs/heads/master@{#13757}

Patch Set 1 #

Patch Set 2 : move resource file declarations #

Patch Set 3 : fix gflags dependency #

Patch Set 4 : put the moved files in smaller build targets #

Patch Set 5 : add correct deps for gn build targets #

Total comments: 2

Patch Set 6 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+168 lines, -1323 lines) Patch
M .gn View 1 2 3 4 1 chunk +6 lines, -1 line 0 comments Download
M webrtc/modules/BUILD.gn View 1 2 3 4 5 2 chunks +0 lines, -3 lines 0 comments Download
M webrtc/modules/audio_mixer/audio_mixer.h View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/modules.gyp View 1 2 chunks +0 lines, -3 lines 0 comments Download
M webrtc/modules/modules_unittests.isolate View 1 1 chunk +0 lines, -2 lines 0 comments Download
M webrtc/modules/utility/BUILD.gn View 1 chunk +0 lines, -8 lines 0 comments Download
D webrtc/modules/utility/include/file_player.h View 1 chunk +0 lines, -86 lines 0 comments Download
D webrtc/modules/utility/include/file_recorder.h View 1 chunk +0 lines, -64 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_impl.h View 1 chunk +0 lines, -78 lines 0 comments Download
D webrtc/modules/utility/source/file_player_impl.cc View 1 chunk +0 lines, -402 lines 0 comments Download
D webrtc/modules/utility/source/file_player_unittests.cc View 1 chunk +0 lines, -116 lines 0 comments Download
D webrtc/modules/utility/source/file_recorder_impl.h View 1 chunk +0 lines, -79 lines 0 comments Download
D webrtc/modules/utility/source/file_recorder_impl.cc View 1 chunk +0 lines, -259 lines 0 comments Download
M webrtc/modules/utility/utility.gypi View 1 chunk +0 lines, -8 lines 0 comments Download
M webrtc/voice_engine/BUILD.gn View 1 2 3 4 5 4 chunks +76 lines, -0 lines 0 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 +4 lines, -3 lines 0 comments Download
A + webrtc/voice_engine/file_player_impl.h View 2 chunks +6 lines, -5 lines 0 comments Download
A + webrtc/voice_engine/file_player_impl.cc View 1 chunk +2 lines, -1 line 0 comments Download
A + webrtc/voice_engine/file_player_unittests.cc View 2 chunks +1 line, -2 lines 0 comments Download
A + webrtc/voice_engine/file_recorder.h View 2 chunks +4 lines, -3 lines 0 comments Download
A + webrtc/voice_engine/file_recorder_impl.h View 3 chunks +6 lines, -5 lines 0 comments Download
A + webrtc/voice_engine/file_recorder_impl.cc View 1 chunk +2 lines, -1 line 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
M webrtc/voice_engine/voice_engine.gyp View 1 2 3 5 chunks +42 lines, -0 lines 0 comments Download
M webrtc/voice_engine/voice_engine_unittests.isolate View 1 1 chunk +8 lines, -0 lines 0 comments Download

Messages

Total messages: 33 (14 generated)
kwiberg-webrtc
This is just a rebase of the previous version of this CL.
4 years, 4 months ago (2016-08-12 13:02:52 UTC) #2
perkj_webrtc
rs lgtm
4 years, 4 months ago (2016-08-13 12:43:59 UTC) #3
kwiberg-webrtc
kjellander@: Could you please take a quick look at patch sets 2 and 3? I ...
4 years, 4 months ago (2016-08-15 07:24:33 UTC) #5
kjellander_webrtc
Moving to voice engine directory makes sense if it's the only user of this code, ...
4 years, 4 months ago (2016-08-15 07:42:24 UTC) #6
kwiberg-webrtc
On 2016/08/15 07:42:24, kjellander_webrtc wrote: > Moving to voice engine directory makes sense if it's ...
4 years, 4 months ago (2016-08-15 07:45:29 UTC) #7
kwiberg-webrtc
On 2016/08/15 07:45:29, kwiberg-webrtc wrote: > On 2016/08/15 07:42:24, kjellander_webrtc wrote: > > Moving to ...
4 years, 4 months ago (2016-08-15 09:32:21 UTC) #8
kjellander_webrtc
On 2016/08/15 09:32:21, kwiberg-webrtc wrote: > On 2016/08/15 07:45:29, kwiberg-webrtc wrote: > > On 2016/08/15 ...
4 years, 4 months ago (2016-08-15 11:21:19 UTC) #9
kjellander_webrtc
(here's the comment) https://codereview.webrtc.org/2240163002/diff/80001/webrtc/voice_engine/BUILD.gn File webrtc/voice_engine/BUILD.gn (right): https://codereview.webrtc.org/2240163002/diff/80001/webrtc/voice_engine/BUILD.gn#newcode52 webrtc/voice_engine/BUILD.gn:52: configs -= [ "//build/config/clang:find_bad_constructs" ] It ...
4 years, 4 months ago (2016-08-15 11:22:27 UTC) #10
kwiberg-webrtc
https://codereview.webrtc.org/2240163002/diff/80001/webrtc/voice_engine/BUILD.gn File webrtc/voice_engine/BUILD.gn (right): https://codereview.webrtc.org/2240163002/diff/80001/webrtc/voice_engine/BUILD.gn#newcode52 webrtc/voice_engine/BUILD.gn:52: configs -= [ "//build/config/clang:find_bad_constructs" ] On 2016/08/15 11:22:27, kjellander_webrtc ...
4 years, 4 months ago (2016-08-15 11:26:32 UTC) #11
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/2240163002/80001
4 years, 4 months ago (2016-08-15 11:26:44 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: android_compile_x64_dbg on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/android_compile_x64_dbg/builds/5988) android_compile_x86_dbg on master.tryserver.webrtc (JOB_FAILED, ...
4 years, 4 months ago (2016-08-15 11:27:54 UTC) #16
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/2240163002/100001
4 years, 4 months ago (2016-08-15 13:33:05 UTC) #19
commit-bot: I haz the power
Try jobs failed on following builders: presubmit on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/presubmit/builds/7426)
4 years, 4 months ago (2016-08-15 13:44:36 UTC) #21
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/2240163002/100001
4 years, 4 months ago (2016-08-15 13:50:17 UTC) #24
commit-bot: I haz the power
Try jobs failed on following builders: android_arm64_rel on master.tryserver.webrtc (JOB_TIMED_OUT, no build URL)
4 years, 4 months ago (2016-08-15 15:33:51 UTC) #26
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/2240163002/100001
4 years, 4 months ago (2016-08-15 17:19:55 UTC) #28
commit-bot: I haz the power
Committed patchset #6 (id:100001)
4 years, 4 months ago (2016-08-15 17:36:36 UTC) #30
commit-bot: I haz the power
Patchset 6 (id:??) landed as https://crrev.com/dc65ea29b3270ad418050658ad962ddd33ee70c1 Cr-Commit-Position: refs/heads/master@{#13757}
4 years, 4 months ago (2016-08-15 17:36:45 UTC) #32
kwiberg-webrtc
4 years, 4 months ago (2016-08-15 18:43:30 UTC) #33
Message was sent while issue was closed.
A revert of this CL (patchset #6 id:100001) has been created in
https://codereview.webrtc.org/2245153002/ by kwiberg@webrtc.org.

The reason for reverting is: Breaks downstream code, so revert again. Yay..

Powered by Google App Engine
This is Rietveld 408576698