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

Issue 2653173003: Reland of GN: Refactor modules_unittests to eliminate package boundary violations. (Closed)

Created:
3 years, 11 months ago by ehmaldonado_webrtc
Modified:
3 years, 10 months ago
CC:
webrtc-reviews_webrtc.org, video-team_agora.io, danilchap, kwiberg-webrtc, zhuangzesen_agora.io, zhengzhonghou_agora.io, stefan-webrtc, tlegrand-webrtc, tterriberry_mozilla.com, audio-team_agora.io, hlundin-webrtc, peah-webrtc, minyue-webrtc, mflodman
Target Ref:
refs/heads/master
Project:
webrtc
Visibility:
Public.

Description

Reland of GN: Refactor modules_unittests to eliminate package boundary violations. (patchset #1 id:1 of https://codereview.webrtc.org/2651023005/ ) Reason for revert: Will change the name from bwe_simulator to bwe_simulator_test. Original issue's description: > Revert of GN: Refactor modules_unittests to eliminate package boundary violations. (patchset #4 id:130001 of https://codereview.webrtc.org/2649563002/ ) > > Reason for revert: > Did break the bots. > https://build.chromium.org/p/client.webrtc/builders/iOS32%20Release/builds/9807 > > Original issue's description: > > GN: Refactor modules_unittests to eliminate package boundary violations. > > > > Also move bwe_simulator to webrtc/modules/remote_bitrate_estimator > > > > BUG=webrtc:6954 > > NOTRY=True > > > > Review-Url: https://codereview.webrtc.org/2649563002 > > Cr-Commit-Position: refs/heads/master@{#16270} > > Committed: https://chromium.googlesource.com/external/webrtc/+/36cb55d7157dcba872f666e0e1fb75cae1a940a6 > > TBR=kjellander@webrtc.org > # Skipping CQ checks because original CL landed less than 1 days ago. > NOPRESUBMIT=true > NOTREECHECKS=true > NOTRY=true > BUG=webrtc:6954 > > Review-Url: https://codereview.webrtc.org/2651023005 > Cr-Commit-Position: refs/heads/master@{#16271} > Committed: https://chromium.googlesource.com/external/webrtc/+/3373eaa57757386823730e9998cd225dd6be477c R=kjellander@webrtc.org NOTRY=true BUG=webrtc:6954 Review-Url: https://codereview.webrtc.org/2653173003 Cr-Commit-Position: refs/heads/master@{#16356} Committed: https://chromium.googlesource.com/external/webrtc/+/9cbb0a16e5a02538dc9cb18ec9d447e2d2058ec3

Patch Set 1 : Pristine copy #

Patch Set 2 : Rename bwe_simulator -> bwe_simulator_test. #

Total comments: 2

Patch Set 3 : Rename bwe_simulator_test -> bwe_simulations_tests. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+147 lines, -83 lines) Patch
M webrtc/modules/BUILD.gn View 1 2 2 chunks +4 lines, -83 lines 0 comments Download
M webrtc/modules/audio_coding/BUILD.gn View 1 1 chunk +44 lines, -0 lines 0 comments Download
M webrtc/modules/desktop_capture/BUILD.gn View 1 1 chunk +21 lines, -0 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/BUILD.gn View 1 2 1 chunk +32 lines, -0 lines 0 comments Download
M webrtc/modules/rtp_rtcp/BUILD.gn View 1 1 chunk +16 lines, -0 lines 0 comments Download
M webrtc/modules/video_coding/BUILD.gn View 1 2 1 chunk +30 lines, -0 lines 0 comments Download

Messages

Total messages: 17 (6 generated)
ehmaldonado_webrtc
Created Reland of GN: Refactor modules_unittests to eliminate package boundary violations.
3 years, 11 months ago (2017-01-25 16:12:42 UTC) #1
ehmaldonado_webrtc
So it failed on the bots. Should I rename it?
3 years, 11 months ago (2017-01-25 16:30:04 UTC) #3
kjellander_webrtc
On 2017/01/25 16:30:04, ehmaldonado_webrtc wrote: > So it failed on the bots. Should I rename ...
3 years, 11 months ago (2017-01-25 16:42:47 UTC) #5
ehmaldonado_webrtc
+stefan This is moving bwe_simulator from modules/BUILD.gn to modules/remote_bitrate_estimator/BUILD.gn and renaming it to bwe_simulator_test. For ...
3 years, 11 months ago (2017-01-25 16:43:37 UTC) #6
stefan-webrtc
https://codereview.webrtc.org/2653173003/diff/160001/webrtc/modules/audio_coding/BUILD.gn File webrtc/modules/audio_coding/BUILD.gn (right): https://codereview.webrtc.org/2653173003/diff/160001/webrtc/modules/audio_coding/BUILD.gn#newcode1142 webrtc/modules/audio_coding/BUILD.gn:1142: rtc_source_set("audio_coding_modules_tests") { What's the difference between this and audio_coding_tests ...
3 years, 11 months ago (2017-01-26 14:39:27 UTC) #7
ehmaldonado_webrtc
audio_coding_MODULES_tests are part of the target "//webrtc/modules:modules_tests" audio_coding_tests are part of the target "//webrtc:webrtc_tests" I'm ...
3 years, 11 months ago (2017-01-26 15:24:06 UTC) #8
kjellander_webrtc
On 2017/01/26 15:24:06, ehmaldonado_webrtc wrote: > audio_coding_MODULES_tests are part of the target > "//webrtc/modules:modules_tests" > ...
3 years, 11 months ago (2017-01-26 15:45:52 UTC) #9
ehmaldonado_webrtc
stefan, do you mind renaming bwe_simulator to bwe_simulator_test?
3 years, 10 months ago (2017-01-27 09:03:54 UTC) #10
stefan-webrtc
lgtm I would have picked video_coding_tests as a name instead of video_coding_modules_tests, but perhaps I ...
3 years, 10 months ago (2017-01-30 10:47:23 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/2653173003/180001
3 years, 10 months ago (2017-01-30 11:04:28 UTC) #14
commit-bot: I haz the power
3 years, 10 months ago (2017-01-30 11:07:08 UTC) #17
Message was sent while issue was closed.
Committed patchset #3 (id:180001) as
https://chromium.googlesource.com/external/webrtc/+/9cbb0a16e5a02538dc9cb18ec...

Powered by Google App Engine
This is Rietveld 408576698