From 9db6433c6502bbb0acc812c70e00af9823284968 Mon Sep 17 00:00:00 2001 From: "mmoss@chromium.org" Date: Fri, 20 May 2011 17:54:45 +0000 Subject: Add xdg-mime to archive files. BUG= TEST=Building packages from the zip archive doesn't complain. Review URL: http://codereview.chromium.org/7048017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86108 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/tools/build/linux/FILES | 1 + chrome/tools/build/linux/FILES.cfg | 5 +++++ 2 files changed, 6 insertions(+) (limited to 'chrome/tools') diff --git a/chrome/tools/build/linux/FILES b/chrome/tools/build/linux/FILES index e74fa0a..6da5522 100644 --- a/chrome/tools/build/linux/FILES +++ b/chrome/tools/build/linux/FILES @@ -8,6 +8,7 @@ locales product_logo_48.png resources resources.pak +xdg-mime xdg-settings libpdf.so libppGoogleNaClPluginChrome.so diff --git a/chrome/tools/build/linux/FILES.cfg b/chrome/tools/build/linux/FILES.cfg index 921b467..be3a61f 100644 --- a/chrome/tools/build/linux/FILES.cfg +++ b/chrome/tools/build/linux/FILES.cfg @@ -81,6 +81,11 @@ FILES = [ 'buildtype': ['dev'], }, { + 'filename': 'xdg-mime', + 'arch': ['32bit', '64bit'], + 'buildtype': ['dev', 'official'], + }, + { 'filename': 'xdg-settings', 'arch': ['32bit', '64bit'], 'buildtype': ['dev', 'official'], -- cgit v1.1