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

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

Issue 636173003: repair the webtry setup process (Closed) Base URL: https://skia.googlesource.com/skia@master
Patch Set: tfarina's updates 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
OLDNEW
1 #!/bin/bash 1 #!/bin/bash
2 2
3 # this script runs as root inside the chroot environment and updates the depot t ools, go environment, 3 # this script runs as root inside the chroot environment and updates the depot t ools, go environment,
4 # and skia source. 4 # and skia source.
5 5
6 # need to mount /dev/shm first so that python will execute properly. 6 # need to mount /dev/shm first so that python will execute properly.
7 7
8 mount /dev/shm 8 mount /dev/shm
9 9
10 SKIA_BUILD=/skia_build 10 SKIA_BUILD=/skia_build
(...skipping 20 matching lines...) Expand all
31 gclient sync 31 gclient sync
32 git checkout master 32 git checkout master
33 33
34 # PATCH=issue196723021_100001.diff 34 # PATCH=issue196723021_100001.diff
35 # rm $PATCH 35 # rm $PATCH
36 # wget https://codereview.chromium.org/download/$PATCH 36 # wget https://codereview.chromium.org/download/$PATCH
37 # git apply $PATCH 37 # git apply $PATCH
38 38
39 SKIA_GYP_OUTPUT_DIR=${SKIA_BUILD}/skia/out GYP_GENERATORS=ninja ./gyp_skia -Dski a_gpu=0 39 SKIA_GYP_OUTPUT_DIR=${SKIA_BUILD}/skia/out GYP_GENERATORS=ninja ./gyp_skia -Dski a_gpu=0
40 40
41 ninja -C ${SKIA_BUILD}/skia/out/Release skia_lib libjpeg libSkKTX libetc1 flags 41 ninja -C ${SKIA_BUILD}/skia/out/Release skia_lib libjpeg libSkKTX libetc1 flags sk_tool_utils
42
OLDNEW
« no previous file with comments | « experimental/webtry/setup/continue_install.sh ('k') | experimental/webtry/setup/webtry_setup.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698