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

Issue 2767383005: Add Windows, Mac, Android support to low bandwidth audio test (Closed)

Created:
3 years, 9 months ago by oprypin_webrtc
Modified:
3 years, 8 months ago
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com, tlegrand-webrtc
Target Ref:
refs/heads/master
Project:
webrtc
Visibility:
Public.

Description

Add Windows, Mac, Android support to low bandwidth audio test BUG=webrtc:7229 Review-Url: https://codereview.webrtc.org/2767383005 Cr-Commit-Position: refs/heads/master@{#17470} Committed: https://chromium.googlesource.com/external/webrtc/+/6d305baa04da51ab4229d22e05b27722b10d7bd0

Patch Set 1 : Add Windows, Mac, Android support to low bandwidth audio test #

Patch Set 2 : Remove unnecessary addition of .exe #

Total comments: 10

Patch Set 3 : Add configurable adb_path #

Total comments: 1

Patch Set 4 : Add configurable adb_path #

Patch Set 5 : Fix Android build errors #

Unified diffs Side-by-side diffs Delta from patch set Stats (+57 lines, -31 lines) Patch
M tools-webrtc/download_tools.py View 2 chunks +3 lines, -1 line 0 comments Download
M webrtc/BUILD.gn View 1 2 3 4 1 chunk +4 lines, -1 line 0 comments Download
M webrtc/audio/BUILD.gn View 1 2 3 4 3 chunks +1 line, -5 lines 0 comments Download
M webrtc/audio/test/low_bandwidth_audio_test.cc View 1 2 3 4 2 chunks +1 line, -2 lines 0 comments Download
M webrtc/audio/test/low_bandwidth_audio_test.py View 1 2 3 6 chunks +48 lines, -22 lines 0 comments Download

Messages

Total messages: 37 (17 generated)
oprypin_webrtc
iOS builds are failing as expected due to a bug in the infrastructure when changing ...
3 years, 9 months ago (2017-03-27 08:28:19 UTC) #5
kjellander_webrtc
https://codereview.webrtc.org/2767383005/diff/60001/tools-webrtc/download_tools.py File tools-webrtc/download_tools.py (right): https://codereview.webrtc.org/2767383005/diff/60001/tools-webrtc/download_tools.py#newcode23 tools-webrtc/download_tools.py:23: # Needed to properly resolve PATH and executable extensions ...
3 years, 9 months ago (2017-03-27 09:05:10 UTC) #6
oprypin_webrtc
https://codereview.webrtc.org/2767383005/diff/60001/tools-webrtc/download_tools.py File tools-webrtc/download_tools.py (right): https://codereview.webrtc.org/2767383005/diff/60001/tools-webrtc/download_tools.py#newcode23 tools-webrtc/download_tools.py:23: # Needed to properly resolve PATH and executable extensions ...
3 years, 9 months ago (2017-03-27 09:19:07 UTC) #7
kjellander_webrtc
https://codereview.webrtc.org/2767383005/diff/60001/tools-webrtc/download_tools.py File tools-webrtc/download_tools.py (right): https://codereview.webrtc.org/2767383005/diff/60001/tools-webrtc/download_tools.py#newcode23 tools-webrtc/download_tools.py:23: # Needed to properly resolve PATH and executable extensions ...
3 years, 9 months ago (2017-03-27 09:46:51 UTC) #8
oprypin_webrtc
https://codereview.webrtc.org/2767383005/diff/60001/webrtc/audio/test/low_bandwidth_audio_test.py File webrtc/audio/test/low_bandwidth_audio_test.py (right): https://codereview.webrtc.org/2767383005/diff/60001/webrtc/audio/test/low_bandwidth_audio_test.py#newcode76 webrtc/audio/test/low_bandwidth_audio_test.py:76: adb_command = ['adb', 'pull', file_path, out_dir] On 2017/03/27 09:46:51, ...
3 years, 9 months ago (2017-03-27 09:59:41 UTC) #9
kjellander_webrtc
https://codereview.webrtc.org/2767383005/diff/60001/webrtc/audio/test/low_bandwidth_audio_test.py File webrtc/audio/test/low_bandwidth_audio_test.py (right): https://codereview.webrtc.org/2767383005/diff/60001/webrtc/audio/test/low_bandwidth_audio_test.py#newcode76 webrtc/audio/test/low_bandwidth_audio_test.py:76: adb_command = ['adb', 'pull', file_path, out_dir] On 2017/03/27 09:59:41, ...
3 years, 9 months ago (2017-03-27 12:21:56 UTC) #10
oprypin_webrtc
https://codereview.webrtc.org/2767383005/diff/60001/webrtc/audio/test/low_bandwidth_audio_test.py File webrtc/audio/test/low_bandwidth_audio_test.py (right): https://codereview.webrtc.org/2767383005/diff/60001/webrtc/audio/test/low_bandwidth_audio_test.py#newcode76 webrtc/audio/test/low_bandwidth_audio_test.py:76: adb_command = ['adb', 'pull', file_path, out_dir] On 2017/03/27 12:21:55, ...
3 years, 9 months ago (2017-03-28 07:01:01 UTC) #11
kjellander_webrtc
lgtm with a suggestion. https://codereview.webrtc.org/2767383005/diff/80001/webrtc/audio/test/low_bandwidth_audio_test.py File webrtc/audio/test/low_bandwidth_audio_test.py (right): https://codereview.webrtc.org/2767383005/diff/80001/webrtc/audio/test/low_bandwidth_audio_test.py#newcode71 webrtc/audio/test/low_bandwidth_audio_test.py:71: def _GetFile(file_path, out_dir, android=False, adb_path='adb'): ...
3 years, 9 months ago (2017-03-28 07:03:30 UTC) #12
stefan-webrtc
Not sure what you want me to review. I didn't spend much time on the ...
3 years, 9 months ago (2017-03-28 09:23:15 UTC) #13
kjellander_webrtc
We need an owner from https://chromium.googlesource.com/external/webrtc/+/master/webrtc/audio/OWNERS in addition to me and Stefan. Adding solenberg@
3 years, 8 months ago (2017-03-28 16:21:54 UTC) #15
the sun
On 2017/03/28 16:21:54, kjellander_webrtc wrote: > We need an owner from > https://chromium.googlesource.com/external/webrtc/+/master/webrtc/audio/OWNERS > in ...
3 years, 8 months ago (2017-03-28 22:40:12 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/2767383005/100001
3 years, 8 months ago (2017-03-29 11:11:34 UTC) #19
commit-bot: I haz the power
Try jobs failed on following builders: android_clang_dbg on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/android_clang_dbg/builds/22094) android_compile_x64_dbg on master.tryserver.webrtc (JOB_FAILED, ...
3 years, 8 months ago (2017-03-29 11:16:45 UTC) #21
kjellander_webrtc
On 2017/03/29 11:16:45, commit-bot: I haz the power wrote: > Try jobs failed on following ...
3 years, 8 months ago (2017-03-29 11:34:17 UTC) #22
oprypin_webrtc
On 2017/03/29 11:34:17, kjellander_webrtc wrote: > On 2017/03/29 11:16:45, commit-bot: I haz the power wrote: ...
3 years, 8 months ago (2017-03-29 11:36:17 UTC) #23
kjellander (google.com)
On 2017/03/29 11:36:17, oprypin_webrtc wrote: > On 2017/03/29 11:34:17, kjellander_webrtc wrote: > > On 2017/03/29 ...
3 years, 8 months ago (2017-03-29 11:43:27 UTC) #24
oprypin_webrtc
On 2017/03/29 11:43:27, kjellander (google.com) wrote: > On 2017/03/29 11:36:17, oprypin_webrtc wrote: > > On ...
3 years, 8 months ago (2017-03-30 09:30:30 UTC) #30
kjellander_webrtc
lgtm
3 years, 8 months ago (2017-03-30 10:43:23 UTC) #31
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/2767383005/140001
3 years, 8 months ago (2017-03-30 10:51:58 UTC) #34
commit-bot: I haz the power
3 years, 8 months ago (2017-03-30 11:01:37 UTC) #37
Message was sent while issue was closed.
Committed patchset #5 (id:140001) as
https://chromium.googlesource.com/external/webrtc/+/6d305baa04da51ab4229d22e0...

Powered by Google App Engine
This is Rietveld 408576698