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

Issue 250923014: Fix Aura build when toolkit_views==0 (Closed)

Created:
6 years, 7 months ago by dnicoara
Modified:
6 years, 7 months ago
CC:
chromium-reviews
Visibility:
Public.

Description

Fix Aura build when toolkit_views==0 This fixes Aura builds (such as Ozone) which compile with use_aura=1 and toolkit_views=0. TBR=ben@chromium.org NOTRY=true Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=266641

Patch Set 1 #

Patch Set 2 : . #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -1 line) Patch
M ui/base/ui_base.gyp View 1 1 chunk +7 lines, -0 lines 0 comments Download
M ui/gfx/gfx.gyp View 1 1 chunk +1 line, -1 line 1 comment Download

Messages

Total messages: 7 (0 generated)
dnicoara
PTAL ben@ for OWNERS tapted@ FYI This is related to https://codereview.chromium.org/248893002 which removed this support.
6 years, 7 months ago (2014-04-28 15:39:47 UTC) #1
dnicoara
The CQ bit was checked by dnicoara@chromium.org
6 years, 7 months ago (2014-04-28 19:42:32 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dnicoara@chromium.org/250923014/10001
6 years, 7 months ago (2014-04-28 19:43:23 UTC) #3
commit-bot: I haz the power
Change committed as 266641
6 years, 7 months ago (2014-04-28 20:01:47 UTC) #4
tapted
Sorry about that! Please see comment below. https://codereview.chromium.org/250923014/diff/10001/ui/gfx/gfx.gyp File ui/gfx/gfx.gyp (right): https://codereview.chromium.org/250923014/diff/10001/ui/gfx/gfx.gyp#newcode351 ui/gfx/gfx.gyp:351: ['use_aura==0', { ...
6 years, 7 months ago (2014-04-28 23:57:23 UTC) #5
dnicoara
On 2014/04/28 23:57:23, tapted wrote: > Sorry about that! Please see comment below. > > ...
6 years, 7 months ago (2014-04-29 00:43:27 UTC) #6
Ben Goodger (Google)
6 years, 7 months ago (2014-04-30 03:35:29 UTC) #7
The app list guys are looking into using views on Mac there, where they
don't (yet) have Aura.

-Ben


On Mon, Apr 28, 2014 at 5:43 PM, <dnicoara@chromium.org> wrote:

> On 2014/04/28 23:57:23, tapted wrote:
>
>> Sorry about that! Please see comment below.
>>
>
>  https://codereview.chromium.org/250923014/diff/10001/ui/gfx/gfx.gyp
>> File ui/gfx/gfx.gyp (right):
>>
>
>  https://codereview.chromium.org/250923014/diff/10001/ui/
>> gfx/gfx.gyp#newcode351
>> ui/gfx/gfx.gyp:351: ['use_aura==0', {
>> Sadly this breaks use_aura=0, toolkit_views=1. I think it just needs to
>> match
>> the condition at ui_base.gyp:392
>>
>
>  i.e. 'toolkit_views==0 and use_aura==0'
>>
>
>  That works for views on mac. Is there an ozone bot I can test with? (for
>> this
>> and future stuff :). I tried linux_ecs_ozone a while ago and it seems a
>> bit
>> random.
>>
>
>  I have a bug on me for a better gyp file cleanup at
>> http://crbug.com/351951 .
>> First attempt failed so I'm trimming some stray threads first.
>>
>
> Ah, sorry, I didn't think there was a build with toolkit_views=1 and
> use_aura=0.
>
> Yes, linux_ecs_ozone is our Ozone bot. It is mostly stable (green) now
> days :)
>
> https://codereview.chromium.org/250923014/
>

To unsubscribe from this group and stop receiving emails from it, send an email
to chromium-reviews+unsubscribe@chromium.org.

Powered by Google App Engine
This is Rietveld 408576698