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 6282005: Linux: make it possible to build with third_party/xdg-utils directory removed... (Closed)

Created:
9 years, 11 months ago by Paweł Hajdan Jr.
Modified:
9 years, 7 months ago
CC:
chromium-reviews
Visibility:
Public.

Description

Linux: make it possible to build with third_party/xdg-utils directory removed This is useful for Linux distributions that remove third party directories to ensure that the bundled versions will not be used. In fact, this is upstreaming a Gentoo Linux patch. TEST=none BUG=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=71672

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+22 lines, -18 lines) Patch
M chrome/chrome_exe.gypi View 1 3 chunks +22 lines, -18 lines 2 comments Download

Messages

Total messages: 4 (0 generated)
Paweł Hajdan Jr.
9 years, 11 months ago (2011-01-18 08:18:07 UTC) #1
Evan Martin
Lgtm brevity due to phone On Jan 18, 2011 12:18 AM, <phajdan.jr@chromium.org> wrote: > Reviewers: ...
9 years, 11 months ago (2011-01-18 16:31:39 UTC) #2
Mike Mammarella
http://codereview.chromium.org/6282005/diff/3001/chrome/chrome_exe.gypi File chrome/chrome_exe.gypi (right): http://codereview.chromium.org/6282005/diff/3001/chrome/chrome_exe.gypi#newcode144 chrome/chrome_exe.gypi:144: 'use_system_xdg_utils%': 0, Would it be possible to put this ...
9 years, 11 months ago (2011-01-18 18:17:19 UTC) #3
Mike Mammarella
9 years, 11 months ago (2011-01-18 18:34:19 UTC) #4
On 2011/01/18 18:17:19, Mike Mammarella wrote:
> http://codereview.chromium.org/6282005/diff/3001/chrome/chrome_exe.gypi
> File chrome/chrome_exe.gypi (right):
> 
>
http://codereview.chromium.org/6282005/diff/3001/chrome/chrome_exe.gypi#newco...
> chrome/chrome_exe.gypi:144: 'use_system_xdg_utils%': 0,
> Would it be possible to put this constant along with the other similar
constants
> that control whether bundled stuff is used? It seems like it will be
> increasingly annoying for distributions to patch all these changes into the
gyp
> files if the constants they're changing are scattered about.
> 
>
http://codereview.chromium.org/6282005/diff/3001/chrome/chrome_exe.gypi#newco...
> chrome/chrome_exe.gypi:195: 'files': ['tools/build/linux/chrome-wrapper',
> The chrome-wrapper script isn't part of xdg-utils; you probably want to copy
it
> below, not inside this condition. Maybe a separate condition for it is
warranted
> though, if distributions don't want this script either and have their own
> version instead.

(discussed in IRC, LGTM)

Powered by Google App Engine
This is Rietveld 408576698