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

Issue 9478015: Aura: Build on the linux desktop, plus add USE_ASH. (Closed)

Created:
8 years, 9 months ago by Elliot Glaysher
Modified:
8 years, 9 months ago
CC:
chromium-reviews
Visibility:
Public.

Description

Aura: Build on the linux desktop, plus add USE_ASH. BUG=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=124488

Patch Set 1 #

Patch Set 2 : Attempt to refix chromeos #

Total comments: 11

Patch Set 3 : Learn about GetNativeView()->GetRootWindow() #

Patch Set 4 : USE_ASH should be implied for now on windows/linux builds. #

Patch Set 5 : linux and not chromeos #

Patch Set 6 : Experimental fix #

Patch Set 7 : Maybe fix shell.h in linux_chromeos_gtk. (Why is this compiling that?) #

Patch Set 8 : Fix content defines #

Patch Set 9 : Maybe another fix that finally does chromeos_gtk? #

Patch Set 10 : Try this instead. #

Patch Set 11 : Try to include shell_gtk instead. #

Patch Set 12 : Rebase to ToT and use Patch 10, which at least compiled. #

Patch Set 13 : Try to minimize shell.h change #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+48 lines, -32 lines) Patch
M build/all.gyp View 1 2 3 4 5 6 7 8 9 11 1 chunk +0 lines, -1 line 0 comments Download
M build/common.gypi View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +13 lines, -9 lines 3 comments Download
M chrome/browser/ui/views/autocomplete/autocomplete_popup_contents_view.cc View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +2 lines, -3 lines 0 comments Download
M chrome/browser/ui/views/select_file_dialog_aura.cc View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/views/tab_contents/native_tab_contents_view_aura.cc View 1 2 9 chunks +20 lines, -11 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 5 6 7 8 9 10 11 3 chunks +8 lines, -2 lines 0 comments Download
M chrome/test/base/test_launcher_utils.cc View 2 chunks +2 lines, -3 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
Elliot Glaysher
1) bug#? http://codereview.chromium.org/9478015/diff/4002/chrome/browser/ui/views/autocomplete/autocomplete_popup_contents_view.cc File chrome/browser/ui/views/autocomplete/autocomplete_popup_contents_view.cc (right): http://codereview.chromium.org/9478015/diff/4002/chrome/browser/ui/views/autocomplete/autocomplete_popup_contents_view.cc#newcode355 chrome/browser/ui/views/autocomplete/autocomplete_popup_contents_view.cc:355: ash::WINDOW_VISIBILITY_ANIMATION_TYPE_VERTICAL); This doesn't look as good without ...
8 years, 9 months ago (2012-02-28 18:13:32 UTC) #1
Ben Goodger (Google)
http://codereview.chromium.org/9478015/diff/4002/build/common.gypi File build/common.gypi (right): http://codereview.chromium.org/9478015/diff/4002/build/common.gypi#newcode355 build/common.gypi:355: ['chromeos==1 or use_aura==1', { change this to just be ...
8 years, 9 months ago (2012-02-28 20:12:06 UTC) #2
Elliot Glaysher
Did all the GetRootWindow() changes too. http://codereview.chromium.org/9478015/diff/4002/build/common.gypi File build/common.gypi (right): http://codereview.chromium.org/9478015/diff/4002/build/common.gypi#newcode355 build/common.gypi:355: ['chromeos==1 or use_aura==1', ...
8 years, 9 months ago (2012-02-28 20:35:54 UTC) #3
Ben Goodger (Google)
LGTM, but you'll have to make the infra changes first before you can land this, ...
8 years, 9 months ago (2012-02-28 20:37:31 UTC) #4
Elliot Glaysher
ptal at the gyp files. I've added it so: - chromos implies ash - use_ash ...
8 years, 9 months ago (2012-02-28 22:27:32 UTC) #5
Ben Goodger (Google)
If the trybots like it, so do I. LGTM.
8 years, 9 months ago (2012-02-28 22:53:06 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/erg@chromium.org/9478015/39002
8 years, 9 months ago (2012-03-01 18:20:08 UTC) #7
commit-bot: I haz the power
Change committed as 124488
8 years, 9 months ago (2012-03-01 21:34:08 UTC) #8
sadrul
http://codereview.chromium.org/9478015/diff/39002/build/common.gypi File build/common.gypi (right): http://codereview.chromium.org/9478015/diff/39002/build/common.gypi#newcode75 build/common.gypi:75: ['chromeos==1', { Should this have been 'chromeos==1 and chromeos_gtk==0'?
8 years, 9 months ago (2012-03-02 03:39:24 UTC) #9
Elliot Glaysher
http://codereview.chromium.org/9478015/diff/39002/build/common.gypi File build/common.gypi (right): http://codereview.chromium.org/9478015/diff/39002/build/common.gypi#newcode75 build/common.gypi:75: ['chromeos==1', { On 2012/03/02 03:39:24, sadrul wrote: > Should ...
8 years, 9 months ago (2012-03-02 17:32:39 UTC) #10
Peter Mayo
http://codereview.chromium.org/9478015/diff/39002/build/common.gypi File build/common.gypi (right): http://codereview.chromium.org/9478015/diff/39002/build/common.gypi#newcode75 build/common.gypi:75: ['chromeos==1', { On 2012/03/02 17:32:39, Elliot Glaysher wrote: > ...
8 years, 9 months ago (2012-03-04 16:17:56 UTC) #11
sadrul
8 years, 9 months ago (2012-03-04 16:18:59 UTC) #12
On 2012/03/04 16:17:56, Peter Mayo wrote:
> http://codereview.chromium.org/9478015/diff/39002/build/common.gypi
> File build/common.gypi (right):
> 
> http://codereview.chromium.org/9478015/diff/39002/build/common.gypi#newcode75
> build/common.gypi:75: ['chromeos==1', {
> On 2012/03/02 17:32:39, Elliot Glaysher wrote:
> > On 2012/03/02 03:39:24, sadrul wrote:
> > > Should this have been 'chromeos==1 and chromeos_gtk==0'?
> > 
> > According to saintlou, that's redundant.
> 
> We need that to support merges for R18 & earlier.  He has forgotten this
before.
>  Please put this back unless there is some great shift in recent history.

I have a CL: http://codereview.chromium.org/9570065/ (there's also a thread)

Powered by Google App Engine
This is Rietveld 408576698