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

Issue 2301053002: GN: Introduce templates. (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: Introduce templates. Defines the rtc_executable, rtc_source_set, rtc_test and rtc_static_library templates. These templates provide no functionality yet, but will enable common configuration to be introduced, avoiding repetition in every target Changes summary: - Prepend rtc_ to test, source_set, executable and static_library targets - Change "configs -= [" to "suppressed_configs += [" - Include webrtc/build/webrtc.gni where it wasn't included yet - Delete import("//testing/test.gni"), since rtc_test makes it unnecessary. BUG=webrtc:6187 TBR=henrik.lundin@webrtc.org,tommi@webrtc.org NOTRY=True Committed: https://crrev.com/38a2132b02a76b8012e17ba61b7afa97268949c1 Cr-Commit-Position: refs/heads/master@{#14043}

Patch Set 1 #

Patch Set 2 : Fixed android error. #

Patch Set 3 : Rebase. #

Total comments: 1

Patch Set 4 : configs_suppressions -> suppresed_configs #

Patch Set 5 : Rebase. #

Patch Set 6 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+403 lines, -320 lines) Patch
M webrtc/BUILD.gn View 1 2 3 21 chunks +23 lines, -24 lines 0 comments Download
M webrtc/api/BUILD.gn View 1 2 3 8 chunks +7 lines, -8 lines 0 comments Download
M webrtc/audio/BUILD.gn View 1 2 3 4 chunks +4 lines, -4 lines 0 comments Download
M webrtc/base/BUILD.gn View 1 2 3 4 7 chunks +8 lines, -8 lines 0 comments Download
M webrtc/build/webrtc.gni View 1 2 3 4 2 chunks +95 lines, -0 lines 0 comments Download
M webrtc/call/BUILD.gn View 1 2 3 4 chunks +4 lines, -4 lines 0 comments Download
M webrtc/common_audio/BUILD.gn View 1 2 3 8 chunks +9 lines, -10 lines 0 comments Download
M webrtc/common_video/BUILD.gn View 1 2 3 5 chunks +4 lines, -5 lines 0 comments Download
M webrtc/examples/BUILD.gn View 1 2 3 13 chunks +15 lines, -17 lines 0 comments Download
M webrtc/libjingle/xmllite/BUILD.gn View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M webrtc/libjingle/xmpp/BUILD.gn View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M webrtc/media/BUILD.gn View 1 2 3 7 chunks +6 lines, -7 lines 0 comments Download
M webrtc/modules/BUILD.gn View 1 2 3 4 5 5 chunks +4 lines, -5 lines 0 comments Download
M webrtc/modules/audio_coding/BUILD.gn View 1 2 3 61 chunks +62 lines, -63 lines 0 comments Download
M webrtc/modules/audio_conference_mixer/BUILD.gn View 1 2 3 3 chunks +4 lines, -2 lines 0 comments Download
M webrtc/modules/audio_device/BUILD.gn View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M webrtc/modules/audio_mixer/BUILD.gn View 1 2 3 2 chunks +4 lines, -2 lines 0 comments Download
M webrtc/modules/audio_processing/BUILD.gn View 1 2 3 4 13 chunks +13 lines, -13 lines 0 comments Download
M webrtc/modules/bitrate_controller/BUILD.gn View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M webrtc/modules/congestion_controller/BUILD.gn View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M webrtc/modules/desktop_capture/BUILD.gn View 1 2 3 4 chunks +4 lines, -4 lines 0 comments Download
M webrtc/modules/media_file/BUILD.gn View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M webrtc/modules/pacing/BUILD.gn View 1 2 3 2 chunks +4 lines, -2 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/BUILD.gn View 1 2 3 4 chunks +4 lines, -5 lines 0 comments Download
M webrtc/modules/rtp_rtcp/BUILD.gn View 1 2 3 3 chunks +3 lines, -3 lines 0 comments Download
M webrtc/modules/utility/BUILD.gn View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M webrtc/modules/video_capture/BUILD.gn View 1 2 3 6 chunks +8 lines, -9 lines 0 comments Download
M webrtc/modules/video_coding/BUILD.gn View 1 2 3 16 chunks +16 lines, -16 lines 0 comments Download
M webrtc/modules/video_processing/BUILD.gn View 1 2 3 4 chunks +6 lines, -6 lines 0 comments Download
M webrtc/p2p/BUILD.gn View 1 2 3 6 chunks +6 lines, -7 lines 0 comments Download
M webrtc/pc/BUILD.gn View 1 2 3 5 chunks +4 lines, -5 lines 0 comments Download
M webrtc/sdk/BUILD.gn View 1 2 3 3 chunks +3 lines, -3 lines 0 comments Download
M webrtc/stats/BUILD.gn View 1 2 3 5 chunks +4 lines, -5 lines 0 comments Download
M webrtc/system_wrappers/BUILD.gn View 1 2 3 8 chunks +9 lines, -10 lines 0 comments Download
M webrtc/test/BUILD.gn View 1 2 3 19 chunks +20 lines, -20 lines 0 comments Download
M webrtc/test/fuzzers/BUILD.gn View 1 2 3 4 2 chunks +3 lines, -3 lines 0 comments Download
M webrtc/tools/BUILD.gn View 1 2 3 4 5 21 chunks +21 lines, -22 lines 0 comments Download
M webrtc/video/BUILD.gn View 1 2 3 4 chunks +4 lines, -5 lines 0 comments Download
M webrtc/voice_engine/BUILD.gn View 1 2 3 6 chunks +7 lines, -8 lines 0 comments Download

Messages

Total messages: 30 (17 generated)
ehmaldonado_webrtc
This is close to be ready, I think.
4 years, 3 months ago (2016-09-01 14:51:36 UTC) #2
ehmaldonado_webrtc
On 2016/09/01 14:51:36, ehmaldonado_webrtc wrote: > This is close to be ready, I think. Changes ...
4 years, 3 months ago (2016-09-01 15:52:12 UTC) #3
kjellander_webrtc
Wohooo! This is awesome. I updated the CL description with the items you listed above, ...
4 years, 3 months ago (2016-09-01 19:55:30 UTC) #5
ehmaldonado_webrtc
On 2016/09/01 19:55:30, kjellander_webrtc wrote: > Wohooo! This is awesome. > I updated the CL ...
4 years, 3 months ago (2016-09-02 07:44:29 UTC) #6
kjellander_webrtc
On 2016/09/02 07:44:29, ehmaldonado_webrtc wrote: > On 2016/09/01 19:55:30, kjellander_webrtc wrote: > > Wohooo! This ...
4 years, 3 months ago (2016-09-02 07:53:01 UTC) #7
kjellander_webrtc
On 2016/09/02 07:53:01, kjellander_webrtc wrote: > On 2016/09/02 07:44:29, ehmaldonado_webrtc wrote: > > On 2016/09/01 ...
4 years, 3 months ago (2016-09-02 07:53:51 UTC) #8
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/2301053002/100001
4 years, 3 months ago (2016-09-02 08:08:13 UTC) #13
commit-bot: I haz the power
Try jobs failed on following builders: android_rel on master.tryserver.webrtc (JOB_FAILED, no build URL)
4 years, 3 months ago (2016-09-02 09:45:33 UTC) #17
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/2301053002/100001
4 years, 3 months ago (2016-09-02 09:46:14 UTC) #19
commit-bot: I haz the power
Try jobs failed on following builders: presubmit on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/presubmit/builds/7998)
4 years, 3 months ago (2016-09-02 10:12:50 UTC) #21
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/2301053002/120001
4 years, 3 months ago (2016-09-02 11:02:07 UTC) #26
commit-bot: I haz the power
Committed patchset #6 (id:120001)
4 years, 3 months ago (2016-09-02 11:10:40 UTC) #28
commit-bot: I haz the power
4 years, 3 months ago (2016-09-02 11:10:48 UTC) #30
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/38a2132b02a76b8012e17ba61b7afa97268949c1
Cr-Commit-Position: refs/heads/master@{#14043}

Powered by Google App Engine
This is Rietveld 408576698