Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 WebTry | 1 WebTry |
| 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. To make sandboxing easier this must be built w/GPU off. |
| 7 | 7 |
| 8 Running Locally | 8 Running Locally |
| 9 =============== | 9 =============== |
| 10 | 10 |
| (...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 82 ----------------- | 82 ----------------- |
| 83 | 83 |
| 84 Do this step only once, but only after running webtry_setup.sh the first time | 84 Do this step only once, but only after running webtry_setup.sh the first time |
| 85 | 85 |
| 86 sudo debootstrap --variant=minbase wheezy /srv/chroot/webtry | 86 sudo debootstrap --variant=minbase wheezy /srv/chroot/webtry |
| 87 | 87 |
| 88 | 88 |
| 89 Third Party Code | 89 Third Party Code |
| 90 ---------------- | 90 ---------------- |
| 91 | 91 |
| 92 * res/js/pointerevents.min.js - obtained from https://github.com/components/po interevents-polyfill | 92 * res/js/polyfill.js - Various JS polyfill libraries. To rebuild or update |
|
mtklein
2014/05/19 16:27:27
Think we can get this to the point where GYP/Ninja
jcgregorio
2014/05/19 16:33:59
Yeah, that might be nice, right now Grunt doesn't
| |
| 93 see polyfill/README.md. | |
| 93 | 94 |
| OLD | NEW |