skia2/bazel
Kevin Lubick 97caefd055 [bazel] Move zlib and libpng out of //third_party/BUILD.bazel
I had to copy some config_settings out of //bazel/common_config_settings
because these are now treated as separate entities and cannot
see that file.

For libpng, note that we use a genrule to create the
pnglibconf.h instead of pointing to one somewhere else.
This ended up being easier than other things I tried.

Another approach would be to not depend on the version
in third_party/externals, but to clone it via
new_git_repository [1] and apply a patch that creates
the configuration file.

[1] https://bazel.build/rules/lib/repo/git#new_git_repository

Bug: skia:12541
Change-Id: I9a284775dc0f2bdabb145518d5f0803c74fb99fa
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/545368
Reviewed-by: Ben Wagner <bungeman@google.com>
2022-06-01 12:19:01 +00:00
..
common_config_settings [bazel] Add in hierarchical filegroup Bazel rules. 2022-05-31 14:14:54 +00:00
external [bazel] Move zlib and libpng out of //third_party/BUILD.bazel 2022-06-01 12:19:01 +00:00
gcs_mirror gcs_mirror.go: Add support for .zip files. 2022-04-12 22:01:38 +00:00
rbe [bazel] Run buildifier on BUILD.bazel files 2022-04-14 18:13:43 +00:00
user [infra] Add BazelBuild task to build CanvasKit on the CI with Bazel 2022-05-06 17:54:08 +00:00
BUILD.bazel [sksl][wgsl] Enable WGSL validation using Tint 2022-05-17 18:25:01 +00:00
buildrc [bazel] Add rules for CanvasKit and dependent modules 2022-05-31 14:14:54 +00:00
cc_binary_with_flags.bzl [bazel] Add in hierarchical filegroup Bazel rules. 2022-05-31 14:14:54 +00:00
karma_test.bzl [bazel] Make use of test_on_env to spin up server for gms 2022-02-28 14:05:54 +00:00
macros.bzl [bazel] Add rules for CanvasKit and dependent modules 2022-05-31 14:14:54 +00:00
Makefile [bazel] Add rules for CanvasKit and dependent modules 2022-05-31 14:14:54 +00:00