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

Issue 2845323002: Enabling 'gn check' on webrtc/test. (Closed)

Created:
3 years, 7 months ago by mbonadei
Modified:
3 years, 6 months ago
Reviewers:
kjellander_webrtc
CC:
webrtc-reviews_webrtc.org, AleBzk, peah-webrtc, henrika_webrtc, tlegrand-webrtc, tterriberry_mozilla.com, audio-team_agora.io, hlundin-webrtc, sdk-team_agora.io, kwiberg-webrtc, minyue-webrtc
Target Ref:
refs/heads/master
Project:
webrtc
Visibility:
Public.

Description

Enabling 'gn check' on webrtc/test. This is the second attempt of enabling 'gn check' on the directory webrtc/test. BUG=webrtc:6828 NOTRY=True

Patch Set 1 #

Patch Set 2 : enabling gn check on webrtc/test #

Patch Set 3 : fixing ios and win #

Patch Set 4 : fixing linux_more_configs trybot #

Patch Set 5 : running chromium trybots #

Patch Set 6 : fixing ios chromium trybot #

Patch Set 7 : rebasing #

Patch Set 8 : fixing ios chromium trybot #

Patch Set 9 : removing override on deps #

Patch Set 10 : enabling check in .gn after chromium trybots #

Total comments: 2

Patch Set 11 : fixing typo in .gn #

Patch Set 12 : rebasing after eb1fde4a26f1a863c7488a63923eaf782c3ba177 #

Patch Set 13 : running chromium trybots #

Patch Set 14 : fixing undefined identifier #

Patch Set 15 : making path relative #

Unified diffs Side-by-side diffs Delta from patch set Stats (+209 lines, -128 lines) Patch
M webrtc/modules/audio_coding/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 3 chunks +112 lines, -110 lines 0 comments Download
M webrtc/modules/audio_device/BUILD.gn View 7 8 9 10 11 12 2 chunks +13 lines, -13 lines 0 comments Download
M webrtc/sdk/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 2 chunks +3 lines, -3 lines 0 comments Download
M webrtc/test/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 13 12 chunks +59 lines, -2 lines 0 comments Download
M webrtc/test/fuzzers/BUILD.gn View 14 chunks +22 lines, -0 lines 0 comments Download

Messages

Total messages: 17 (8 generated)
mbonadei
Hopefully this is the last one. :)
3 years, 7 months ago (2017-05-02 12:41:08 UTC) #2
kjellander_webrtc
lgtm if all trybots are happy (and you update .gn) https://codereview.webrtc.org/2845323002/diff/160001/.gn File .gn (right): https://codereview.webrtc.org/2845323002/diff/160001/.gn#newcode40 ...
3 years, 7 months ago (2017-05-02 12:47:37 UTC) #3
mbonadei
https://codereview.webrtc.org/2845323002/diff/160001/.gn File .gn (right): https://codereview.webrtc.org/2845323002/diff/160001/.gn#newcode40 .gn:40: "//webrtc/test", On 2017/05/02 12:47:36, kjellander_webrtc wrote: > Should it ...
3 years, 7 months ago (2017-05-02 12:53:51 UTC) #4
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/2845323002/180001
3 years, 7 months ago (2017-05-02 13:50:39 UTC) #8
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/16649)
3 years, 7 months ago (2017-05-02 13:54:30 UTC) #10
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/2845323002/200001
3 years, 7 months ago (2017-05-02 14:21:52 UTC) #13
commit-bot: I haz the power
Failed to apply patch for webrtc/sdk/BUILD.gn: While running git apply --index -3 -p1; error: patch ...
3 years, 7 months ago (2017-05-02 14:24:25 UTC) #15
mbonadei
On 2017/05/02 14:24:25, commit-bot: I haz the power wrote: > Failed to apply patch for ...
3 years, 7 months ago (2017-05-02 14:26:46 UTC) #16
mbonadei
3 years, 6 months ago (2017-05-30 10:55:33 UTC) #17
On 2017/05/02 14:26:46, mbonadei wrote:
> On 2017/05/02 14:24:25, commit-bot: I haz the power wrote:
> > Failed to apply patch for webrtc/sdk/BUILD.gn:
> > While running git apply --index -3 -p1;
> >   error: patch failed: webrtc/sdk/BUILD.gn:434
> >   Falling back to three-way merge...
> >   Applied patch to 'webrtc/sdk/BUILD.gn' with conflicts.
> >   U webrtc/sdk/BUILD.gn
> > 
> > Patch:       webrtc/sdk/BUILD.gn
> > Index: webrtc/sdk/BUILD.gn
> > diff --git a/webrtc/sdk/BUILD.gn b/webrtc/sdk/BUILD.gn
> > index
> >
>
1b27218745d9d9355231983d0b0d2efc5a8b0ae9..5c7f68e8b3695bd2938c812fafcc7af8db84ce68
> > 100644
> > --- a/webrtc/sdk/BUILD.gn
> > +++ b/webrtc/sdk/BUILD.gn
> > @@ -434,8 +434,8 @@ if (is_ios || is_mac) {
> >      complete_static_lib = true
> >      deps = [
> >        ":rtc_sdk_peerconnection_objc",
> > -      "..//system_wrappers:field_trial_default",
> > -      "..//system_wrappers:metrics_default",
> > +      "../system_wrappers:field_trial_default",
> > +      "../system_wrappers:metrics_default",
> >      ]
> >    }
> 
> Failed because https://codereview.webrtc.org/2849823002 has been landed
minutes
> before.
> I will wait for that reland before trying to land this CL.

Closing this CL. I will create a new one since the iOS SDK targets split 
CL is now landed (https://codereview.webrtc.org/2913753003). This will
simplify a lot this effort.

Powered by Google App Engine
This is Rietveld 408576698