summaryrefslogtreecommitdiffstats
path: root/chrome/installer/linux
diff options
context:
space:
mode:
authortdanderson <tdanderson@chromium.org>2015-08-05 14:35:29 -0700
committerCommit bot <commit-bot@chromium.org>2015-08-05 21:36:12 +0000
commit0805a91004c4fc262233e4a0eb61ad575a96c06d (patch)
treefefe740035c86b8c3d9c88e2e2344e6ae2e3c5f6 /chrome/installer/linux
parenta11b4d76a27816fe025af647825becac5f633c34 (diff)
downloadchromium_src-0805a91004c4fc262233e4a0eb61ad575a96c06d.zip
chromium_src-0805a91004c4fc262233e4a0eb61ad575a96c06d.tar.gz
chromium_src-0805a91004c4fc262233e4a0eb61ad575a96c06d.tar.bz2
Include material design asset pak files for browser top chrome on Linux
Modify installer files for Linux to include the files chrome_material_{100,200}_percent.pak, which contain image assets for top chrome material design. BUG=505798 TEST=none Review URL: https://codereview.chromium.org/1274773002 Cr-Commit-Position: refs/heads/master@{#341980}
Diffstat (limited to 'chrome/installer/linux')
-rw-r--r--chrome/installer/linux/common/installer.include2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/installer/linux/common/installer.include b/chrome/installer/linux/common/installer.include
index 7f4ef77..b058942 100644
--- a/chrome/installer/linux/common/installer.include
+++ b/chrome/installer/linux/common/installer.include
@@ -129,6 +129,8 @@ stage_install_common() {
if [ -r "${BUILDDIR}/chrome_100_percent.pak" ]; then
install -m 644 "${BUILDDIR}/chrome_100_percent.pak" "${STAGEDIR}/${INSTALLDIR}/"
install -m 644 "${BUILDDIR}/chrome_200_percent.pak" "${STAGEDIR}/${INSTALLDIR}/"
+ install -m 644 "${BUILDDIR}/chrome_material_100_percent.pak" "${STAGEDIR}/${INSTALLDIR}/"
+ install -m 644 "${BUILDDIR}/chrome_material_200_percent.pak" "${STAGEDIR}/${INSTALLDIR}/"
else
install -m 644 "${BUILDDIR}/theme_resources_100_percent.pak" "${STAGEDIR}/${INSTALLDIR}/"
install -m 644 "${BUILDDIR}/ui_resources_100_percent.pak" "${STAGEDIR}/${INSTALLDIR}/"