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

Issue 2321473004: Move coder, file_player, and file_recorder to webrtc/voice_engine (Closed)

Created:
4 years, 3 months ago by kwiberg-webrtc
Modified:
3 years, 10 months ago
Reviewers:
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, the sun
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Move coder, file_player, and file_recorder to webrtc/voice_engine

Patch Set 1 #

Patch Set 2 : Update .gyp files #

Patch Set 3 : Update .gyp files #

Unified diffs Side-by-side diffs Delta from patch set Stats (+91 lines, -1129 lines) Patch
M .gn View 1 chunk +3 lines, -0 lines 0 comments Download
M webrtc/modules/BUILD.gn View 1 2 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, -81 lines 0 comments Download
D webrtc/modules/utility/include/file_recorder.h View 1 chunk +0 lines, -58 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, -393 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, -263 lines 0 comments Download
M webrtc/modules/utility/utility.gypi View 1 1 chunk +0 lines, -6 lines 0 comments Download
M webrtc/voice_engine/BUILD.gn View 1 2 3 chunks +61 lines, -0 lines 0 comments Download
M webrtc/voice_engine/channel.h View 1 2 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
M webrtc/voice_engine/voice_engine.gyp View 1 1 chunk +6 lines, -0 lines 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698