Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(651)

Unified Diff: chrome/installer/linux/common/installer.include

Issue 2270243002: Unbundle Flash on Linux. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Through #11 Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/installer/linux/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/linux/common/installer.include
diff --git a/chrome/installer/linux/common/installer.include b/chrome/installer/linux/common/installer.include
index e0fd9aaa4c6a1340ccafce48941a11e8fb51bc63..dfaaada4b822f9267beb23d8a3e5e05eac3ef46a 100644
--- a/chrome/installer/linux/common/installer.include
+++ b/chrome/installer/linux/common/installer.include
@@ -169,15 +169,6 @@ stage_install_common() {
install -m 644 "${BUILDDIR}/libEGL.so" "${STAGEDIR}/${INSTALLDIR}/"
fi
- # Pepper Flash.
- PEPPERFLASH_SRCDIR="${BUILDDIR}/PepperFlash"
- PEPPERFLASH_DESTDIR="${STAGEDIR}/${INSTALLDIR}/PepperFlash"
- install -m 755 -d "${PEPPERFLASH_DESTDIR}"
- install -m 644 -s "${PEPPERFLASH_SRCDIR}/libpepflashplayer.so" \
- "${PEPPERFLASH_DESTDIR}/"
- install -m 644 "${PEPPERFLASH_SRCDIR}/manifest.json" \
- "${PEPPERFLASH_DESTDIR}/"
-
# libc++
if [ -f "${BUILDDIR}/lib/libc++.so" ]; then
install -m 755 -d "${STAGEDIR}/${INSTALLDIR}/lib/"
« no previous file with comments | « chrome/installer/linux/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698