skia2/bazel/external
Michael Ludwig 9b88c8b66c Manual dawn roll
Bug: skia:13477
Change-Id: I524e076282e9dde3a8ad5d39c58e6054f684fbf0
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/554376
Reviewed-by: Kevin Lubick <kjlubick@google.com>
Commit-Queue: Michael Ludwig <michaelludwig@google.com>
Auto-Submit: Michael Ludwig <michaelludwig@google.com>
2022-06-29 15:02:34 +00:00
..
dawn Manual dawn roll 2022-06-29 15:02:34 +00:00
dng_sdk [bazel] Move remaining codec build rules to //bazel/external 2022-06-01 19:12:14 +00:00
expat [bazel] Add option for SkSVGCanvas (and expat third_party DEP) 2022-06-27 15:56:55 +00:00
libjpeg_turbo [bazel] Add option for SkSVGCanvas (and expat third_party DEP) 2022-06-27 15:56:55 +00:00
libpng [bazel] Fix toolchains on M1 Mac 2022-06-27 14:02:49 +00:00
libwebp [bazel] Replace -isystem with -I for copts 2022-06-28 17:16:42 +00:00
perfetto Reland "Add Perfetto library (gn & bazel) and bare-bones SkPerfTrace class" 2022-06-15 16:35:05 +00:00
piex [bazel] Move remaining codec build rules to //bazel/external 2022-06-01 19:12:14 +00:00
vulkan_headers [bazel] Move third party BUILD.bazel files to bazel/external 2022-05-17 12:13:49 +00:00
vulkan_tools [bazel] Move third party BUILD.bazel files to bazel/external 2022-05-17 12:13:49 +00:00
vulkanmemoryallocator [bazel] Move third party BUILD.bazel files to bazel/external 2022-05-17 12:13:49 +00:00
wuffs [bazel] Move remaining codec build rules to //bazel/external 2022-06-01 19:12:14 +00:00
zlib [bazel] Replace -isystem with -I for copts 2022-06-28 17:16:42 +00:00
README.md [bazel] Move third party BUILD.bazel files to bazel/external 2022-05-17 12:13:49 +00:00

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).