cef/bazel
Marshall Greenblatt 35f74ccdef 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:55:42 -04:00
..
linux bazel: Add repo for package-local target labels (see #3757) 2024-07-31 18:01:12 -04:00
mac bazel: Add repo for package-local target labels (see #3757) 2024-07-31 18:01:12 -04:00
win bazel: Add repo for package-local target labels (see #3757) 2024-07-31 18:01:12 -04:00
BUILD.bazel bazel: Add initial config for binary distribution (see #3757) 2024-07-30 12:40:04 -04:00
copy_filegroups.bzl bazel: Fix resource paths as external repo (see #3757) 2024-08-02 16:55:42 -04:00