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

Issue 7780012: First step into enabling pure views build for Chromium/ChromiumOS (Closed)

Created:
9 years, 3 months ago by Emmanuel Saint-loubert-Bié
Modified:
9 years, 3 months ago
CC:
chromium-reviews, dhollowa, DaveMoore
Visibility:
Public.

Description

Up to now the only touch UI was running Pure Views. However, we want to improve Pure Views for Chromium and ChromiumOS benefit independently of Touch. And therefore make the "use_only_pure_views" orthogonal so that it can be enabled with chromeos==0 or ==1 and/or with touchui==0. The ultimate goal is to have toolkit_views <==> use_only_pure_views when all the GTK code has been removed from Views. Note: as a side-effect this should reduce the need to use #ifdef TOUCH_UI which in many cases shall be replaced by USE_ONLY_PURE_VIEWS. BUG=none TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=100846

Patch Set 1 #

Patch Set 2 : Merge #

Patch Set 3 : Fix linux_touch build. #

Patch Set 4 : Keep ordering smae as before. #

Patch Set 5 : missing comma in comment #

Total comments: 4

Patch Set 6 : Fixed merge conflict #

Patch Set 7 : Renaming for clarity #

Unified diffs Side-by-side diffs Delta from patch set Stats (+20 lines, -24 lines) Patch
M build/common.gypi View 1 2 3 4 5 6 8 chunks +19 lines, -23 lines 0 comments Download
M views/widget/widget.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 7 (0 generated)
Emmanuel Saint-loubert-Bié
As discussed this will enable us to just set toolkit_uses_pure_views in builds.
9 years, 3 months ago (2011-09-10 00:54:12 UTC) #1
oshima
http://codereview.chromium.org/7780012/diff/3003/build/common.gypi File build/common.gypi (right): http://codereview.chromium.org/7780012/diff/3003/build/common.gypi#newcode82 build/common.gypi:82: 'webui_dialogs%': 1, just a q: do you know when ...
9 years, 3 months ago (2011-09-10 02:04:19 UTC) #2
Emmanuel Saint-loubert-Bié
Hi Oshima, I hope my comments explain my goals. If not maybe we can talk ...
9 years, 3 months ago (2011-09-10 03:06:31 UTC) #3
oshima
On 2011/09/10 03:06:31, Emmanuel Saint-loubert wrote: > Hi Oshima, > > I hope my comments ...
9 years, 3 months ago (2011-09-12 17:53:55 UTC) #4
Emmanuel Saint-loubert-Bié
Hi Oshima, I renamed the flag to make things (hopefully) clearer. Thanks! -- Emmanuel
9 years, 3 months ago (2011-09-12 20:09:51 UTC) #5
oshima
LGTM
9 years, 3 months ago (2011-09-12 21:42:09 UTC) #6
commit-bot: I haz the power
9 years, 3 months ago (2011-09-13 02:50:25 UTC) #7
Change committed as 100846

Powered by Google App Engine
This is Rietveld 408576698