diff options
author | viettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-22 15:59:44 +0000 |
---|---|---|
committer | viettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-22 15:59:44 +0000 |
commit | 463baa5431e110fefcc7d78e93c44f049f4ac7f3 (patch) | |
tree | 8775e3f7472c66628cba14c824909bad2fa8d6a7 /chrome/tools | |
parent | cd6f329633c2f3db0f9b9701663bf29d6712ebf8 (diff) | |
download | chromium_src-463baa5431e110fefcc7d78e93c44f049f4ac7f3.zip chromium_src-463baa5431e110fefcc7d78e93c44f049f4ac7f3.tar.gz chromium_src-463baa5431e110fefcc7d78e93c44f049f4ac7f3.tar.bz2 |
Installer/packager changes to include Pepper Flash with Chrome on Linux x64.
Probably another change to chrome-internal will still be needed.
Review URL: http://codereview.chromium.org/9431023
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@123036 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/tools')
-rw-r--r-- | chrome/tools/build/linux/FILES.cfg | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/chrome/tools/build/linux/FILES.cfg b/chrome/tools/build/linux/FILES.cfg index 49df1a8..b354456 100644 --- a/chrome/tools/build/linux/FILES.cfg +++ b/chrome/tools/build/linux/FILES.cfg @@ -110,6 +110,13 @@ FILES = [ 'arch': ['32bit'], 'buildtype': ['official'], }, + # Pepper Flash Player files: + { + 'filename': 'PepperFlash', + # TODO(viettrungluu): For now, only with 64-bit Linux. + 'arch': ['64bit'], + 'buildtype': ['official'], + }, # PDF Plugin files: { 'filename': 'libpdf.so', |