aboutsummaryrefslogtreecommitdiffhomepage
path: root/experimental/webtry/setup
diff options
context:
space:
mode:
authorGravatar Greg Humphreys <humper@google.com>2014-10-13 21:52:05 -0400
committerGravatar Greg Humphreys <humper@google.com>2014-10-13 21:52:05 -0400
commit54142261deafc761c4eb23ec09300161487b1b2e (patch)
tree01ed38475eef70734fbc9c18b4afe032fba61029 /experimental/webtry/setup
parent67f2d3c5147c0c71596acb4d5059e4933f7fca88 (diff)
Re-land ganesh checkbox. I needed to increase the size of the address
space available to a fiddle because linking against libGL causes the amount of memory used by a process to bloat to over 100M. Yikes. BUG=skia: Review URL: https://codereview.chromium.org/638003008
Diffstat (limited to 'experimental/webtry/setup')
-rwxr-xr-xexperimental/webtry/setup/continue_install_jail.sh2
-rwxr-xr-xexperimental/webtry/setup/setup_jail.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/experimental/webtry/setup/continue_install_jail.sh b/experimental/webtry/setup/continue_install_jail.sh
index 5ae4a4bc81..5490fae949 100755
--- a/experimental/webtry/setup/continue_install_jail.sh
+++ b/experimental/webtry/setup/continue_install_jail.sh
@@ -36,6 +36,6 @@ git checkout master
# wget https://codereview.chromium.org/download/$PATCH
# git apply $PATCH
-SKIA_GYP_OUTPUT_DIR=${SKIA_BUILD}/skia/out GYP_GENERATORS=ninja ./gyp_skia -Dskia_gpu=0
+SKIA_GYP_OUTPUT_DIR=${SKIA_BUILD}/skia/out GYP_GENERATORS=ninja ./gyp_skia -Dskia_mesa=1
ninja -C ${SKIA_BUILD}/skia/out/Release skia_lib libjpeg libSkKTX libetc1 flags sk_tool_utils resources
diff --git a/experimental/webtry/setup/setup_jail.sh b/experimental/webtry/setup/setup_jail.sh
index d80a1181f4..708d78c443 100755
--- a/experimental/webtry/setup/setup_jail.sh
+++ b/experimental/webtry/setup/setup_jail.sh
@@ -1,6 +1,6 @@
apt-get install -y g++ libfreetype6 libfreetype6-dev libpng12-0 libpng12-dev \
libglu1-mesa-dev mesa-common-dev freeglut3-dev libgif-dev libfontconfig \
-libfontconfig-dev git python wget
+libfontconfig-dev git python wget libpoppler-cpp-dev libosmesa6-dev
mkdir /skia_build
chmod 777 /skia_build