cef/bazel
Marshall Greenblatt 08ae3a44a6 bazel: Fix resource paths as external repo (see #3757)
- Headers that are included by .rc files need to be supplied to
  `declare_exe` via the `resources_deps` attribute (passed as the `deps
  attribute to `compile_rc`). The headers must be part of a cc_library
  target via either the `hdrs` or `srcs` attribute.
- File paths for CEF resources are prefixed with "external/<repo>"
  when CEF is loaded as an external repo. Update `copy_filegroups` to
  work with these paths.
2024-08-02 16:51:11 -04:00
..
linux bazel: Add repo for package-local target labels (see #3757) 2024-07-31 17:53:30 -04:00
mac bazel: Add repo for package-local target labels (see #3757) 2024-07-31 17:53:30 -04:00
win bazel: Add repo for package-local target labels (see #3757) 2024-07-31 17:53:30 -04:00
BUILD.bazel bazel: Add initial config for binary distribution (see #3757) 2024-07-28 18:19:47 +00:00
copy_filegroups.bzl bazel: Fix resource paths as external repo (see #3757) 2024-08-02 16:51:11 -04:00