tree: 7f0c94ff6b80c6cf9ae4462802feaf2a1fbb1e49 [path history] [tgz]
  1. custom_skia_config/
  2. src/
  3. .bazelrc
  4. .bazelversion
  5. BUILD.bazel
  6. README.md
  7. WORKSPACE.bazel
example/external_client/README.md

This folder demonstrates how an external client would depend on and build Skia using their own C++ toolchain.

Look first in the WORKSPACE.bazel to see the setup part (with a quick detour to ./custom_skia_config) and then BUILD.bazel for the actual rules which use Skia's modular build rules to assemble the components necessary for a particular task.