|
GN: Tighten up test target visibility + refactorings
Make all rtc_source_test target that contains tests that
are included in a test executable only be visible to the
rtc_test target. Doing this exposed a couple of errors and
dependency problems that were resolved. Having this could
have prevented duplicated execution of tests like the case that
was recently fixed by deadbeef@ in
https://codereview.webrtc.org/2820263004
New targets:
* //webrtc/modules/rtp_rtcp:fec_test_helper
* //webrtc/modules/rtp_rtcp:mock_rtp_rtcp
* //webrtc/modules/remote_bitrate_estimator:mock_remote_bitrate_observer
The mock files and targets should probably be moved into webrtc/test in
the future, but that's out of the scope of this CL.
BUG= webrtc:5716
NOTRY=True
Review-Url: https://codereview.webrtc.org/2828793003
Cr-Commit-Position: refs/heads/master@{#17863}
Committed: https://chromium.googlesource.com/external/webrtc/+/e0629c045e699a896682edc1c0c67dab0f26428d
Total comments: 6
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+319 lines, -19 lines) |
Patch |
 |
M |
webrtc/BUILD.gn
|
View
|
1
2
3
4
5
6
7
8
|
3 chunks |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
webrtc/api/BUILD.gn
|
View
|
1
2
3
4
|
1 chunk |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webrtc/audio/BUILD.gn
|
View
|
1
2
3
4
|
1 chunk |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webrtc/base/BUILD.gn
|
View
|
1
2
3
4
5
|
5 chunks |
+35 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webrtc/call/BUILD.gn
|
View
|
1
2
3
4
5
|
2 chunks |
+14 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/audio_coding/BUILD.gn
|
View
|
1
2
3
4
5
|
3 chunks |
+20 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/audio_conference_mixer/BUILD.gn
|
View
|
1
2
3
4
|
1 chunk |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/audio_device/BUILD.gn
|
View
|
1
2
3
4
5
|
1 chunk |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/audio_mixer/BUILD.gn
|
View
|
1
2
3
4
|
1 chunk |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/audio_processing/BUILD.gn
|
View
|
1
2
3
4
|
2 chunks |
+14 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/bitrate_controller/BUILD.gn
|
View
|
1
2
3
4
|
1 chunk |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/congestion_controller/BUILD.gn
|
View
|
1
2
3
4
|
2 chunks |
+8 lines, -1 line |
0 comments
|
Download
|
 |
M |
webrtc/modules/desktop_capture/BUILD.gn
|
View
|
1
2
3
4
|
2 chunks |
+14 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/media_file/BUILD.gn
|
View
|
1
2
3
4
|
1 chunk |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/pacing/BUILD.gn
|
View
|
1
2
3
4
|
2 chunks |
+8 lines, -1 line |
0 comments
|
Download
|
 |
M |
webrtc/modules/remote_bitrate_estimator/BUILD.gn
|
View
|
1
2
3
4
|
4 chunks |
+26 lines, -1 line |
0 comments
|
Download
|
 |
M |
webrtc/modules/rtp_rtcp/BUILD.gn
|
View
|
1
2
3
4
5
6
7
8
|
4 chunks |
+47 lines, -3 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/utility/BUILD.gn
|
View
|
1
2
3
4
|
1 chunk |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/video_coding/BUILD.gn
|
View
|
1
2
3
4
|
2 chunks |
+13 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/video_processing/BUILD.gn
|
View
|
1
2
3
4
|
1 chunk |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webrtc/p2p/BUILD.gn
|
View
|
1
2
3
4
5
|
2 chunks |
+14 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webrtc/sdk/BUILD.gn
|
View
|
1
2
3
4
5
|
1 chunk |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webrtc/test/BUILD.gn
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
webrtc/test/fuzzers/BUILD.gn
|
View
|
1
2
3
4
5
6
7
|
8 chunks |
+11 lines, -8 lines |
0 comments
|
Download
|
 |
M |
webrtc/tools/network_tester/BUILD.gn
|
View
|
1
2
3
4
|
1 chunk |
+8 lines, -1 line |
0 comments
|
Download
|
 |
M |
webrtc/video/BUILD.gn
|
View
|
1
2
3
4
5
6
|
4 chunks |
+16 lines, -1 line |
0 comments
|
Download
|
Total messages: 17 (9 generated)
|