tree: e1f3b2c7b51f0e1f2e2e989cb7c6fcc299f8af33 [path history] [tgz]
  1. dawn/
  2. perfetto/
  3. vulkan_headers/
  4. vulkan_tools/
  5. vulkanmemoryallocator/
  6. 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).