diff options
author | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-09 02:01:55 +0000 |
---|---|---|
committer | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-09 02:01:55 +0000 |
commit | 58622c25c65388dd60b7bdce80f313d054f4f133 (patch) | |
tree | d419dc50f694d834d924a80c3d3484798a4d4388 /build/install-build-deps.sh | |
parent | 976097d774397e3af323b8551d0fd12a538a3a00 (diff) | |
download | chromium_src-58622c25c65388dd60b7bdce80f313d054f4f133.zip chromium_src-58622c25c65388dd60b7bdce80f313d054f4f133.tar.gz chromium_src-58622c25c65388dd60b7bdce80f313d054f4f133.tar.bz2 |
Add libwebkit-dev in install-build-dep.sh
BUG=159752
Review URL: https://codereview.chromium.org/11368155
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@166840 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/install-build-deps.sh')
-rwxr-xr-x | build/install-build-deps.sh | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/build/install-build-deps.sh b/build/install-build-deps.sh index 45cd6b6..f1c2786 100755 --- a/build/install-build-deps.sh +++ b/build/install-build-deps.sh @@ -60,13 +60,13 @@ dev_list="apache2.2-bin bison curl elfutils fakeroot flex g++ gperf language-pack-fr libapache2-mod-php5 libasound2-dev libbz2-dev libcairo2-dev libcups2-dev libcurl4-gnutls-dev libelf-dev libgconf2-dev libgl1-mesa-dev libglib2.0-dev libglu1-mesa-dev - libgnome-keyring-dev libgtk2.0-dev libkrb5-dev libnspr4-dev - libnss3-dev libpam0g-dev libpci-dev libsctp-dev libsqlite3-dev - libssl-dev libudev-dev libwww-perl libxslt1-dev libxss-dev libxt-dev - libxtst-dev mesa-common-dev patch perl php5-cgi pkg-config python - python-cherrypy3 python-dev python-psutil rpm ruby subversion - ttf-dejavu-core ttf-indic-fonts ttf-kochi-gothic ttf-kochi-mincho - ttf-thai-tlwg wdiff git-core $chromeos_dev_list" + libgnome-keyring-dev libgtk2.0-dev libwebkit-dev libkrb5-dev + libnspr4-dev libnss3-dev libpam0g-dev libpci-dev libsctp-dev + libsqlite3-dev libssl-dev libudev-dev libwww-perl libxslt1-dev + libxss-dev libxt-dev libxtst-dev mesa-common-dev patch perl php5-cgi + pkg-config python python-cherrypy3 python-dev python-psutil rpm ruby + subversion ttf-dejavu-core ttf-indic-fonts ttf-kochi-gothic + ttf-kochi-mincho ttf-thai-tlwg wdiff git-core $chromeos_dev_list" # 64-bit systems need a minimum set of 32-bit compat packages for the pre-built # NaCl binaries. These are always needed, regardless of whether or not we want |