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

Side by Side Diff: experimental/webtry/setup/setup_jail.sh

Issue 626703002: Restart webtry to pick up changes. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: long lines Created 6 years, 2 months 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 unified diff | Download patch
« no previous file with comments | « .gitignore ('k') | experimental/webtry/setup/webtry_setup.sh » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 apt-get install -y g++ libfreetype6 libfreetype6-dev libpng12-0 libpng12-dev lib glu1-mesa-dev mesa-common-dev freeglut3-dev libgif-dev libfontconfig libfontconf ig-dev git python wget 1 apt-get install -y g++ libfreetype6 libfreetype6-dev libpng12-0 libpng12-dev \
2 libglu1-mesa-dev mesa-common-dev freeglut3-dev libgif-dev libfontconfig \
3 libfontconfig-dev git python wget
2 4
3 mkdir /skia_build 5 mkdir /skia_build
4 chmod 777 /skia_build 6 chmod 777 /skia_build
5 7
6 mkdir /skia_build/bin 8 mkdir /skia_build/bin
OLDNEW
« no previous file with comments | « .gitignore ('k') | experimental/webtry/setup/webtry_setup.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698