86678ed625
Our SVG code depends on our XML code which depends on expat. See also cl/457481999 Change-Id: I83b61f5d73570d0aa7e851a01ccd019b4b1019e4 Bug: skia:12541 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/553376 Reviewed-by: Florin Malita <fmalita@google.com> |
||
---|---|---|
.. | ||
dawn | ||
dng_sdk | ||
expat | ||
libjpeg_turbo | ||
libpng | ||
libwebp | ||
perfetto | ||
piex | ||
vulkan_headers | ||
vulkan_tools | ||
vulkanmemoryallocator | ||
wuffs | ||
zlib | ||
README.md |
This folder is where we put BUILD.bazel files for external (e.g. third party) dependencies.
If a dependency supports Bazel, we should use those rules, but if the dependency does not, we need to create our own rules in a subdirectory.
These BUILD.bazel files are used in WORKSPACE.bazel (e.g. new_local_repository or new_git_repository).