skia2/bazel/external
Brian Salomon 54190a59b3 Manual Dawn roll from ab9757036bd6 to 34d2d1ba0273
https://dawn.googlesource.com/dawn.git/+log/ab9757036bd6..34d2d1ba0273

Change-Id: I887b36df9383c4b2da8bf17e61d775eecefbb84e
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/541738
Commit-Queue: Arman Uguray <armansito@google.com>
Auto-Submit: Brian Salomon <bsalomon@google.com>
Reviewed-by: Arman Uguray <armansito@google.com>
2022-05-18 17:07:32 +00:00
..
dawn Manual Dawn roll from ab9757036bd6 to 34d2d1ba0273 2022-05-18 17:07:32 +00:00
vulkan_headers
vulkan_tools
vulkanmemoryallocator
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).