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

Issue 295523002: ui: Fix usage of desktop_linux in our grd files. (Closed)

Created:
6 years, 7 months ago by tfarina
Modified:
6 years, 6 months ago
Reviewers:
brettw, Elliot Glaysher
CC:
chromium-reviews, oshima+watch_chromium.org, jshin+watch_chromium.org
Visibility:
Public.

Description

ui: Fix usage of desktop_linux in our grd files. Its use confuses gn, because gn does not have this concept of desktop_linux. There it is defined as is_linux && !is_chromeos. Use that in our grd files and get rid of desktop_linux usage. This may break BSDs and Solaris, but who really cares? We don't have configs on the bots supporting that platforms. BUG=367591 TEST=None R=brettw@chromium.org,oshima@chromium.org

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+19 lines, -19 lines) Patch
M ui/base/strings/app_locale_settings.grd View 1 chunk +1 line, -1 line 0 comments Download
M ui/base/strings/app_locale_settings_bn.xtb View 1 chunk +2 lines, -2 lines 0 comments Download
M ui/base/strings/app_locale_settings_ja.xtb View 1 chunk +1 line, -1 line 0 comments Download
M ui/base/strings/app_locale_settings_ko.xtb View 1 chunk +1 line, -1 line 0 comments Download
M ui/base/strings/app_locale_settings_ml.xtb View 1 chunk +1 line, -1 line 0 comments Download
M ui/base/strings/app_locale_settings_th.xtb View 1 chunk +1 line, -1 line 0 comments Download
M ui/resources/ui_resources.grd View 7 chunks +12 lines, -12 lines 0 comments Download

Messages

Total messages: 16 (0 generated)
tfarina
ptal. Thanks,
6 years, 7 months ago (2014-05-17 20:02:21 UTC) #1
oshima
i think erg@ should review this. I'm not familiar with gn and I didn't fully ...
6 years, 7 months ago (2014-05-18 16:16:22 UTC) #2
tfarina
On Sun, May 18, 2014 at 1:16 PM, <oshima@chromium.org> wrote: > i think erg@ should ...
6 years, 7 months ago (2014-05-18 21:11:04 UTC) #3
Elliot Glaysher
This doesn't look correct and conflicts with bug 290185.
6 years, 7 months ago (2014-05-19 18:16:45 UTC) #4
tfarina
On Mon, May 19, 2014 at 3:16 PM, <erg@chromium.org> wrote: > This doesn't look correct ...
6 years, 7 months ago (2014-05-19 18:53:18 UTC) #5
tfarina
Elliot, ping?
6 years, 7 months ago (2014-05-20 20:00:33 UTC) #6
Elliot Glaysher
On 2014/05/20 20:00:33, tfarina wrote: > Elliot, ping? I don't know what the correct solution ...
6 years, 7 months ago (2014-05-20 20:04:12 UTC) #7
tfarina
On Tue, May 20, 2014 at 5:04 PM, <erg@chromium.org> wrote: > On 2014/05/20 20:00:33, tfarina ...
6 years, 7 months ago (2014-05-20 20:10:10 UTC) #8
oshima
On 2014/05/20 20:10:10, tfarina wrote: > On Tue, May 20, 2014 at 5:04 PM, <mailto:erg@chromium.org> ...
6 years, 7 months ago (2014-05-20 20:20:20 UTC) #9
tfarina
On 2014/05/20 20:20:20, oshima wrote: > On 2014/05/20 20:10:10, tfarina wrote: > > On Tue, ...
6 years, 7 months ago (2014-05-20 20:47:34 UTC) #10
brettw
From talking to people, I thought there was some general unhappiness about the desktop_linux flag ...
6 years, 7 months ago (2014-05-21 21:02:54 UTC) #11
Elliot Glaysher
The desktop_linux flag is used to compile assets into the desktop linux build; aka the ...
6 years, 7 months ago (2014-05-21 21:20:32 UTC) #12
tfarina
On Wed, May 21, 2014 at 6:20 PM, <erg@chromium.org> wrote: > The desktop_linux flag is ...
6 years, 7 months ago (2014-05-22 01:20:54 UTC) #13
tfarina
Elliot, ping?
6 years, 7 months ago (2014-05-23 03:16:23 UTC) #14
Elliot Glaysher
On 2014/05/23 03:16:23, tfarina wrote: > Elliot, ping? The fact that we want to minimize ...
6 years, 7 months ago (2014-05-23 18:08:08 UTC) #15
tfarina
6 years, 7 months ago (2014-05-23 19:37:41 UTC) #16
On 2014/05/23 18:08:08, Elliot Glaysher wrote:
> On 2014/05/23 03:16:23, tfarina wrote:
> > Elliot, ping?
> 
> The fact that we want to minimize the amount of work the bsd and solaris
people
> have to do. There was a big push a while back to rename as many of the
_linux.*
> files which didn't depend on linux kernel headers to, say, _x11.*, to actually
> reflect what they were using.
> 
> Moreover, having an explicit flag for this configuration is more explicit and
is
> easier to reason about.

Brett, is https://codereview.chromium.org/296933017/ acceptable in that case?

Powered by Google App Engine
This is Rietveld 408576698