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

Issue 2311843002: GN Templates: Move common_inherited_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_inherited_config to the template. Remove common_inherited_config from the targets and add it to the template instead. BUG=webrtc:6187 NOTRY=True Committed: https://crrev.com/e9cc68629392b69d622d62f20ddbee79a080fc4b Cr-Commit-Position: refs/heads/master@{#14069}

Patch Set 1 #

Total comments: 4

Patch Set 2 : Added comment for rtc_common_inherited_config. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+56 lines, -311 lines) Patch
M webrtc/BUILD.gn View 9 chunks +0 lines, -11 lines 0 comments Download
M webrtc/api/BUILD.gn View 4 chunks +0 lines, -5 lines 0 comments Download
M webrtc/audio/BUILD.gn View 1 chunk +0 lines, -2 lines 0 comments Download
M webrtc/base/BUILD.gn View 3 chunks +1 line, -6 lines 0 comments Download
M webrtc/build/webrtc.gni View 1 6 chunks +28 lines, -1 line 0 comments Download
M webrtc/call/BUILD.gn View 1 chunk +0 lines, -2 lines 0 comments Download
M webrtc/common_audio/BUILD.gn View 4 chunks +1 line, -10 lines 0 comments Download
M webrtc/common_video/BUILD.gn View 2 chunks +1 line, -6 lines 0 comments Download
M webrtc/examples/BUILD.gn View 3 chunks +3 lines, -12 lines 0 comments Download
M webrtc/libjingle/xmllite/BUILD.gn View 1 chunk +0 lines, -2 lines 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 4 chunks +1 line, -4 lines 0 comments Download
M webrtc/modules/BUILD.gn View 2 chunks +0 lines, -4 lines 0 comments Download
M webrtc/modules/audio_coding/BUILD.gn View 31 chunks +11 lines, -78 lines 0 comments Download
M webrtc/modules/audio_conference_mixer/BUILD.gn View 1 chunk +1 line, -4 lines 0 comments Download
M webrtc/modules/audio_device/BUILD.gn View 2 chunks +2 lines, -8 lines 0 comments Download
M webrtc/modules/audio_mixer/BUILD.gn View 1 chunk +1 line, -4 lines 0 comments Download
M webrtc/modules/audio_processing/BUILD.gn View 7 chunks +0 lines, -14 lines 0 comments Download
M webrtc/modules/bitrate_controller/BUILD.gn View 1 chunk +0 lines, -2 lines 0 comments Download
M webrtc/modules/congestion_controller/BUILD.gn View 1 chunk +0 lines, -2 lines 0 comments Download
M webrtc/modules/desktop_capture/BUILD.gn View 3 chunks +0 lines, -6 lines 0 comments Download
M webrtc/modules/media_file/BUILD.gn View 1 chunk +1 line, -4 lines 0 comments Download
M webrtc/modules/pacing/BUILD.gn View 1 chunk +0 lines, -2 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/BUILD.gn View 2 chunks +0 lines, -4 lines 0 comments Download
M webrtc/modules/rtp_rtcp/BUILD.gn View 1 chunk +0 lines, -2 lines 0 comments Download
M webrtc/modules/utility/BUILD.gn View 1 chunk +0 lines, -2 lines 0 comments Download
M webrtc/modules/video_capture/BUILD.gn View 3 chunks +0 lines, -6 lines 0 comments Download
M webrtc/modules/video_coding/BUILD.gn View 7 chunks +0 lines, -14 lines 0 comments Download
M webrtc/modules/video_processing/BUILD.gn View 3 chunks +0 lines, -5 lines 0 comments Download
M webrtc/p2p/BUILD.gn View 1 chunk +1 line, -4 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 chunk +1 line, -4 lines 0 comments Download
M webrtc/stats/BUILD.gn View 2 chunks +0 lines, -4 lines 0 comments Download
M webrtc/system_wrappers/BUILD.gn View 6 chunks +0 lines, -13 lines 0 comments Download
M webrtc/test/BUILD.gn View 11 chunks +1 line, -23 lines 0 comments Download
M webrtc/test/fuzzers/BUILD.gn View 2 chunks +0 lines, -2 lines 0 comments Download
M webrtc/tools/BUILD.gn View 13 chunks +0 lines, -24 lines 0 comments Download
M webrtc/video/BUILD.gn View 1 chunk +0 lines, -2 lines 0 comments Download
M webrtc/voice_engine/BUILD.gn View 2 chunks +0 lines, -4 lines 0 comments Download

Messages

Total messages: 11 (4 generated)
ehmaldonado_webrtc
4 years, 3 months ago (2016-09-05 11:51:07 UTC) #2
kjellander_webrtc
lgtm with a suggestion and a question. https://codereview.webrtc.org/2311843002/diff/1/webrtc/build/webrtc.gni File webrtc/build/webrtc.gni (right): https://codereview.webrtc.org/2311843002/diff/1/webrtc/build/webrtc.gni#newcode171 webrtc/build/webrtc.gni:171: rtc_common_inherited_config = ...
4 years, 3 months ago (2016-09-05 12:41:31 UTC) #3
ehmaldonado_webrtc
PTAL. I'm not sure if to leave it as it is, or set public_configs =[] ...
4 years, 3 months ago (2016-09-05 12:49:59 UTC) #4
kjellander_webrtc
On 2016/09/05 12:49:59, ehmaldonado_webrtc wrote: > PTAL. > I'm not sure if to leave it ...
4 years, 3 months ago (2016-09-05 12:57:29 UTC) #5
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/2311843002/20001
4 years, 3 months ago (2016-09-05 13:02:18 UTC) #8
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 3 months ago (2016-09-05 13:10:21 UTC) #9
commit-bot: I haz the power
4 years, 3 months ago (2016-09-05 13:10:27 UTC) #11
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/e9cc68629392b69d622d62f20ddbee79a080fc4b
Cr-Commit-Position: refs/heads/master@{#14069}

Powered by Google App Engine
This is Rietveld 408576698