diff options
author | mdm@chromium.org <mdm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-03 01:13:04 +0000 |
---|---|---|
committer | mdm@chromium.org <mdm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-03 01:13:04 +0000 |
commit | faa38447727e111ab13424e4e6a713e12121e736 (patch) | |
tree | 70f57425b024b13e63dc9d95c202041ba257cb3a /chrome/chrome_exe.gypi | |
parent | e950cba6fb930f86fec5d9c68940db1df13966ef (diff) | |
download | chromium_src-faa38447727e111ab13424e4e6a713e12121e736.zip chromium_src-faa38447727e111ab13424e4e6a713e12121e736.tar.gz chromium_src-faa38447727e111ab13424e4e6a713e12121e736.tar.bz2 |
Linux: include an updated copy of xdg-mime that fixes default browser selection on KDE 4.
This should probably wait until after we branch for M7 this week.
BUG=18106,33842
TEST=default browser selection works in KDE 4 on distributions shipping CVS xdg-mime
Review URL: http://codereview.chromium.org/3258009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58449 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_exe.gypi')
-rw-r--r-- | chrome/chrome_exe.gypi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi index 054db39..5305513 100644 --- a/chrome/chrome_exe.gypi +++ b/chrome/chrome_exe.gypi @@ -195,6 +195,7 @@ { 'destination': '<(PRODUCT_DIR)', 'files': ['tools/build/linux/chrome-wrapper', + '../third_party/xdg-utils/scripts/xdg-mime', '../third_party/xdg-utils/scripts/xdg-settings', ], # The wrapper script above may need to generate a .desktop file, |