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

Issue 2845013003: NetEq tests: BUILD target reorg (Closed)

Created:
3 years, 7 months ago by hlundin-webrtc
Modified:
3 years, 7 months ago
CC:
webrtc-reviews_webrtc.org, AleBzk, peah-webrtc, Andrew MacDonald, aleloi, tlegrand-webrtc, tterriberry_mozilla.com, audio-team_agora.io, minyue-webrtc, the sun, aluebs-webrtc, bjornv1, mbonadei
Target Ref:
refs/heads/master
Project:
webrtc
Visibility:
Public.

Description

NetEq tests: BUILD target reorg In this CL, the neteq_unittest_tools target is split in two separate targets. One still called neteq_tools which does not set testonly=true and that includes code related to audio input, replacement audio and fake decoding. The other target called neteq_test_tools contains the remaining files, and is still under testonly=true. Other renames: neteq_test_tools -> neteq_test_tools_deprecated neteq_test_minimal -> neteq_tools_minimal Cyclic dependencies were also cleaned up. CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_chromium_compile_rel_ng,linux_chromium_compile_dbg_ng BUG=webrtc:7467, webrtc:6828 Review-Url: https://codereview.webrtc.org/2845013003 Cr-Commit-Position: refs/heads/master@{#17921} Committed: https://chromium.googlesource.com/external/webrtc/+/b637a94b63e45be2c2e6f599ea9b14293f3fd321

Patch Set 1 #

Total comments: 4

Patch Set 2 : Renaming targets #

Total comments: 1

Patch Set 3 : Fixing win compile errors #

Unified diffs Side-by-side diffs Delta from patch set Stats (+70 lines, -50 lines) Patch
M webrtc/modules/audio_coding/BUILD.gn View 1 20 chunks +62 lines, -43 lines 0 comments Download
M webrtc/modules/audio_coding/neteq/tools/fake_decode_from_file.cc View 1 2 4 chunks +6 lines, -5 lines 0 comments Download
M webrtc/modules/audio_processing/BUILD.gn View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/test/fuzzers/BUILD.gn View 1 1 chunk +1 line, -1 line 0 comments Download

Depends on Patchset:

Messages

Total messages: 29 (12 generated)
hlundin-webrtc
kjellander@, PTAL.
3 years, 7 months ago (2017-04-27 09:27:50 UTC) #3
kwiberg-webrtc
Drive-by comment: A build target called "neteq_unittest_tools" should probably not be included in any non-tests, ...
3 years, 7 months ago (2017-04-27 09:30:39 UTC) #4
hlundin-webrtc
On 2017/04/27 09:30:39, kwiberg-webrtc wrote: > Drive-by comment: A build target called "neteq_unittest_tools" should probably ...
3 years, 7 months ago (2017-04-27 09:38:57 UTC) #5
kwiberg-webrtc
On 2017/04/27 09:38:57, hlundin-webrtc wrote: > On 2017/04/27 09:30:39, kwiberg-webrtc wrote: > > Drive-by comment: ...
3 years, 7 months ago (2017-04-27 10:14:24 UTC) #6
kjellander_webrtc
https://codereview.webrtc.org/2845013003/diff/20001/webrtc/modules/audio_coding/BUILD.gn File webrtc/modules/audio_coding/BUILD.gn (right): https://codereview.webrtc.org/2845013003/diff/20001/webrtc/modules/audio_coding/BUILD.gn#newcode1563 webrtc/modules/audio_coding/BUILD.gn:1563: rtc_source_set("neteq_unittest_tools") { I'd like to avoid having a target ...
3 years, 7 months ago (2017-04-27 10:34:52 UTC) #7
kjellander_webrtc
On 2017/04/27 10:14:24, kwiberg-webrtc wrote: > On 2017/04/27 09:38:57, hlundin-webrtc wrote: > > On 2017/04/27 ...
3 years, 7 months ago (2017-04-27 10:37:56 UTC) #8
hlundin-webrtc
Attempt #2. WDYT? https://codereview.webrtc.org/2845013003/diff/20001/webrtc/modules/audio_coding/BUILD.gn File webrtc/modules/audio_coding/BUILD.gn (right): https://codereview.webrtc.org/2845013003/diff/20001/webrtc/modules/audio_coding/BUILD.gn#newcode1563 webrtc/modules/audio_coding/BUILD.gn:1563: rtc_source_set("neteq_unittest_tools") { On 2017/04/27 10:34:52, kjellander_webrtc ...
3 years, 7 months ago (2017-04-27 11:49:42 UTC) #9
mbonadei
On 2017/04/27 10:37:56, kjellander_webrtc wrote: > On 2017/04/27 10:14:24, kwiberg-webrtc wrote: > > On 2017/04/27 ...
3 years, 7 months ago (2017-04-27 11:53:35 UTC) #10
hlundin-webrtc
On 2017/04/27 11:53:35, mbonadei wrote: > On 2017/04/27 10:37:56, kjellander_webrtc wrote: > > On 2017/04/27 ...
3 years, 7 months ago (2017-04-27 12:10:21 UTC) #11
kjellander_webrtc
I like it if the trybots do! lgtm
3 years, 7 months ago (2017-04-27 12:37:22 UTC) #12
kjellander_webrtc
On 2017/04/27 12:37:22, kjellander_webrtc wrote: > I like it if the trybots do! > > ...
3 years, 7 months ago (2017-04-27 12:38:19 UTC) #14
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/2845013003/40001
3 years, 7 months ago (2017-04-27 14:33:02 UTC) #18
commit-bot: I haz the power
Try jobs failed on following builders: win_x64_dbg on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/win_x64_dbg/builds/8592)
3 years, 7 months ago (2017-04-27 14:47:52 UTC) #20
kjellander (google.com)
Commented regarding trybot failure. It would be nice to get this landed to unblock Mirko's ...
3 years, 7 months ago (2017-04-28 06:56:18 UTC) #22
hlundin-webrtc
On 2017/04/28 06:56:18, kjellander (google.com) wrote: > Commented regarding trybot failure. It would be nice ...
3 years, 7 months ago (2017-04-28 07:04:54 UTC) #23
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/2845013003/60001
3 years, 7 months ago (2017-04-28 07:21:01 UTC) #26
commit-bot: I haz the power
3 years, 7 months ago (2017-04-28 07:59:52 UTC) #29
Message was sent while issue was closed.
Committed patchset #3 (id:60001) as
https://chromium.googlesource.com/external/webrtc/+/b637a94b63e45be2c2e6f599e...

Powered by Google App Engine
This is Rietveld 408576698