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

Issue 1812823007: Move swap_queue.h to base/ (Closed)

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

Description

Move swap_queue.h to base/ This will let us use the SwapQueue as a message queue for the event log's output thread. See https://codereview.webrtc.org/1687703002/ Committed: https://crrev.com/85fa7d5311f218fe84fc40cfda79471d0108f1ec Cr-Commit-Position: refs/heads/master@{#12113}

Patch Set 1 #

Patch Set 2 : Add missing comma #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -446 lines) Patch
M webrtc/base/BUILD.gn View 1 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/base/base.gyp View 1 1 chunk +1 line, -0 lines 2 comments Download
M webrtc/base/base_tests.gyp View 1 chunk +1 line, -0 lines 0 comments Download
A + webrtc/base/swap_queue.h View 2 chunks +3 lines, -3 lines 2 comments Download
A + webrtc/base/swap_queue_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/common_audio/BUILD.gn View 1 chunk +0 lines, -1 line 0 comments Download
M webrtc/common_audio/common_audio.gyp View 2 chunks +0 lines, -2 lines 0 comments Download
D webrtc/common_audio/swap_queue.h View 1 chunk +0 lines, -210 lines 0 comments Download
D webrtc/common_audio/swap_queue_unittest.cc View 1 chunk +0 lines, -225 lines 0 comments Download
M webrtc/modules/audio_processing/echo_cancellation_impl.h View 1 chunk +2 lines, -1 line 0 comments Download
M webrtc/modules/audio_processing/echo_control_mobile_impl.h View 1 chunk +2 lines, -1 line 0 comments Download
M webrtc/modules/audio_processing/gain_control_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/intelligibility/intelligibility_enhancer.h View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 25 (9 generated)
terelius
Please take a look.
4 years, 9 months ago (2016-03-18 13:59:17 UTC) #3
Henrik Grunell WebRTC
On 2016/03/18 13:59:17, terelius wrote: > Please take a look. Please add why this change ...
4 years, 9 months ago (2016-03-21 09:51:57 UTC) #4
the sun
lgtm
4 years, 9 months ago (2016-03-21 11:27:28 UTC) #6
the sun
+ kwiberg@ for common_audio + peah@ for modules/audio_processing
4 years, 9 months ago (2016-03-21 11:29:44 UTC) #8
kwiberg-webrtc
On 2016/03/21 11:29:44, the sun wrote: > + kwiberg@ for common_audio lgtm for common_audio
4 years, 9 months ago (2016-03-21 11:41:47 UTC) #9
peah-webrtc
On 2016/03/21 11:41:47, kwiberg-webrtc wrote: > On 2016/03/21 11:29:44, the sun wrote: > > + ...
4 years, 9 months ago (2016-03-21 11:42:43 UTC) #10
terelius
On 2016/03/21 09:51:57, Henrik Grunell (webrtc) wrote: > On 2016/03/18 13:59:17, terelius wrote: > > ...
4 years, 9 months ago (2016-03-21 11:59:19 UTC) #11
Henrik Grunell WebRTC
On 2016/03/21 11:59:19, terelius wrote: > On 2016/03/21 09:51:57, Henrik Grunell (webrtc) wrote: > > ...
4 years, 9 months ago (2016-03-21 12:24:21 UTC) #12
Henrik Grunell WebRTC
https://codereview.webrtc.org/1812823007/diff/20001/webrtc/base/base.gyp File webrtc/base/base.gyp (right): https://codereview.webrtc.org/1812823007/diff/20001/webrtc/base/base.gyp#newcode129 webrtc/base/base.gyp:129: 'swap_queue.h', Does it have to be in the "approved" ...
4 years, 9 months ago (2016-03-21 12:24:29 UTC) #13
terelius
https://codereview.webrtc.org/1812823007/diff/20001/webrtc/base/base.gyp File webrtc/base/base.gyp (right): https://codereview.webrtc.org/1812823007/diff/20001/webrtc/base/base.gyp#newcode129 webrtc/base/base.gyp:129: 'swap_queue.h', On 2016/03/21 12:24:29, Henrik Grunell (webrtc) wrote: > ...
4 years, 9 months ago (2016-03-23 10:21:02 UTC) #14
Henrik Grunell WebRTC
lgtm
4 years, 9 months ago (2016-03-23 10:34:59 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1812823007/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1812823007/20001
4 years, 9 months ago (2016-03-23 11:01:33 UTC) #17
commit-bot: I haz the power
Try jobs failed on following builders: win_baremetal on tryserver.webrtc (JOB_TIMED_OUT, no build URL)
4 years, 9 months ago (2016-03-23 13:02:07 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1812823007/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1812823007/20001
4 years, 9 months ago (2016-03-24 08:50:15 UTC) #21
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 9 months ago (2016-03-24 08:51:58 UTC) #23
commit-bot: I haz the power
4 years, 9 months ago (2016-03-24 08:52:06 UTC) #25
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/85fa7d5311f218fe84fc40cfda79471d0108f1ec
Cr-Commit-Position: refs/heads/master@{#12113}

Powered by Google App Engine
This is Rietveld 408576698