Name Date Size #Lines LOC

..--

custom_skia_config/H25-Apr-2025-4928

src/H25-Apr-2025-1,3901,066

.bazelrcH A D25-Apr-202558 22

.bazelversionH A D25-Apr-20255 11

BUILD.bazelH A D25-Apr-20257.6 KiB315296

README.mdH A D25-Apr-2025357 65

WORKSPACE.bazelH A D25-Apr-20251.9 KiB5446

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.