skia2/tools/sk_app
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
..
android [bazel] Add shims to help translation into G3 2022-04-29 19:27:54 +00:00
ios [bazel] Add shims to help translation into G3 2022-04-29 19:27:54 +00:00
mac [bazel] Add shims to help translation into G3 2022-04-29 19:27:54 +00:00
unix [bazel] Add shims to help translation into G3 2022-04-29 19:27:54 +00:00
wasm [bazel] Add shims to help translation into G3 2022-04-29 19:27:54 +00:00
win [bazel] Add shims to help translation into G3 2022-04-29 19:27:54 +00:00
Application.h
BUILD.bazel [bazel] Add shims to help translation into G3 2022-04-29 19:27:54 +00:00
CommandSet.cpp [bazel] Use toolchain features to opt files into being IWYU compliant. 2022-03-16 13:09:46 +00:00
CommandSet.h [bazel] Use toolchain features to opt files into being IWYU compliant. 2022-03-16 13:09:46 +00:00
DawnWindowContext.cpp [dawn] Clean up include paths and dawn_native namespace 2022-03-07 14:38:55 +00:00
DawnWindowContext.h [dawn] Clean up include paths and dawn_native namespace 2022-03-07 14:38:55 +00:00
DisplayParams.h [includes] Prepare for moving SkColorSpace to forward declare 2022-03-31 19:50:10 +00:00
GLWindowContext.cpp Move all Ganesh source files into ganesh subdirectory. 2022-04-07 21:06:50 +00:00
GLWindowContext.h
GraphiteMetalWindowContext.h [graphite] Add support to Mac Viewer. 2021-09-30 21:38:25 +00:00
GraphiteMetalWindowContext.mm Reland "[graphite] Move Graphite into Skia base directories." 2022-04-11 18:37:20 +00:00
MetalWindowContext.h Move Ganesh specific headers into include/private/gpu/ganesh 2022-04-12 17:30:07 +00:00
MetalWindowContext.mm Move all Ganesh source files into ganesh subdirectory. 2022-04-07 21:06:50 +00:00
RasterWindowContext.h
VulkanWindowContext.cpp Move all Ganesh source files into ganesh subdirectory. 2022-04-07 21:06:50 +00:00
VulkanWindowContext.h Move all Ganesh source files into ganesh subdirectory. 2022-04-07 21:06:50 +00:00
Window.cpp Add activation events to sk_app. 2020-11-16 16:44:08 +00:00
Window.h [graphite] Move all graphite classes under skgpu::graphite. 2022-04-08 00:42:37 +00:00
WindowContext.cpp Reland "[graphite] Move Graphite into Skia base directories." 2022-04-11 18:37:20 +00:00
WindowContext.h [graphite] Move all graphite classes under skgpu::graphite. 2022-04-08 00:42:37 +00:00