skia2/tools/skiaserve/urlhandlers
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
..
BreakHandler.cpp [includes] Enforce IWYU for //tools/debugger/... 2022-03-30 13:53:13 +00:00
BUILD.bazel [bazel] Add shims to help translation into G3 2022-04-29 19:27:54 +00:00
ClipAlphaHandler.cpp rewrite includes to not need so much -Ifoo 2019-04-24 16:27:11 +00:00
CmdHandler.cpp Remove an uncessary and unused parameter for partially generating the JSON command list 2019-12-13 19:30:03 +00:00
ColorModeHandler.cpp rewrite includes to not need so much -Ifoo 2019-04-24 16:27:11 +00:00
DataHandler.cpp rewrite includes to not need so much -Ifoo 2019-04-24 16:27:11 +00:00
DownloadHandler.cpp rewrite includes to not need so much -Ifoo 2019-04-24 16:27:11 +00:00
EnableGPUHandler.cpp rewrite includes to not need so much -Ifoo 2019-04-24 16:27:11 +00:00
ImgHandler.cpp rewrite includes to not need so much -Ifoo 2019-04-24 16:27:11 +00:00
InfoHandler.cpp rewrite includes to not need so much -Ifoo 2019-04-24 16:27:11 +00:00
OpBoundsHandler.cpp rewrite includes to not need so much -Ifoo 2019-04-24 16:27:11 +00:00
OpsHandler.cpp Remove an uncessary and unused parameter for partially generating the JSON command list 2019-12-13 19:30:03 +00:00
OverdrawHandler.cpp rewrite includes to not need so much -Ifoo 2019-04-24 16:27:11 +00:00
PostHandler.cpp rewrite includes to not need so much -Ifoo 2019-04-24 16:27:11 +00:00
QuitHandler.cpp rewrite includes to not need so much -Ifoo 2019-04-24 16:27:11 +00:00
RootHandler.cpp rewrite includes to not need so much -Ifoo 2019-04-24 16:27:11 +00:00
UrlHandler.h rewrite includes to not need so much -Ifoo 2019-04-24 16:27:11 +00:00