skia2/tools/sk_app/ios
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
..
BUILD.bazel [bazel] Add shims to help translation into G3 2022-04-29 19:27:54 +00:00
GLWindowContext_ios.mm Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'. 2020-09-03 03:41:26 +00:00
main_ios.mm Spruce up iOS viewer and cut CPU drain 2020-11-20 20:32:17 +00:00
MetalWindowContext_ios.mm Reland "Remove ARC from tools lib." 2021-02-22 17:55:52 +00:00
RasterWindowContext_ios.mm Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'. 2020-09-03 03:41:26 +00:00
Window_ios.h Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'. 2020-09-03 03:41:26 +00:00
Window_ios.mm Reland "Fix sk_app macOS raster window build conditions." 2021-04-19 18:25:44 +00:00
WindowContextFactory_ios.h Reland "Fix sk_app macOS raster window build conditions." 2021-04-19 18:25:44 +00:00