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

Issue 262027: include CHROMEOS files and defintions in TOOLKIT_VEIWS build.... (Closed)

Created:
11 years, 2 months ago by oshima
Modified:
9 years, 6 months ago
Reviewers:
sky
CC:
chromium-reviews_googlegroups.com, kuchhal, brettw+cc_chromium.org, ben+cc_chromium.org
Visibility:
Public.

Description

include CHROMEOS files and defintions in TOOLKIT_VEIWS build. * changed gyp files so that all files compiled for chrome os will be also compiled when toolkit_views==1 * changed to define OS_CHROMEOS when toolkit_views==1 * changed TabOverbiewMessageListener to use BrowserView instead of BrowserWindowGtk when toolkit_views==1 I left one for CHROME_NOTIFY_FLOATING_TAB_OVER_TOPLEVEL b/c i couldn't figure out how to get gdkwindow from xid. Looks like I need to register it somewhere Note: Nicolas updated trybot and buildbot to include chromeos dependency, so this all should compile fine. BUG=none TEST=run views unit test and browser. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=28764

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : '' #

Patch Set 6 : '' #

Patch Set 7 : '' #

Patch Set 8 : '' #

Patch Set 9 : '' #

Patch Set 10 : '' #

Total comments: 4

Patch Set 11 : '' #

Patch Set 12 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+59 lines, -18 lines) Patch
M base/base.gyp View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M build/common.gypi View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M chrome/app/chromium_strings.grd View 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/app/generated_resources.grd View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/app/google_chrome_strings.grd View 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/app/theme/theme_resources.grd View 5 6 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/views/frame/browser_view.h View 2 3 4 5 6 8 9 10 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/views/tabs/tab_overview_message_listener.h View 5 6 7 8 9 10 11 2 chunks +8 lines, -0 lines 0 comments Download
M chrome/browser/views/tabs/tab_overview_message_listener.cc View 1 2 3 4 5 6 7 8 9 10 5 chunks +32 lines, -2 lines 0 comments Download
M chrome/chrome.gyp View 4 5 6 7 5 chunks +5 lines, -5 lines 0 comments Download
M chrome/installer/installer.gyp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
oshima
1st step to migrate to views. once all components are ported to views, toolkit_views will ...
11 years, 2 months ago (2009-10-12 19:08:29 UTC) #1
sky
http://codereview.chromium.org/262027/diff/8023/9023 File chrome/browser/views/frame/browser_view.h (right): http://codereview.chromium.org/262027/diff/8023/9023#newcode89 Line 89: #if defined(OS_CHROMEOS) I wouldn't bother with the ifdef ...
11 years, 2 months ago (2009-10-12 19:32:54 UTC) #2
oshima
http://codereview.chromium.org/262027/diff/8023/9023 File chrome/browser/views/frame/browser_view.h (right): http://codereview.chromium.org/262027/diff/8023/9023#newcode89 Line 89: #if defined(OS_CHROMEOS) On 2009/10/12 19:32:54, sky wrote: > ...
11 years, 2 months ago (2009-10-12 19:53:56 UTC) #3
sky
11 years, 2 months ago (2009-10-12 19:56:57 UTC) #4
LGTM

Powered by Google App Engine
This is Rietveld 408576698