SSkCQFix Bazel style nits
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
Fix Bazel style nits By convention, when referring to filegroups or other targets declared in this file, we prefix it with a colon. This adds some visual distinction between files and filegroups. Change-Id: I33a9a070acb2d643cd60662c87d07606800cd79f Reviewed-on: https://skia-review.googlesource.com/c/skia/+/1104296 Commit-Queue: Kaylee Lubick <kjlubick@google.com> Auto-Submit: Kaylee Lubick <kjlubick@google.com> Reviewed-by: Łukasz Anforowicz <lukasza@google.com> Commit-Queue: Łukasz Anforowicz <lukasza@google.com> | 7 个月前 | |
[rust png ] Add explicit dependency to rust_cxx_core_bazel_build action Add explicit dependency from rust_common to rust_cxx_core_bazel_build to get cxx.h guaranteed to be generated. Also remove unrequired dependency from png cxx_bridge to rust/common:ffi_utils Change-Id: I3692d5b6f37a208a33f05836b9783a2ee0b42076 Bug: 452666425 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/1104116 Commit-Queue: Ben Wagner <bungeman@google.com> Reviewed-by: Kaylee Lubick <kjlubick@google.com> Reviewed-by: Ben Wagner <bungeman@google.com> | 7 个月前 | |
[rust png] Move Rust PNG implementation to non-"experimental" dir. This CL moves the remaining experimental/rust_png/... files into non-experimental directories. Bug: chromium:444061405 Change-Id: I6a266f6d1823c08bef147c6334c3d735367dec6a Reviewed-on: https://skia-review.googlesource.com/c/skia/+/1055756 Commit-Queue: Łukasz Anforowicz <lukasza@google.com> Auto-Submit: Łukasz Anforowicz <lukasza@google.com> Reviewed-by: Kaylee Lubick <kjlubick@google.com> Commit-Queue: Kaylee Lubick <kjlubick@google.com> Owners-Override: Kaylee Lubick <kjlubick@google.com> | 9 个月前 |
This directory contains helpers, simplifications, and wrappers that other Skia's C/C++ code can use for interacting with Rust crates. In particular, this is where FFI helpers can be found.