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

Issue 2294093004: Added build flag around the Intelligibility enhancer performance test code (Closed)

Created:
4 years, 3 months ago by peah-webrtc
Modified:
4 years, 3 months ago
Reviewers:
ivoc, kwiberg-webrtc
CC:
webrtc-reviews_webrtc.org, Andrew MacDonald, tterriberry_mozilla.com, audio-team_agora.io, hlundin-webrtc, kwiberg-webrtc, minyue-webrtc, the sun, aluebs-webrtc, bjornv1
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Added build flag around the Intelligibility enhancer performance test code BUG=chromium:641931 Committed: https://crrev.com/d29e3ea4b2f4d7901ddcda5f229c30f4daf731f6 Cr-Commit-Position: refs/heads/master@{#14202}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Added check for that the INTELLIGIBILITY_ENHANCER build flag is explicitly set #

Patch Set 3 : Added build flag #

Patch Set 4 : Corrected build file #

Total comments: 2

Patch Set 5 : Removed unnecessary parenthesis #

Unified diffs Side-by-side diffs Delta from patch set Stats (+23 lines, -0 lines) Patch
M webrtc/BUILD.gn View 1 2 3 1 chunk +7 lines, -0 lines 0 comments Download
M webrtc/modules/audio_processing/audio_processing_performance_unittest.cc View 1 2 3 4 3 chunks +10 lines, -0 lines 0 comments Download
M webrtc/webrtc_tests.gypi View 1 2 1 chunk +6 lines, -0 lines 0 comments Download

Messages

Total messages: 27 (12 generated)
peah-webrtc
4 years, 3 months ago (2016-08-31 07:05:19 UTC) #2
ivoc
LGTM, but see my question below. https://codereview.webrtc.org/2294093004/diff/1/webrtc/modules/audio_processing/audio_processing_performance_unittest.cc File webrtc/modules/audio_processing/audio_processing_performance_unittest.cc (right): https://codereview.webrtc.org/2294093004/diff/1/webrtc/modules/audio_processing/audio_processing_performance_unittest.cc#newcode99 webrtc/modules/audio_processing/audio_processing_performance_unittest.cc:99: #if (WEBRTC_INTELLIGIBILITY_ENHANCER == ...
4 years, 3 months ago (2016-08-31 08:45:46 UTC) #3
peah-webrtc
https://codereview.webrtc.org/2294093004/diff/1/webrtc/modules/audio_processing/audio_processing_performance_unittest.cc File webrtc/modules/audio_processing/audio_processing_performance_unittest.cc (right): https://codereview.webrtc.org/2294093004/diff/1/webrtc/modules/audio_processing/audio_processing_performance_unittest.cc#newcode99 webrtc/modules/audio_processing/audio_processing_performance_unittest.cc:99: #if (WEBRTC_INTELLIGIBILITY_ENHANCER == 1) On 2016/08/31 08:45:45, ivoc wrote: ...
4 years, 3 months ago (2016-08-31 12:42:47 UTC) #4
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/2294093004/20001
4 years, 3 months ago (2016-08-31 12:43:10 UTC) #7
commit-bot: I haz the power
Try jobs failed on following builders: ios64_gn_dbg on master.tryserver.webrtc (JOB_FAILED, no build URL) ios64_gn_rel on ...
4 years, 3 months ago (2016-08-31 12:44:00 UTC) #9
peah-webrtc
On 2016/08/31 08:45:46, ivoc wrote: > LGTM, but see my question below. > > https://codereview.webrtc.org/2294093004/diff/1/webrtc/modules/audio_processing/audio_processing_performance_unittest.cc ...
4 years, 3 months ago (2016-09-01 12:11:02 UTC) #10
peah-webrtc
On 2016/09/12 14:39:22, peah-webrtc wrote: > mailto:peah@webrtc.org changed reviewers: > + mailto:kwiberg@webrtc.org +kwiberg@ as an ...
4 years, 3 months ago (2016-09-12 14:43:28 UTC) #13
peah-webrtc
On 2016/09/12 14:39:22, peah-webrtc wrote: > mailto:peah@webrtc.org changed reviewers: > + mailto:kwiberg@webrtc.org +kwiberg@ as an ...
4 years, 3 months ago (2016-09-12 14:43:29 UTC) #14
kwiberg-webrtc
lgtm https://codereview.webrtc.org/2294093004/diff/60001/webrtc/modules/audio_processing/audio_processing_performance_unittest.cc File webrtc/modules/audio_processing/audio_processing_performance_unittest.cc (right): https://codereview.webrtc.org/2294093004/diff/60001/webrtc/modules/audio_processing/audio_processing_performance_unittest.cc#newcode107 webrtc/modules/audio_processing/audio_processing_performance_unittest.cc:107: #if (WEBRTC_INTELLIGIBILITY_ENHANCER == 1) No parentheses needed.
4 years, 3 months ago (2016-09-13 10:09:44 UTC) #15
peah-webrtc
https://codereview.webrtc.org/2294093004/diff/60001/webrtc/modules/audio_processing/audio_processing_performance_unittest.cc File webrtc/modules/audio_processing/audio_processing_performance_unittest.cc (right): https://codereview.webrtc.org/2294093004/diff/60001/webrtc/modules/audio_processing/audio_processing_performance_unittest.cc#newcode107 webrtc/modules/audio_processing/audio_processing_performance_unittest.cc:107: #if (WEBRTC_INTELLIGIBILITY_ENHANCER == 1) On 2016/09/13 10:09:43, kwiberg-webrtc wrote: ...
4 years, 3 months ago (2016-09-13 12:46:49 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/2294093004/80001
4 years, 3 months ago (2016-09-13 12:47:03 UTC) #19
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) android_dbg on ...
4 years, 3 months ago (2016-09-13 14:47:47 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/2294093004/80001
4 years, 3 months ago (2016-09-14 04:34:29 UTC) #23
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 3 months ago (2016-09-14 04:42:43 UTC) #25
commit-bot: I haz the power
4 years, 3 months ago (2016-09-14 04:42:49 UTC) #27
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/d29e3ea4b2f4d7901ddcda5f229c30f4daf731f6
Cr-Commit-Position: refs/heads/master@{#14202}

Powered by Google App Engine
This is Rietveld 408576698