diff options
author | bradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-21 23:14:26 +0000 |
---|---|---|
committer | bradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-21 23:14:26 +0000 |
commit | c44a75491e5201df2cfaf83238cdc825df1d1e20 (patch) | |
tree | fdcafc42d944c28f87a6db5821b3572d9019b44b /build | |
parent | b8a5ee7e49fea815c97e59f76792bc87f728fdc9 (diff) | |
download | chromium_src-c44a75491e5201df2cfaf83238cdc825df1d1e20.zip chromium_src-c44a75491e5201df2cfaf83238cdc825df1d1e20.tar.gz chromium_src-c44a75491e5201df2cfaf83238cdc825df1d1e20.tar.bz2 |
Adding libssl-dev to the list of packages required for chrome development.
Chrome uses an explicit third_party copy of this library,
however, temporarily the nacl_integration_tests require the system
version to be installed to build sel_ldr.
BUG=http://code.google.com/p/nativeclient/issues/detail?id=2265
TEST=None
R=nfullagar@google.com
Review URL: http://codereview.chromium.org/7977035
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102188 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rwxr-xr-x | build/install-build-deps.sh | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/build/install-build-deps.sh b/build/install-build-deps.sh index 34802df..efdba75 100755 --- a/build/install-build-deps.sh +++ b/build/install-build-deps.sh @@ -107,11 +107,11 @@ dev_list="apache2.2-bin bison fakeroot flex g++ gperf language-pack-fr libcups2-dev libdbus-glib-1-dev libelf-dev libgconf2-dev libgl1-mesa-dev libglu1-mesa-dev libglib2.0-dev libgnome-keyring-dev libgtk2.0-dev libjpeg62-dev libkrb5-dev libnspr4-dev libnss3-dev - libpam0g-dev libsctp-dev libsqlite3-dev libxslt1-dev libxss-dev - libxtst-dev mesa-common-dev msttcorefonts patch perl libwww-perl - php5-cgi pkg-config python python-dev rpm subversion ttf-dejavu-core - ttf-kochi-gothic ttf-kochi-mincho wdiff ruby libcurl4-gnutls-dev - ttf-indic-fonts ttf-thai-tlwg + libpam0g-dev libsctp-dev libsqlite3-dev libssl-dev libxslt1-dev + libxss-dev libxtst-dev mesa-common-dev msttcorefonts patch perl + libwww-perl php5-cgi pkg-config python python-dev rpm subversion + ttf-dejavu-core ttf-kochi-gothic ttf-kochi-mincho wdiff ruby + libcurl4-gnutls-dev ttf-indic-fonts ttf-thai-tlwg $chromeos_dev_list" # Run-time libraries required by chromeos only |