skia2/bazel
Kevin Lubick 46eaab3959 [bazel] Add shims to help translation into G3
Ran the following commands:
find -name "BUILD.bazel" -exec sed -i -e '1iload("//bazel:macros.bzl", "cc_library", "exports_files_legacy")\nexports_files_legacy()' {} +
buildifier --lint=fix --mode=fix -r .

This had the effect of making sure we can export all of our
files in G3 (until we no longer have legacy targets) and
making all of our cc_libraries shim-able.

bazel/macros.bzl has the human-contributed changes, the rest
were mechanical.

Change-Id: I8e24e30e74b038cfd072cdbe4078bfd1d213dd46
Bug: skia:13211
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/535359
Reviewed-by: Ben Wagner <bungeman@google.com>
2022-04-29 19:27:54 +00:00
..
common_config_settings [bazel] Add shims to help translation into G3 2022-04-29 19:27:54 +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
BUILD.bazel [bazel] Add shims to help translation into G3 2022-04-29 19:27:54 +00:00
cc_binary_with_flags.bzl [includes] Enforce IWYU on //example 2022-04-29 15:39:33 +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 shims to help translation into G3 2022-04-29 19:27:54 +00:00
Makefile [includes] Enforce IWYU on src/utils 2022-04-28 17:32:20 +00:00