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

Issue 1715043002: Remove webrtc/sound/ subdir. (Closed)

Created:
4 years, 10 months ago by the sun
Modified:
4 years, 9 months ago
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com, qiang.lu, niklas.enbom, yujie_mao (webrtc), peah-webrtc
Base URL:
https://chromium.googlesource.com/external/webrtc.git@remove_devicemanager
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Remove webrtc/sound/ subdir. Now that DeviceManager and DeviceInfo are gone, this code is unused. BUG=webrtc:5579 Committed: https://crrev.com/e0897c043b3526d6952b6bc79f108f5902ceafe6 Cr-Commit-Position: refs/heads/master@{#12040}

Patch Set 1 #

Patch Set 2 : rebase #

Patch Set 3 : reverted bad rebase #

Patch Set 4 : Rebase #

Patch Set 5 : rebase #

Patch Set 6 : rebase #

Patch Set 7 : rebase #

Patch Set 8 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+0 lines, -4094 lines) Patch
M PRESUBMIT.py View 1 2 2 chunks +0 lines, -2 lines 0 comments Download
M webrtc/build/merge_libs.gyp View 1 chunk +0 lines, -1 line 0 comments Download
M webrtc/media/media.gyp View 1 2 3 4 5 6 1 chunk +0 lines, -1 line 0 comments Download
D webrtc/sound/OWNERS View 1 chunk +0 lines, -17 lines 0 comments Download
D webrtc/sound/alsasoundsystem.h View 1 chunk +0 lines, -103 lines 0 comments Download
D webrtc/sound/alsasoundsystem.cc View 1 chunk +0 lines, -741 lines 0 comments Download
D webrtc/sound/alsasymboltable.h View 1 chunk +0 lines, -49 lines 0 comments Download
D webrtc/sound/alsasymboltable.cc View 1 chunk +0 lines, -20 lines 0 comments Download
D webrtc/sound/automaticallychosensoundsystem.h View 1 chunk +0 lines, -88 lines 0 comments Download
D webrtc/sound/automaticallychosensoundsystem_unittest.cc View 1 chunk +0 lines, -199 lines 0 comments Download
D webrtc/sound/linuxsoundsystem.h View 1 chunk +0 lines, -42 lines 0 comments Download
D webrtc/sound/linuxsoundsystem.cc View 1 chunk +0 lines, -25 lines 0 comments Download
D webrtc/sound/nullsoundsystem.h View 1 chunk +0 lines, -53 lines 0 comments Download
D webrtc/sound/nullsoundsystem.cc View 1 chunk +0 lines, -154 lines 0 comments Download
D webrtc/sound/nullsoundsystemfactory.h View 1 chunk +0 lines, -33 lines 0 comments Download
D webrtc/sound/nullsoundsystemfactory.cc View 1 chunk +0 lines, -32 lines 0 comments Download
D webrtc/sound/platformsoundsystem.h View 1 chunk +0 lines, -23 lines 0 comments Download
D webrtc/sound/platformsoundsystem.cc View 1 chunk +0 lines, -31 lines 0 comments Download
D webrtc/sound/platformsoundsystemfactory.h View 1 chunk +0 lines, -33 lines 0 comments Download
D webrtc/sound/platformsoundsystemfactory.cc View 1 chunk +0 lines, -40 lines 0 comments Download
D webrtc/sound/pulseaudiosoundsystem.h View 1 chunk +0 lines, -177 lines 0 comments Download
D webrtc/sound/pulseaudiosoundsystem.cc View 1 chunk +0 lines, -1542 lines 0 comments Download
D webrtc/sound/pulseaudiosymboltable.h View 1 chunk +0 lines, -87 lines 0 comments Download
D webrtc/sound/pulseaudiosymboltable.cc View 1 chunk +0 lines, -24 lines 0 comments Download
D webrtc/sound/sound.gyp View 1 chunk +0 lines, -57 lines 0 comments Download
D webrtc/sound/sound_tests.gypi View 1 chunk +0 lines, -23 lines 0 comments Download
D webrtc/sound/sounddevicelocator.h View 1 chunk +0 lines, -54 lines 0 comments Download
D webrtc/sound/soundinputstreaminterface.h View 1 chunk +0 lines, -68 lines 0 comments Download
D webrtc/sound/soundinputstreaminterface.cc View 1 chunk +0 lines, -18 lines 0 comments Download
D webrtc/sound/soundoutputstreaminterface.h View 1 chunk +0 lines, -72 lines 0 comments Download
D webrtc/sound/soundoutputstreaminterface.cc View 1 chunk +0 lines, -19 lines 0 comments Download
D webrtc/sound/soundsystemfactory.h View 1 chunk +0 lines, -27 lines 0 comments Download
D webrtc/sound/soundsysteminterface.h View 1 chunk +0 lines, -112 lines 0 comments Download
D webrtc/sound/soundsysteminterface.cc View 1 chunk +0 lines, -29 lines 0 comments Download
D webrtc/sound/soundsystemproxy.h View 1 chunk +0 lines, -47 lines 0 comments Download
D webrtc/sound/soundsystemproxy.cc View 1 chunk +0 lines, -47 lines 0 comments Download
M webrtc/webrtc.gyp View 1 2 3 4 5 2 chunks +0 lines, -2 lines 0 comments Download
M webrtc/webrtc_tests.gypi View 1 2 3 4 5 1 chunk +0 lines, -2 lines 0 comments Download

Messages

Total messages: 33 (12 generated)
the sun
Remove unused Linux sound system interface code, following https://codereview.webrtc.org/1715883002/
4 years, 10 months ago (2016-02-23 20:41:28 UTC) #2
kjellander_webrtc
Nice! Deleting code is great. lgtm Can you file a BUG= and reference it? Will ...
4 years, 10 months ago (2016-02-23 21:19:20 UTC) #3
the sun
On 2016/02/23 21:19:20, kjellander (webrtc) wrote: > Nice! Deleting code is great. lgtm > > ...
4 years, 10 months ago (2016-02-23 21:42:04 UTC) #5
kjellander_webrtc
On 2016/02/23 21:42:04, the sun wrote: > On 2016/02/23 21:19:20, kjellander (webrtc) wrote: > > ...
4 years, 10 months ago (2016-02-23 22:00:11 UTC) #6
the sun
On 2016/02/23 22:00:11, kjellander (webrtc) wrote: > On 2016/02/23 21:42:04, the sun wrote: > > ...
4 years, 10 months ago (2016-02-23 22:21:37 UTC) #7
pthatcher1
lgtm
4 years, 10 months ago (2016-02-23 23:52:12 UTC) #8
kjellander_webrtc
Wait, this does not lgtm. webrtc/media/devices/linuxdevicemanager.cc is referencing webrtc/sound, which also shows in the failed ...
4 years, 9 months ago (2016-02-29 19:37:31 UTC) #9
the sun
On 2016/02/29 19:37:31, kjellander (webrtc) wrote: > Wait, this does not lgtm. > webrtc/media/devices/linuxdevicemanager.cc is ...
4 years, 9 months ago (2016-02-29 19:39:49 UTC) #10
the sun
On 2016/02/29 19:39:49, the sun wrote: > On 2016/02/29 19:37:31, kjellander (webrtc) wrote: > > ...
4 years, 9 months ago (2016-03-01 19:10:04 UTC) #11
kjellander_webrtc
On 2016/03/01 19:10:04, the sun wrote: > On 2016/02/29 19:39:49, the sun wrote: > > ...
4 years, 9 months ago (2016-03-01 20:57:11 UTC) #12
the sun
On 2016/03/01 20:57:11, kjellander (webrtc) wrote: > On 2016/03/01 19:10:04, the sun wrote: > > ...
4 years, 9 months ago (2016-03-02 15:00:59 UTC) #13
kjellander_webrtc
On 2016/03/02 15:00:59, the sun wrote: > On 2016/03/01 20:57:11, kjellander (webrtc) wrote: > > ...
4 years, 9 months ago (2016-03-03 10:01:38 UTC) #14
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1715043002/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1715043002/120001
4 years, 9 months ago (2016-03-17 11:03:03 UTC) #17
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: android_arm64_rel on tryserver.webrtc (JOB_TIMED_OUT, no build URL) ...
4 years, 9 months ago (2016-03-17 13:03:33 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1715043002/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1715043002/140001
4 years, 9 months ago (2016-03-17 15:32:00 UTC) #22
commit-bot: I haz the power
Try jobs failed on following builders: presubmit on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/presubmit/builds/4215)
4 years, 9 months ago (2016-03-17 15:37:51 UTC) #24
the sun
Adding tommi@ (webrtc/ OWNERS)
4 years, 9 months ago (2016-03-17 16:33:35 UTC) #26
tommi
rs lgtm
4 years, 9 months ago (2016-03-17 18:07:14 UTC) #27
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1715043002/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1715043002/140001
4 years, 9 months ago (2016-03-17 18:19:59 UTC) #29
commit-bot: I haz the power
Committed patchset #8 (id:140001)
4 years, 9 months ago (2016-03-17 18:23:05 UTC) #31
commit-bot: I haz the power
4 years, 9 months ago (2016-03-17 18:23:12 UTC) #33
Message was sent while issue was closed.
Patchset 8 (id:??) landed as
https://crrev.com/e0897c043b3526d6952b6bc79f108f5902ceafe6
Cr-Commit-Position: refs/heads/master@{#12040}

Powered by Google App Engine
This is Rietveld 408576698