Chromium Code Reviews| 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 |