skia2/include/ports
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
SkCFObject.h Remove obsolete sk_cf_obj 2022-03-11 05:59:16 +00:00
SkFontConfigInterface.h Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'. 2020-09-03 03:41:26 +00:00
SkFontMgr_android.h
SkFontMgr_directory.h
SkFontMgr_empty.h
SkFontMgr_fontconfig.h
SkFontMgr_FontConfigInterface.h
SkFontMgr_fuchsia.h
SkFontMgr_indirect.h Revert "Revert "onMatchFaceStyle is unused, so remove it"" 2021-04-27 16:40:29 +00:00
SkFontMgr_mac_ct.h Split out coretext fontmgr factory. 2020-06-06 04:06:32 +00:00
SkImageGeneratorCG.h Enable ClangTidy check llvm-namespace-comment. 2020-08-06 19:07:52 +00:00
SkImageGeneratorNDK.h Add platform image encoder for using NDK APIs 2020-08-13 15:21:41 +00:00
SkImageGeneratorWIC.h
SkRemotableFontMgr.h SkAuto[S]TMalloc only for trivially constructible/destructible. 2021-03-31 13:55:45 +00:00
SkTypeface_mac.h
SkTypeface_win.h Convert 0 and NULL to nullptr. 2022-02-09 14:20:57 +00:00