| Name | Date | Size | #Lines | LOC | ||
|---|---|---|---|---|---|---|
| .. | - | - | ||||
| custom_skia_config/ | 04-Jul-2025 | - | 49 | 28 | ||
| src/ | 04-Jul-2025 | - | 1,469 | 1,130 | ||
| .bazelrc | D | 04-Jul-2025 | 58 | 2 | 2 | |
| .bazelversion | D | 04-Jul-2025 | 5 | 1 | 1 | |
| BUILD.bazel | D | 04-Jul-2025 | 7.8 KiB | 329 | 309 | |
| README.md | D | 04-Jul-2025 | 357 | 6 | 5 | |
| WORKSPACE.bazel | D | 04-Jul-2025 | 1.9 KiB | 54 | 46 |
README.md
1This folder demonstrates how an external client would depend on and build Skia 2using their own C++ toolchain. 3 4Look first in the `WORKSPACE.bazel` to see the setup part (with a quick detour to 5`./custom_skia_config`) and then `BUILD.bazel` for the actual rules which use 6Skia's modular build rules to assemble the components necessary for a particular task.