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

Issue 2300413002: GN Templates: Move common_config to the template. (Closed)

Created:
4 years, 3 months ago by ehmaldonado_webrtc
Modified:
4 years, 3 months ago
Reviewers:
kjellander_webrtc
CC:
webrtc-reviews_webrtc.org, yujie_mao (webrtc), zhuangzesen_agora.io, tlegrand-webrtc, qiang.lu, peah-webrtc, bjornv1, video-team_agora.io, tterriberry_mozilla.com, fengyue_agora.io, sdk-team_agora.io, minyue-webrtc, mflodman, Andrew MacDonald, zhengzhonghou_agora.io, stefan-webrtc, kwiberg-webrtc, danilchap, henrika_webrtc, audio-team_agora.io, hlundin-webrtc, niklas.enbom, the sun, perkj_webrtc, aluebs-webrtc
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

GN Templates: Move common_config to the template. Remove common_config from the targets' config and add it to the template instead. BUG=webrtc:6187 NOTRY=True Committed: https://crrev.com/7a2ce0b73817bfe934062c207bfa638d23c6b809 Cr-Commit-Position: refs/heads/master@{#14063}

Patch Set 1 #

Patch Set 2 : This might be it. #

Total comments: 4

Patch Set 3 : Add TODOs + tracking bugs. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+43 lines, -210 lines) Patch
M webrtc/BUILD.gn View 9 chunks +4 lines, -21 lines 0 comments Download
M webrtc/api/BUILD.gn View 4 chunks +3 lines, -13 lines 0 comments Download
M webrtc/audio/BUILD.gn View 1 chunk +0 lines, -1 line 0 comments Download
M webrtc/base/BUILD.gn View 4 chunks +1 line, -7 lines 0 comments Download
M webrtc/build/webrtc.gni View 1 2 5 chunks +13 lines, -9 lines 0 comments Download
M webrtc/call/BUILD.gn View 2 chunks +0 lines, -2 lines 0 comments Download
M webrtc/common_audio/BUILD.gn View 3 chunks +0 lines, -4 lines 0 comments Download
M webrtc/common_video/BUILD.gn View 2 chunks +0 lines, -2 lines 0 comments Download
M webrtc/examples/BUILD.gn View 1 2 5 chunks +5 lines, -4 lines 0 comments Download
M webrtc/libjingle/xmllite/BUILD.gn View 1 chunk +0 lines, -1 line 0 comments Download
M webrtc/libjingle/xmpp/BUILD.gn View 1 chunk +1 line, -4 lines 0 comments Download
M webrtc/media/BUILD.gn View 3 chunks +3 lines, -12 lines 0 comments Download
M webrtc/modules/BUILD.gn View 1 2 chunks +0 lines, -2 lines 0 comments Download
M webrtc/modules/audio_coding/BUILD.gn View 30 chunks +0 lines, -40 lines 0 comments Download
M webrtc/modules/audio_conference_mixer/BUILD.gn View 1 chunk +0 lines, -2 lines 0 comments Download
M webrtc/modules/audio_device/BUILD.gn View 2 chunks +0 lines, -2 lines 0 comments Download
M webrtc/modules/audio_mixer/BUILD.gn View 1 chunk +0 lines, -2 lines 0 comments Download
M webrtc/modules/audio_processing/BUILD.gn View 7 chunks +0 lines, -7 lines 0 comments Download
M webrtc/modules/bitrate_controller/BUILD.gn View 1 chunk +0 lines, -1 line 0 comments Download
M webrtc/modules/congestion_controller/BUILD.gn View 1 chunk +0 lines, -1 line 0 comments Download
M webrtc/modules/desktop_capture/BUILD.gn View 2 chunks +0 lines, -2 lines 0 comments Download
M webrtc/modules/media_file/BUILD.gn View 1 chunk +0 lines, -1 line 0 comments Download
M webrtc/modules/pacing/BUILD.gn View 1 chunk +0 lines, -1 line 0 comments Download
M webrtc/modules/remote_bitrate_estimator/BUILD.gn View 2 chunks +0 lines, -2 lines 0 comments Download
M webrtc/modules/rtp_rtcp/BUILD.gn View 1 chunk +0 lines, -1 line 0 comments Download
M webrtc/modules/utility/BUILD.gn View 1 chunk +0 lines, -1 line 0 comments Download
M webrtc/modules/video_capture/BUILD.gn View 3 chunks +0 lines, -3 lines 0 comments Download
M webrtc/modules/video_coding/BUILD.gn View 1 2 8 chunks +5 lines, -7 lines 0 comments Download
M webrtc/modules/video_processing/BUILD.gn View 3 chunks +0 lines, -3 lines 0 comments Download
M webrtc/p2p/BUILD.gn View 2 chunks +0 lines, -2 lines 0 comments Download
M webrtc/pc/BUILD.gn View 2 chunks +1 line, -5 lines 0 comments Download
M webrtc/sdk/BUILD.gn View 1 2 2 chunks +6 lines, -4 lines 0 comments Download
M webrtc/stats/BUILD.gn View 2 chunks +0 lines, -2 lines 0 comments Download
M webrtc/system_wrappers/BUILD.gn View 6 chunks +0 lines, -8 lines 0 comments Download
M webrtc/test/BUILD.gn View 11 chunks +1 line, -14 lines 0 comments Download
M webrtc/tools/BUILD.gn View 13 chunks +0 lines, -13 lines 0 comments Download
M webrtc/video/BUILD.gn View 2 chunks +0 lines, -2 lines 0 comments Download
M webrtc/voice_engine/BUILD.gn View 2 chunks +0 lines, -2 lines 0 comments Download

Messages

Total messages: 13 (6 generated)
ehmaldonado_webrtc
I tried locally with Linux and Android, I'm waiting for the tryjobs.
4 years, 3 months ago (2016-09-02 15:19:54 UTC) #3
kjellander_webrtc
Love this cleanup. I just would like a few TODOs + cleanup bugs to be ...
4 years, 3 months ago (2016-09-05 06:50:29 UTC) #5
ehmaldonado_webrtc
On 2016/09/05 06:50:29, kjellander_webrtc wrote: > Love this cleanup. I just would like a few ...
4 years, 3 months ago (2016-09-05 07:40:21 UTC) #6
kjellander_webrtc
lgtm, since Chromium tryjobs seems to pass green
4 years, 3 months ago (2016-09-05 08:26:10 UTC) #7
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/2300413002/60001
4 years, 3 months ago (2016-09-05 08:27:45 UTC) #9
commit-bot: I haz the power
Committed patchset #3 (id:60001)
4 years, 3 months ago (2016-09-05 08:35:49 UTC) #11
commit-bot: I haz the power
4 years, 3 months ago (2016-09-05 08:35:55 UTC) #13
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/7a2ce0b73817bfe934062c207bfa638d23c6b809
Cr-Commit-Position: refs/heads/master@{#14063}

Powered by Google App Engine
This is Rietveld 408576698