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

Unified Diff: build/install-build-deps.sh

Issue 12381074: Removing flashplugin-installer from install-build-deps.sh (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 7 years, 10 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/install-build-deps.sh
diff --git a/build/install-build-deps.sh b/build/install-build-deps.sh
index ee27a500231c12c1e2fe6b2c6b6b8645a6bd5168..def7606767508ef2987e77c8ec3dbe75e82a6ff0 100755
--- a/build/install-build-deps.sh
+++ b/build/install-build-deps.sh
@@ -120,8 +120,6 @@ arm_list="libc6-armel-cross libc6-dev-armel-cross libgcc1-armel-cross
gcc-arm-linux-gnueabi g++-arm-linux-gnueabi
libmudflap0-dbg-armel-cross"
-# Plugin lists needed for tests.
-plugin_list="flashplugin-installer"
# Some package names have changed over time
if apt-cache show ttf-mscorefonts-installer >/dev/null 2>&1; then
@@ -241,7 +239,7 @@ sudo apt-get update
# without accidentally promoting any packages from "auto" to "manual".
# We then re-run "apt-get" with just the list of missing packages.
echo "Finding missing packages..."
-packages="${dev_list} ${lib_list} ${dbg_list} ${plugin_list} ${arm_list}"
+packages="${dev_list} ${lib_list} ${dbg_list} ${arm_list}"
# Intentionally leaving $packages unquoted so it's more readable.
echo "Packages required: " $packages
echo
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698