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

Issue 2453703002: Prepare fullscreen_chromeos.cc to be used for ozone builds. (Closed)

Created:
4 years, 1 month ago by tonikitoo
Modified:
4 years, 1 month ago
CC:
chromium-reviews
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Prepare fullscreen_chromeos.cc to be used for ozone builds. CL renames c/b/fullscreen_chromeos.cc to fullscreen_ash.cc, making it possible to use of it on ozone + non-chromeos builds. Also, CL replaces the current call to chrome::IsRunningInMash (only built with USE_ASH) in this file with service_manager::ServiceManagerIsRemote (available independently from USE_ASH). BUG=295089

Patch Set 1 #

Total comments: 4

Patch Set 2 : Prepare fullscreen_chromeos.cc to be used for ozone builds. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -24 lines) Patch
M chrome/browser/BUILD.gn View 1 2 chunks +8 lines, -1 line 0 comments Download
A + chrome/browser/fullscreen_ash.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
D chrome/browser/fullscreen_chromeos.cc View 1 chunk +0 lines, -21 lines 0 comments Download

Messages

Total messages: 26 (13 generated)
tonikitoo
PTAL
4 years, 1 month ago (2016-10-26 05:34:36 UTC) #4
fwang
In issue 2408803002, Robert suggested to rename it fullscreen_ozone.cc. Is it actually used when chromeos=1 ...
4 years, 1 month ago (2016-10-26 07:31:23 UTC) #5
fwang
4 years, 1 month ago (2016-10-26 07:31:54 UTC) #7
sky
https://codereview.chromium.org/2453703002/diff/1/chrome/browser/fullscreen_chromeos_or_ozone.cc File chrome/browser/fullscreen_chromeos_or_ozone.cc (right): https://codereview.chromium.org/2453703002/diff/1/chrome/browser/fullscreen_chromeos_or_ozone.cc#newcode11 chrome/browser/fullscreen_chromeos_or_ozone.cc:11: #if defined(USE_ASH) I'm confused by what conditions this code ...
4 years, 1 month ago (2016-10-26 17:37:16 UTC) #12
rjkroege
https://codereview.chromium.org/2453703002/diff/1/chrome/browser/BUILD.gn File chrome/browser/BUILD.gn (right): https://codereview.chromium.org/2453703002/diff/1/chrome/browser/BUILD.gn#newcode3509 chrome/browser/BUILD.gn:3509: sources += [ "fullscreen_chromeos_or_ozone.cc" ] this is really weird ...
4 years, 1 month ago (2016-10-26 18:50:16 UTC) #13
sky
On Wed, Oct 26, 2016 at 11:50 AM, <rjkroege@chromium.org> wrote: > > https://codereview.chromium.org/2453703002/diff/1/chrome/browser/BUILD.gn > File ...
4 years, 1 month ago (2016-10-27 00:09:31 UTC) #14
fwang
https://codereview.chromium.org/2453703002/diff/1/chrome/browser/BUILD.gn File chrome/browser/BUILD.gn (right): https://codereview.chromium.org/2453703002/diff/1/chrome/browser/BUILD.gn#newcode3509 chrome/browser/BUILD.gn:3509: sources += [ "fullscreen_chromeos_or_ozone.cc" ] On 2016/10/26 18:50:16, rjkroege ...
4 years, 1 month ago (2016-10-31 11:38:49 UTC) #15
not to use - tonikitoo
On 2016/10/26 17:37:16, sky wrote: > https://codereview.chromium.org/2453703002/diff/1/chrome/browser/fullscreen_chromeos_or_ozone.cc > File chrome/browser/fullscreen_chromeos_or_ozone.cc (right): > > https://codereview.chromium.org/2453703002/diff/1/chrome/browser/fullscreen_chromeos_or_ozone.cc#newcode11 > ...
4 years, 1 month ago (2016-11-01 21:11:44 UTC) #16
rjkroege
On 2016/11/01 21:11:44, not to use - tonikitoo wrote: > On 2016/10/26 17:37:16, sky wrote: ...
4 years, 1 month ago (2016-11-02 00:34:11 UTC) #22
fwang
On 2016/11/02 00:34:11, rjkroege wrote: > > Right. This was confusing indeed. patchset #2 tries ...
4 years, 1 month ago (2016-11-02 14:25:25 UTC) #23
fwang
@tonikitoo: So given your new CL in https://codereview.chromium.org/2408803002/, I assume you'll stick to a new ...
4 years, 1 month ago (2016-11-03 07:57:42 UTC) #24
tonikitoo
On 2016/11/02 00:34:11, rjkroege wrote: > On 2016/11/01 21:11:44, not to use - tonikitoo wrote: ...
4 years, 1 month ago (2016-11-03 16:46:31 UTC) #25
tonikitoo
4 years, 1 month ago (2016-11-03 16:47:09 UTC) #26
On 2016/11/03 07:57:42, fwang wrote:
> @tonikitoo: So given your new CL in
https://codereview.chromium.org/2408803002/,
> I assume you'll stick to a new fullscreen_ozone.cc for now and ignore this CL?

This is the plan, Fred. I will close this CL.

Powered by Google App Engine
This is Rietveld 408576698