skia2/tools/viewer
Kevin Lubick e94b52c442 [canvaskit] Add skottie to Bazel build
PS 1 regenerates existing Bazel files
PS 2 adds generated Bazel files to skottie and its dependencies,
as well as incorporating it into CanvasKit.

This changes the version of Bazel we use to 5.0.0 (recently
released).We had been using a pre-release of 6.0 because we
wanted the new features in one of the 5.0 release candidates,
but not the regression that was there (and reverted before the
full 5.0 release). I'd like to stick to the latest stable Bazel
release where possible.

Suggested Review Order:
 - //modules/skottie/BUILD.bazel (this was hand written
   to encapsulate the skottie library). The files in the
   deps are based on skottie.gni.
 - //modules/skresources/BUILD.bazel and //modules/sksg/BUILD.bazel
   which expose all sources
 - //third_party/file_map_for_bazel.json which ignores the
   ffmpeg libraries (we won't actually build the SkVideoDecoder
   stuff because HAVE_VIDEO_DECODER is not set).
 - //modules/canvaskit/BUILD.bazel which makes use of the skottie
   library and includes the interface skottie.js file.
 - .bazelversion which changes the Bazel version used (e.g. by
   Bazelisk).
 - All other changes should be auto-generated or related to
   deleted files.

Change-Id: Ic26f9a9dea5310f2cbd9cda7d701847924a39a22
Bug: skia:12541
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/503828
Reviewed-by: Ben Wagner <bungeman@google.com>
Reviewed-by: Jorge Betancourt <jmbetancourt@google.com>
2022-02-04 19:18:27 +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 [canvaskit] Add skottie to Bazel build 2022-02-04 19:18:27 +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
MSKPSlide.cpp
MSKPSlide.h
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 Reland "Add format-specifier warnings to SkDebugf." 2021-06-25 17:57:43 +00:00
SkottieSlide.h
SKPSlide.cpp
SKPSlide.h
SkRiveSlide.cpp
SkRiveSlide.h
SkSLDebuggerSlide.cpp Provide bit-casted slot values from DebugTracePlayer. 2021-12-29 18:30:19 +00:00
SkSLDebuggerSlide.h Show the stack trace in the Debugger slide. 2021-12-14 15:56:44 +00:00
SkSLSlide.cpp Revert "Spruce up SkSL slide with a much nicer editor" 2022-01-07 15:56:16 +00:00
SkSLSlide.h Revert "Spruce up SkSL slide with a much nicer editor" 2022-01-07 15:56:16 +00:00
Slide.h
SlideDir.cpp
SlideDir.h
StatsLayer.cpp
StatsLayer.h
SvgSlide.cpp Reland "Fix compilation w/ "skia_enable_svg = false" (take 2)" 2021-09-01 17:54:08 +00:00
SvgSlide.h
TouchGesture.cpp
TouchGesture.h
Viewer.cpp Remove references to skstd::optional in Skia. 2022-02-04 15:03:16 +00:00
Viewer.h Remove SkSL::String class. 2022-02-03 14:59:16 +00:00