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

Side by Side Diff: experimental/webtry/README.md

Issue 685543002: remove the GPU checkbox from the hash / database (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 1 month 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 | « no previous file | experimental/webtry/TODO.md » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 WebTry Server 1 WebTry Server
2 ============= 2 =============
3 3
4 Allows trying out Skia code in the browser. Run a local webserver 4 Allows trying out Skia code in the browser. Run a local webserver
5 and from the pages it serves try out Skia code and see the results 5 and from the pages it serves try out Skia code and see the results
6 immediately. To make sandboxing easier this must be built w/GPU off. 6 immediately.
7 7
8 8
9 Running Locally 9 Running Locally
10 =============== 10 ===============
11 11
12 One time setup: 12 One time setup:
13 13
14 $ export SKIA_ROOT=path_to_your_skia_source 14 $ export SKIA_ROOT=path_to_your_skia_source
15 $ export WEBTRY_INOUT=path_to_a_writeable_directory 15 $ export WEBTRY_INOUT=path_to_a_writeable_directory
16 $ mkdir -p $WEBTRY_INOUT 16 $ mkdir -p $WEBTRY_INOUT
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 2. cd ~/skia/experimental/webtry/setup 86 2. cd ~/skia/experimental/webtry/setup
87 3. git pull 87 3. git pull
88 4. ./webtry_setup.sh 88 4. ./webtry_setup.sh
89 89
90 90
91 Third Party Code 91 Third Party Code
92 ================ 92 ================
93 93
94 * res/js/polyfill.js - Various JS polyfill libraries. To rebuild or update 94 * res/js/polyfill.js - Various JS polyfill libraries. To rebuild or update
95 see poly/README.md. 95 see poly/README.md.
OLDNEW
« no previous file with comments | « no previous file | experimental/webtry/TODO.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698