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

Issue 2818433003: Enabling 'gn check' on webrtc/sdk (Closed)

Created:
3 years, 8 months ago by mbonadei
Modified:
3 years, 8 months ago
CC:
webrtc-reviews_webrtc.org, qiang.lu, niklas.enbom, yujie_mao (webrtc), peah-webrtc
Target Ref:
refs/heads/master
Project:
webrtc
Visibility:
Public.

Description

Enabling 'gn check' on webrtc/sdk BUG=webrtc:7499 Review-Url: https://codereview.webrtc.org/2818433003 Cr-Commit-Position: refs/heads/master@{#17805} Committed: https://chromium.googlesource.com/external/webrtc/+/1e060c6b0cf72c805209820330968ea7d64208b7

Patch Set 1 #

Patch Set 2 : Fixing ios dependencies #

Patch Set 3 : Fixing 'gn check' on android targets #

Patch Set 4 : Removing .gn changes to run chromium trybots #

Total comments: 10

Patch Set 5 : Improving readability #

Patch Set 6 : Fixing Gn coding standards #

Total comments: 4

Patch Set 7 : Fixing Gn coding standards #

Patch Set 8 : Skipping 'gn check' on 'rtc_sdk_common_objc_config' #

Total comments: 1

Patch Set 9 : Removing check_includes=false in 'libjingle_peerconnection' #

Total comments: 2

Patch Set 10 : Re-adding a wrongly removed dependency #

Unified diffs Side-by-side diffs Delta from patch set Stats (+74 lines, -31 lines) Patch
M .gn View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/pc/BUILD.gn View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -1 line 0 comments Download
M webrtc/sdk/BUILD.gn View 1 2 3 4 5 6 7 10 chunks +44 lines, -27 lines 0 comments Download
M webrtc/sdk/android/BUILD.gn View 1 2 3 4 5 6 7 8 9 3 chunks +16 lines, -0 lines 0 comments Download
M webrtc/sdk/android/src/jni/DEPS View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/sdk/android/src/jni/peerconnection_jni.cc View 1 2 3 4 5 6 7 8 1 chunk +4 lines, -1 line 0 comments Download
M webrtc/sdk/objc/Framework/Classes/RTCFieldTrials.mm View 1 2 3 4 5 6 7 1 chunk +4 lines, -1 line 0 comments Download
M webrtc/sdk/objc/Framework/Classes/RTCMetricsSampleInfo+Private.h View 1 2 3 4 5 6 7 1 chunk +4 lines, -1 line 0 comments Download

Messages

Total messages: 20 (6 generated)
mbonadei
3 years, 8 months ago (2017-04-12 14:26:24 UTC) #2
kjellander_webrtc
Most of it looks good but I'd like Magnus' input on the default metrics/field trial ...
3 years, 8 months ago (2017-04-12 14:37:07 UTC) #4
mbonadei
https://codereview.webrtc.org/2818433003/diff/60001/webrtc/sdk/BUILD.gn File webrtc/sdk/BUILD.gn (right): https://codereview.webrtc.org/2818433003/diff/60001/webrtc/sdk/BUILD.gn#newcode33 webrtc/sdk/BUILD.gn:33: "../system_wrappers:field_trial_default", On 2017/04/12 14:37:04, kjellander_webrtc wrote: > I suspect ...
3 years, 8 months ago (2017-04-13 08:12:03 UTC) #5
mbonadei
In patch set #6 I am only fixing some Gn coding standards (basically moving deps ...
3 years, 8 months ago (2017-04-13 08:34:30 UTC) #6
magjed_webrtc
Like kjellander@ says, consumers of webrtc/sdk/objc should preferably be able to provide their own implementation ...
3 years, 8 months ago (2017-04-13 09:30:38 UTC) #7
mbonadei
I have excluded the two system_wrappers headers from 'gn check' so we can avoid to ...
3 years, 8 months ago (2017-04-19 09:41:43 UTC) #8
kjellander_webrtc
On 2017/04/19 09:41:43, mbonadei wrote: > I have excluded the two system_wrappers headers from 'gn ...
3 years, 8 months ago (2017-04-19 10:02:56 UTC) #9
kjellander_webrtc
https://codereview.webrtc.org/2818433003/diff/140001/webrtc/sdk/android/BUILD.gn File webrtc/sdk/android/BUILD.gn (right): https://codereview.webrtc.org/2818433003/diff/140001/webrtc/sdk/android/BUILD.gn#newcode83 webrtc/sdk/android/BUILD.gn:83: "../../system_wrappers:field_trial_default", I don't think we should have this.
3 years, 8 months ago (2017-04-19 10:04:39 UTC) #10
kjellander_webrtc
https://codereview.webrtc.org/2818433003/diff/160001/webrtc/sdk/android/BUILD.gn File webrtc/sdk/android/BUILD.gn (left): https://codereview.webrtc.org/2818433003/diff/160001/webrtc/sdk/android/BUILD.gn#oldcode95 webrtc/sdk/android/BUILD.gn:95: "//webrtc/system_wrappers:field_trial_default", This needs to stay, removed by accident? Even ...
3 years, 8 months ago (2017-04-19 13:41:33 UTC) #12
mbonadei
https://codereview.webrtc.org/2818433003/diff/160001/webrtc/sdk/android/BUILD.gn File webrtc/sdk/android/BUILD.gn (left): https://codereview.webrtc.org/2818433003/diff/160001/webrtc/sdk/android/BUILD.gn#oldcode95 webrtc/sdk/android/BUILD.gn:95: "//webrtc/system_wrappers:field_trial_default", On 2017/04/19 13:41:33, kjellander_webrtc wrote: > This needs ...
3 years, 8 months ago (2017-04-19 14:06:35 UTC) #13
kjellander_webrtc
lgtm
3 years, 8 months ago (2017-04-19 15:11:30 UTC) #14
magjed_webrtc
lgtm
3 years, 8 months ago (2017-04-20 12:22:52 UTC) #15
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/2818433003/180001
3 years, 8 months ago (2017-04-21 06:38:31 UTC) #17
commit-bot: I haz the power
3 years, 8 months ago (2017-04-21 07:02:07 UTC) #20
Message was sent while issue was closed.
Committed patchset #10 (id:180001) as
https://chromium.googlesource.com/external/webrtc/+/1e060c6b0cf72c80520982033...

Powered by Google App Engine
This is Rietveld 408576698