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