9d10f64104
Change-Id: Id6efc88e2d048ade8aa2c0e7870c0bc73b1afcf5 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/553537 Reviewed-by: Kevin Lubick <kjlubick@google.com> Commit-Queue: Michael Ludwig <michaelludwig@google.com> Commit-Queue: Kevin Lubick <kjlubick@google.com> Reviewed-by: James Godfrey-Kittle <jamesgk@google.com> Auto-Submit: Michael Ludwig <michaelludwig@google.com> Commit-Queue: James Godfrey-Kittle <jamesgk@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).