skia2/tools/sk_app/unix
Kevin Lubick 24f0b884c0 [bazel] Move Dawn BUILD.bazel to third_party/bazel
Rather than having a monolithic third_party/BUILD.bazel, this moves
our Dawn rules to their own subdirectory and makes it callable via
@dawn instead of //third_party/dawn.

This will help with the G3 roll and make our rules more organized in
general.

This also rolls Dawn
Roll Dawn from ab9757036bd6 to e831fb61046b (22 revisions)

https://dawn.googlesource.com/dawn.git/+log/ab9757036bd6..e831fb61046b

Suggested Review Order:
 - WORKSPACE.bazel, where we define @dawn and its deps
   (@vulkan_headers and @vulkan_tools). I initially thought
   I needed to define all of Dawn's deps in the workspace_file_content
   for new_local_repository, but that WORKSPACE file is
   ignored when building Skia rules.
 - third_party/dawn/BUILD.bazel, the contents of which were copied
   from //third_party/BUILD.bazel and modified largely via
   find-and-replace to point to files relative to
   //third_party/externals/dawn. One exception is the cpu_wasm
   config_setting because @dawn isn't able to see Skia's
   //bazel/macros.bzl.
 - All other files

Change-Id: Ib2d7bc972ef00b6b68370ce5c2839ffb70ed9a2f
Bug: skia:12541, skia:13211
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/538638
Reviewed-by: Ben Wagner <bungeman@google.com>
Commit-Queue: Kevin Lubick <kjlubick@google.com>
2022-05-16 14:06:59 +00:00
..
BUILD.bazel [bazel] Move Dawn BUILD.bazel to third_party/bazel 2022-05-16 14:06:59 +00:00
DawnVulkanWindowContext_unix.cpp [dawn] Clean up include paths and dawn_native namespace 2022-03-07 14:38:55 +00:00
GLWindowContext_unix.cpp Clean up remaining NVPR bits & bobs 2021-03-23 19:12:12 +00:00
keysym2ucs.c rewrite includes to not need so much -Ifoo 2019-04-24 16:27:11 +00:00
keysym2ucs.h
main_unix.cpp sk_app, editor: cursor blink 2019-08-02 15:36:40 +00:00
RasterWindowContext_unix.cpp Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'. 2020-09-03 03:41:26 +00:00
VulkanWindowContext_unix.cpp Move all Ganesh source files into ganesh subdirectory. 2022-04-07 21:06:50 +00:00
Window_unix.cpp [bazel] Support Vulkan 2022-03-08 21:21:17 +00:00
Window_unix.h Initialize fBackend in Window_unix 2021-06-29 14:33:26 +00:00
WindowContextFactory_unix.h [dawn] Clean up include paths and dawn_native namespace 2022-03-07 14:38:55 +00:00