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

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

Issue 8919026: Remove psutil from tree, install via install-build-deps.sh (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 9 years 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 | third_party/psutil/CREDITS » ('j') | 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 c681cad422f1fe2cac59b94777e412eba3795431..56d39443c526282ba3fad709b642234dfe5e120d 100755
--- a/build/install-build-deps.sh
+++ b/build/install-build-deps.sh
@@ -138,7 +138,7 @@ dbg_list="libatk1.0-dbg libc6-dbg libcairo2-dbg libdbus-glib-1-2-dbg
libxrender1-dbg libxtst6-dbg zlib1g-dbg"
# Plugin lists needed for tests.
-plugin_list="flashplugin-installer"
+plugin_list="flashplugin-installer python-psutil"
Nico 2011/12/13 00:05:31 plugin_list seems wrong…does adding it to dev_list
DaleCurtis 2011/12/13 00:06:56 They all funnel into a apt-get install call below.
Nico 2011/12/13 00:10:35 It's also titled "Plugin list", and python modules
DaleCurtis 2011/12/13 00:12:42 Fair enough :) Done. On 2011/12/13 00:10:35, Nico
# Some NSS packages were renamed in Natty.
if egrep -q 'Ubuntu (10\.04|10\.10)' /etc/issue; then
« no previous file with comments | « no previous file | third_party/psutil/CREDITS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698