tree: 6c82d3cb51c07da32d0da12740cd02c09f08be06 [path history] [tgz]
  1. dawn/
  2. dng_sdk/
  3. libjpeg_turbo/
  4. libpng/
  5. libwebp/
  6. piex/
  7. vulkan_headers/
  8. vulkan_tools/
  9. vulkanmemoryallocator/
  10. wuffs/
  11. zlib/
  12. README.md
bazel/external/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).