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

Issue 2214003002: GYP->GN of audio_device_tests. Remove dead code. Fix new warnings. (Closed)

Created:
4 years, 4 months ago by Max Morin WebRTC
Modified:
4 years, 4 months ago
CC:
webrtc-reviews_webrtc.org, yujie_mao (webrtc), henrika_webrtc, Andrew MacDonald, hlundin-webrtc, tterriberry_mozilla.com, audio-team_agora.io, qiang.lu, niklas.enbom, sdk-team_agora.io, 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

GYP->GN of audio_device_tests. Remove dead code. Fix new warnings. Some old TODOs were fixed while fixing the new warnings from using GN. BUG=webrtc:6170, webrtc:5949

Patch Set 1 #

Patch Set 2 : Fix compile. #

Patch Set 3 : Remove stale comment. #

Patch Set 4 : Fix IOS compile. #

Patch Set 5 : Simplify. #

Patch Set 6 : Exclude tests for ios. #

Total comments: 7
Unified diffs Side-by-side diffs Delta from patch set Stats (+133 lines, -159 lines) Patch
M .gn View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/media/engine/webrtcvoiceengine.cc View 1 2 3 4 1 chunk +3 lines, -6 lines 1 comment Download
M webrtc/modules/audio_device/BUILD.gn View 1 2 3 4 5 2 chunks +30 lines, -0 lines 6 comments Download
A webrtc/modules/audio_device/audio_device.cc View 1 2 3 4 1 chunk +28 lines, -0 lines 0 comments Download
M webrtc/modules/audio_device/audio_device.gypi View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M webrtc/modules/audio_device/audio_device_generic.h View 1 2 3 1 chunk +2 lines, -3 lines 0 comments Download
M webrtc/modules/audio_device/audio_device_generic.cc View 1 2 3 2 chunks +3 lines, -5 lines 0 comments Download
M webrtc/modules/audio_device/audio_device_impl.h View 3 chunks +3 lines, -2 lines 0 comments Download
M webrtc/modules/audio_device/audio_device_impl.cc View 3 chunks +2 lines, -8 lines 0 comments Download
A webrtc/modules/audio_device/audio_transport.cc View 1 2 3 4 1 chunk +30 lines, -0 lines 0 comments Download
M webrtc/modules/audio_device/include/audio_device.h View 1 2 3 4 1 chunk +13 lines, -20 lines 0 comments Download
M webrtc/modules/audio_device/include/audio_device_defines.h View 1 2 3 4 2 chunks +2 lines, -44 lines 0 comments Download
M webrtc/modules/audio_device/include/fake_audio_device.h View 2 3 4 3 chunks +5 lines, -1 line 0 comments Download
M webrtc/modules/audio_device/include/mock_audio_device.h View 1 chunk +2 lines, -1 line 0 comments Download
M webrtc/modules/audio_device/test/audio_device_test_api.cc View 1 2 3 4 5 chunks +7 lines, -9 lines 0 comments Download
M webrtc/modules/audio_device/win/audio_device_core_win.h View 1 chunk +0 lines, -1 line 0 comments Download
M webrtc/modules/audio_device/win/audio_device_core_win.cc View 1 chunk +0 lines, -5 lines 0 comments Download
M webrtc/voice_engine/voe_base_impl.h View 1 chunk +0 lines, -16 lines 0 comments Download
M webrtc/voice_engine/voe_base_impl.cc View 1 chunk +0 lines, -37 lines 0 comments Download

Messages

Total messages: 29 (21 generated)
Max Morin WebRTC
Kjellander: PTAL at the build files. Thatcher: PTAL at the small change in webrtc/media/engine. Henrika: ...
4 years, 4 months ago (2016-08-05 11:52:29 UTC) #19
the sun
On 2016/08/05 11:52:29, Max Morin wrote: > Kjellander: PTAL at the build files. > Thatcher: ...
4 years, 4 months ago (2016-08-05 12:15:10 UTC) #22
kjellander_webrtc
https://codereview.webrtc.org/2214003002/diff/100001/webrtc/modules/audio_device/BUILD.gn File webrtc/modules/audio_device/BUILD.gn (right): https://codereview.webrtc.org/2214003002/diff/100001/webrtc/modules/audio_device/BUILD.gn#newcode219 webrtc/modules/audio_device/BUILD.gn:219: if (!is_ios) { Make this: if (rtc_include_tests && !is_ios) ...
4 years, 4 months ago (2016-08-05 12:47:58 UTC) #23
kjellander_webrtc
On 2016/08/05 12:47:58, kjellander_webrtc wrote: > https://codereview.webrtc.org/2214003002/diff/100001/webrtc/modules/audio_device/BUILD.gn > File webrtc/modules/audio_device/BUILD.gn (right): > > https://codereview.webrtc.org/2214003002/diff/100001/webrtc/modules/audio_device/BUILD.gn#newcode219 > ...
4 years, 4 months ago (2016-08-05 12:49:13 UTC) #24
Max Morin WebRTC
On 2016/08/05 12:15:10, the sun (OOO until August 22nd wrote: > On 2016/08/05 11:52:29, Max ...
4 years, 4 months ago (2016-08-05 14:55:56 UTC) #25
Max Morin WebRTC
On 2016/08/05 12:49:13, kjellander_webrtc wrote: > On 2016/08/05 12:47:58, kjellander_webrtc wrote: > > > https://codereview.webrtc.org/2214003002/diff/100001/webrtc/modules/audio_device/BUILD.gn ...
4 years, 4 months ago (2016-08-05 14:57:15 UTC) #26
Max Morin WebRTC
https://codereview.webrtc.org/2214003002/diff/100001/webrtc/modules/audio_device/BUILD.gn File webrtc/modules/audio_device/BUILD.gn (right): https://codereview.webrtc.org/2214003002/diff/100001/webrtc/modules/audio_device/BUILD.gn#newcode219 webrtc/modules/audio_device/BUILD.gn:219: if (!is_ios) { On 2016/08/05 12:47:58, kjellander_webrtc wrote: > ...
4 years, 4 months ago (2016-08-05 20:58:48 UTC) #27
kjellander_webrtc
4 years, 4 months ago (2016-08-08 04:24:25 UTC) #28
Message was sent while issue was closed.
I think you forgot to upload a new patch set?

Powered by Google App Engine
This is Rietveld 408576698