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

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

Issue 13752: tlslite is no longer needed. (Closed)
Patch Set: Created 12 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 | 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 492b7cbdc86699a9d64395f4c292946bf269d469..b72160470d8a1e5b77d4d0e8da9c57330e3b8c7c 100755
--- a/build/install-build-deps.sh
+++ b/build/install-build-deps.sh
@@ -31,15 +31,6 @@ install_hardy() {
bison flex gperf libnss3-dev libglib2.0-dev libgtk2.0-dev \
libnspr4-0d libnspr4-dev wdiff lighttpd php5-cgi msttcorefonts \
sun-java6-fonts
-
- wget -c http://www.trevp.com/tlslite/tlslite-0.3.8.tar.gz
- tar xvfz tlslite-0.3.8.tar.gz
- cd tlslite-0.3.8/
- patch -p1 < ../../third_party/tlslite/google.patch
- python setup.py build
- sudo python setup.py install
- cd ..
- rm -rf tlslite-0.3.8
}
install_hardy_64() {
« 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