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

Issue 1516053002: [Chromecast][BuildFix] Remove circular dependency in GN. (Closed)

Created:
5 years ago by slan
Modified:
5 years ago
Reviewers:
halliwell, Matt Giuca, spang
CC:
chromium-reviews, ozone-reviews_chromium.org, tfarina, kalyank, tapted, calamity
Base URL:
https://chromium.googlesource.com/chromium/src@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[Chromecast] Remove circular dependency in GN. Remove unnecesary dep from //ui/ozone/platform/cast which was creating a dep cycle. Add a dep to //ui/app_list to keep `gn check` clean. Verified by is_chromecast=true build. BUG= Committed: https://crrev.com/a29d2dcd6d0a31c1e6cc258e533c9e1b6cb44e33 Cr-Commit-Position: refs/heads/master@{#364817}

Patch Set 1 #

Total comments: 6

Patch Set 2 : Remove redundant sub-dependency. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -2 lines) Patch
M ui/app_list/BUILD.gn View 1 1 chunk +1 line, -1 line 0 comments Download
M ui/ozone/platform/cast/BUILD.gn View 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 36 (13 generated)
slan
+halliwell@ for //ui/ozone/platform/cast OWNERS +calamity@ for //ui/app_list OWNERS All, This minor change fixes some breakage ...
5 years ago (2015-12-10 20:51:42 UTC) #2
halliwell
https://codereview.chromium.org/1516053002/diff/1/ui/ozone/platform/cast/BUILD.gn File ui/ozone/platform/cast/BUILD.gn (left): https://codereview.chromium.org/1516053002/diff/1/ui/ozone/platform/cast/BUILD.gn#oldcode42 ui/ozone/platform/cast/BUILD.gn:42: "//ui/platform_window", Naively, it looks like PlatformWindowCast needs this. What ...
5 years ago (2015-12-10 21:13:16 UTC) #4
slan
https://codereview.chromium.org/1516053002/diff/1/ui/ozone/platform/cast/BUILD.gn File ui/ozone/platform/cast/BUILD.gn (left): https://codereview.chromium.org/1516053002/diff/1/ui/ozone/platform/cast/BUILD.gn#oldcode42 ui/ozone/platform/cast/BUILD.gn:42: "//ui/platform_window", On 2015/12/10 21:13:16, halliwell wrote: > Naively, it ...
5 years ago (2015-12-10 21:14:58 UTC) #5
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1516053002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1516053002/1
5 years ago (2015-12-10 21:16:28 UTC) #7
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years ago (2015-12-10 23:48:53 UTC) #9
slan
https://codereview.chromium.org/1516053002/diff/1/ui/ozone/platform/cast/BUILD.gn File ui/ozone/platform/cast/BUILD.gn (left): https://codereview.chromium.org/1516053002/diff/1/ui/ozone/platform/cast/BUILD.gn#oldcode42 ui/ozone/platform/cast/BUILD.gn:42: "//ui/platform_window", On 2015/12/10 21:14:58, slan wrote: > On 2015/12/10 ...
5 years ago (2015-12-11 00:13:01 UTC) #10
halliwell
On 2015/12/11 00:13:01, slan wrote: > https://codereview.chromium.org/1516053002/diff/1/ui/ozone/platform/cast/BUILD.gn > File ui/ozone/platform/cast/BUILD.gn (left): > > https://codereview.chromium.org/1516053002/diff/1/ui/ozone/platform/cast/BUILD.gn#oldcode42 > ...
5 years ago (2015-12-11 00:20:42 UTC) #11
slan
On 2015/12/11 00:20:42, halliwell wrote: > On 2015/12/11 00:13:01, slan wrote: > > > https://codereview.chromium.org/1516053002/diff/1/ui/ozone/platform/cast/BUILD.gn ...
5 years ago (2015-12-11 00:23:17 UTC) #12
slan
On 2015/12/11 00:23:17, slan wrote: > On 2015/12/11 00:20:42, halliwell wrote: > > On 2015/12/11 ...
5 years ago (2015-12-11 00:32:57 UTC) #13
halliwell
On 2015/12/11 00:32:57, slan wrote: > On 2015/12/11 00:23:17, slan wrote: > > On 2015/12/11 ...
5 years ago (2015-12-11 00:38:04 UTC) #14
spang
https://codereview.chromium.org/1516053002/diff/1/ui/ozone/platform/cast/BUILD.gn File ui/ozone/platform/cast/BUILD.gn (left): https://codereview.chromium.org/1516053002/diff/1/ui/ozone/platform/cast/BUILD.gn#oldcode42 ui/ozone/platform/cast/BUILD.gn:42: "//ui/platform_window", On 2015/12/11 00:13:01, slan wrote: > On 2015/12/10 ...
5 years ago (2015-12-11 00:40:26 UTC) #16
slan
On 2015/12/11 00:40:26, spang wrote: > https://codereview.chromium.org/1516053002/diff/1/ui/ozone/platform/cast/BUILD.gn > File ui/ozone/platform/cast/BUILD.gn (left): > > https://codereview.chromium.org/1516053002/diff/1/ui/ozone/platform/cast/BUILD.gn#oldcode42 > ...
5 years ago (2015-12-11 01:06:41 UTC) #17
Matt Giuca
Can you share the output of gn check without the change in ui/app_list/BUILD.gn? I'm just ...
5 years ago (2015-12-11 02:04:32 UTC) #19
Matt Giuca
(Subbing myself in for calamity@ as app_list reviewer.)
5 years ago (2015-12-11 02:04:53 UTC) #21
slan
On 2015/12/11 02:04:32, Matt Giuca wrote: > Can you share the output of gn check ...
5 years ago (2015-12-11 15:47:06 UTC) #22
slan
https://codereview.chromium.org/1516053002/diff/1/ui/app_list/BUILD.gn File ui/app_list/BUILD.gn (right): https://codereview.chromium.org/1516053002/diff/1/ui/app_list/BUILD.gn#newcode86 ui/app_list/BUILD.gn:86: "//ui/events:events_base", On 2015/12/11 02:04:32, Matt Giuca wrote: > Does ...
5 years ago (2015-12-11 15:47:50 UTC) #23
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1516053002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1516053002/20001
5 years ago (2015-12-11 17:07:14 UTC) #25
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years ago (2015-12-11 18:38:54 UTC) #27
slan
ping for feedback from ui/app_list OWNERS! Currently, our internal builds are broken because of this.
5 years ago (2015-12-11 19:44:21 UTC) #28
Matt Giuca
On 2015/12/11 19:44:21, slan wrote: > ping for feedback from ui/app_list OWNERS! > > Currently, ...
5 years ago (2015-12-11 20:47:57 UTC) #29
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1516053002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1516053002/20001
5 years ago (2015-12-11 21:10:13 UTC) #32
commit-bot: I haz the power
Committed patchset #2 (id:20001)
5 years ago (2015-12-11 22:09:03 UTC) #34
commit-bot: I haz the power
5 years ago (2015-12-11 22:10:17 UTC) #36
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/a29d2dcd6d0a31c1e6cc258e533c9e1b6cb44e33
Cr-Commit-Position: refs/heads/master@{#364817}

Powered by Google App Engine
This is Rietveld 408576698