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

Issue 7981030: aura: Have aura and aura_demo build and run without gtk on linux. (Closed)

Created:
9 years, 3 months ago by sadrul
Modified:
9 years, 3 months ago
CC:
chromium-reviews, derat+watch_chromium.org, sky, saintlou, oshima
Visibility:
Public.

Description

aura: Have aura and aura_demo build and run without gtk on linux. BUG=97131 TEST=manually Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=102403

Patch Set 1 #

Patch Set 2 : . #

Total comments: 7

Patch Set 3 : . #

Patch Set 4 : . #

Total comments: 1

Patch Set 5 : merge with trunk #

Patch Set 6 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+51 lines, -18 lines) Patch
M build/common.gypi View 1 2 3 4 1 chunk +8 lines, -2 lines 0 comments Download
M ui/base/x/x11_util.h View 3 chunks +8 lines, -3 lines 0 comments Download
M ui/base/x/x11_util.cc View 1 2 3 4 5 10 chunks +33 lines, -13 lines 0 comments Download
M ui/ui.gyp View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
sadrul
@derat: Please review the changes in ui/base/x and build/ @ben: Please review the changes in ...
9 years, 3 months ago (2011-09-21 19:39:06 UTC) #1
Ben Goodger (Google)
I wonder how much work it is to get Chrome to build with USE_AURA and ...
9 years, 3 months ago (2011-09-21 20:01:43 UTC) #2
DaveMoore
I don't think we want that, do we? I'm working on fixing the USE_AURA / ...
9 years, 3 months ago (2011-09-21 20:09:28 UTC) #3
Ben Goodger (Google)
My suspicion was that it was a fair bit of work, and that it was ...
9 years, 3 months ago (2011-09-21 20:12:06 UTC) #4
sadrul
On 2011/09/21 20:01:43, Ben Goodger (Google) wrote: > I wonder how much work it is ...
9 years, 3 months ago (2011-09-21 20:21:42 UTC) #5
Ben Goodger (Google)
Sorry, I meant USE_AURA and !TOOLKIT_USES_GTK. -Ben On Wed, Sep 21, 2011 at 1:21 PM, ...
9 years, 3 months ago (2011-09-21 20:22:43 UTC) #6
Daniel Erat
http://codereview.chromium.org/7981030/diff/2001/ui/base/x/active_window_watcher_x.cc File ui/base/x/active_window_watcher_x.cc (right): http://codereview.chromium.org/7981030/diff/2001/ui/base/x/active_window_watcher_x.cc#newcode11 ui/base/x/active_window_watcher_x.cc:11: #if defined(TOOLKIT_USES_GTK) nit: move this above the x11_util.h include ...
9 years, 3 months ago (2011-09-21 20:27:08 UTC) #7
Daniel Erat
http://codereview.chromium.org/7981030/diff/2001/ui/base/x/x11_util.cc File ui/base/x/x11_util.cc (right): http://codereview.chromium.org/7981030/diff/2001/ui/base/x/x11_util.cc#newcode32 ui/base/x/x11_util.cc:32: #define gdk_error_trap_push() On 2011/09/21 20:27:08, Daniel Erat wrote: > ...
9 years, 3 months ago (2011-09-21 20:31:47 UTC) #8
sadrul
http://codereview.chromium.org/7981030/diff/2001/ui/base/x/active_window_watcher_x.cc File ui/base/x/active_window_watcher_x.cc (right): http://codereview.chromium.org/7981030/diff/2001/ui/base/x/active_window_watcher_x.cc#newcode11 ui/base/x/active_window_watcher_x.cc:11: #if defined(TOOLKIT_USES_GTK) On 2011/09/21 20:27:08, Daniel Erat wrote: > ...
9 years, 3 months ago (2011-09-21 21:56:18 UTC) #9
Daniel Erat
9 years, 3 months ago (2011-09-22 17:07:05 UTC) #10
lgtm

http://codereview.chromium.org/7981030/diff/17/build/build_config.h
File build/build_config.h (right):

http://codereview.chromium.org/7981030/diff/17/build/build_config.h#newcode48
build/build_config.h:48: #if defined(TOOLKIT_GTK) || (defined(TOOLKIT_VIEWS) &&
!defined(OS_WIN) && !defined(USE_AURA))
nit: wrap long line

Powered by Google App Engine
This is Rietveld 408576698