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

Issue 2180853006: GN conversion of audio_decoder_unittests (Closed)

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

Description

GN conversion of audio_decoder_unittests BUG=webrtc 6036 Committed: https://crrev.com/ddf3e4accd855873fd71b018ad6288c4105b5b1d Cr-Commit-Position: refs/heads/master@{#13588}

Patch Set 1 #

Patch Set 2 : GN vesion for audio_decoder_unittests #

Total comments: 1

Patch Set 3 : Added if clause for test to pass on android #

Unified diffs Side-by-side diffs Delta from patch set Stats (+42 lines, -0 lines) Patch
M webrtc/modules/audio_coding/BUILD.gn View 1 2 1 chunk +41 lines, -0 lines 0 comments Download
M webrtc/modules/audio_coding/audio_coding.gni View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 23 (13 generated)
phoglund
lgtm
4 years, 4 months ago (2016-07-29 09:09:40 UTC) #6
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/2180853006/20001
4 years, 4 months ago (2016-07-29 09:35:00 UTC) #8
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/7049)
4 years, 4 months ago (2016-07-29 09:52:35 UTC) #10
henrika_webrtc
LGTM
4 years, 4 months ago (2016-07-29 11:52:48 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/2180853006/20001
4 years, 4 months ago (2016-07-29 11:53:42 UTC) #13
commit-bot: I haz the power
Try jobs failed on following builders: android_arm64_rel on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/android_arm64_rel/builds/9680)
4 years, 4 months ago (2016-07-29 12:29:24 UTC) #15
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/2180853006/20001
4 years, 4 months ago (2016-08-01 13:07:14 UTC) #17
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 4 months ago (2016-08-01 14:49:47 UTC) #19
commit-bot: I haz the power
Patchset 2 (id:??) landed as https://crrev.com/ddf3e4accd855873fd71b018ad6288c4105b5b1d Cr-Commit-Position: refs/heads/master@{#13588}
4 years, 4 months ago (2016-08-01 14:49:55 UTC) #21
kjellander_webrtc
4 years, 4 months ago (2016-08-04 13:25:50 UTC) #23
Message was sent while issue was closed.
Can you make another CL to make it pass on Android?

https://codereview.webrtc.org/2180853006/diff/20001/webrtc/modules/audio_codi...
File webrtc/modules/audio_coding/BUILD.gn (right):

https://codereview.webrtc.org/2180853006/diff/20001/webrtc/modules/audio_codi...
webrtc/modules/audio_coding/BUILD.gn:1034: if (is_ios) {
I think this needs to be
if (is_android || is_ios) {
in order for the test to pass on Android.

Powered by Google App Engine
This is Rietveld 408576698