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