skia2/tools/viewer
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
..
AnimTimer.h
BisectSlide.cpp Extract ToolUtils::sniff_paths 2021-10-19 17:39:11 +00:00
BisectSlide.h Extract ToolUtils::sniff_paths 2021-10-19 17:39:11 +00:00
BUILD.bazel [bazel] Add shims to help translation into G3 2022-04-29 19:27:54 +00:00
GMSlide.cpp
GMSlide.h
ImageSlide.cpp
ImageSlide.h
ImGuiLayer.cpp Update ImGui to v1.85. 2021-12-09 15:10:31 +00:00
ImGuiLayer.h Add support for retina displays to sk_app. 2021-01-29 17:33:48 +00:00
MSKPSlide.cpp Fix viewer crash with corrupted MSKPs 2022-02-17 22:19:18 +00:00
MSKPSlide.h viewer can show offscreen layers in MSKPSlide 2021-05-12 19:49:03 +00:00
ParticlesSlide.cpp Remove starts_with and ends_with from SkSL::String. 2022-02-02 14:14:49 +00:00
ParticlesSlide.h
SampleSlide.cpp
SampleSlide.h
SkottieSlide.cpp [skottie] Add transform tracking to SkottieSlide 2022-04-20 15:55:24 +00:00
SkottieSlide.h [skottie] Add transform tracking to SkottieSlide 2022-04-20 15:55:24 +00:00
SKPSlide.cpp One binary serialization path for SkSamplingOptions 2022-04-04 19:23:53 +00:00
SKPSlide.h
SkSLDebuggerSlide.cpp Reland "[includes] Remove link between SkImage.h and SkImageEncoder.h" 2022-03-10 04:47:51 +00:00
SkSLDebuggerSlide.h Show the stack trace in the Debugger slide. 2021-12-14 15:56:44 +00:00
SkSLSlide.cpp Reland "[includes] Remove link between SkImage.h and SkImageEncoder.h" 2022-03-10 04:47:51 +00:00
SkSLSlide.h Revert "Spruce up SkSL slide with a much nicer editor" 2022-01-07 15:56:16 +00:00
Slide.h Reland "FPS and frame control for MSKP slide." 2021-04-30 13:15:33 +00:00
SlideDir.cpp Simplify common case for recttorect 2021-01-15 18:37:46 +00:00
SlideDir.h
StatsLayer.cpp Simplify common case for recttorect 2021-01-15 18:37:46 +00:00
StatsLayer.h
SvgSlide.cpp Reland "Fix compilation w/ "skia_enable_svg = false" (take 2)" 2021-09-01 17:54:08 +00:00
SvgSlide.h Reland "[svg] Plumb a ResourceProvider" 2021-01-27 21:12:23 +00:00
TouchGesture.cpp Don't limit pinch zooming in viewer 2020-11-11 17:51:35 +00:00
TouchGesture.h Don't limit pinch zooming in viewer 2020-11-11 17:51:35 +00:00
Viewer.cpp Add optional OT-SVG support to FreeType 2022-04-25 18:51:01 +00:00
Viewer.h Remove SkSL::String class. 2022-02-03 14:59:16 +00:00