cef/tools/distrib/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
..
.bazelrc bazel: Add initial config for binary distribution (see #3757) 2024-07-28 18:19:47 +00:00
.bazelversion bazel: Add initial config for binary distribution (see #3757) 2024-07-28 18:19:47 +00:00
BUILD.bazel bazel: Add repo for package-local target labels (see #3757) 2024-07-31 17:53:30 -04:00
MODULE.bazel.in bazel: Add initial config for binary distribution (see #3757) 2024-07-28 18:19:47 +00:00
WORKSPACE bazel: Add initial config for binary distribution (see #3757) 2024-07-28 18:19:47 +00:00
bazel-variables.bzl.in bazel: Add initial config for binary distribution (see #3757) 2024-07-28 18:19:47 +00:00
tests-cefclient-BUILD.bazel.in bazel: Fix resource paths as external repo (see #3757) 2024-08-02 16:51:11 -04:00
tests-cefclient-linux-BUILD.bazel bazel: Add initial config for binary distribution (see #3757) 2024-07-28 18:19:47 +00:00
tests-cefclient-mac-BUILD.bazel bazel: Add initial config for binary distribution (see #3757) 2024-07-28 18:19:47 +00:00
tests-cefclient-win-BUILD.bazel bazel: Fix resource paths as external repo (see #3757) 2024-08-02 16:51:11 -04:00
tests-cefsimple-BUILD.bazel.in bazel: Fix resource paths as external repo (see #3757) 2024-08-02 16:51:11 -04:00
tests-cefsimple-linux-BUILD.bazel bazel: Add initial config for binary distribution (see #3757) 2024-07-28 18:19:47 +00:00
tests-cefsimple-mac-BUILD.bazel bazel: Add initial config for binary distribution (see #3757) 2024-07-28 18:19:47 +00:00
tests-cefsimple-win-BUILD.bazel bazel: Fix resource paths as external repo (see #3757) 2024-08-02 16:51:11 -04:00
tests-ceftests-BUILD.bazel.in bazel: Fix resource paths as external repo (see #3757) 2024-08-02 16:51:11 -04:00
tests-ceftests-linux-BUILD.bazel bazel: Add initial config for binary distribution (see #3757) 2024-07-28 18:19:47 +00:00
tests-ceftests-mac-BUILD.bazel bazel: Add initial config for binary distribution (see #3757) 2024-07-28 18:19:47 +00:00
tests-ceftests-win-BUILD.bazel bazel: Fix resource paths as external repo (see #3757) 2024-08-02 16:51:11 -04:00
tests-gtest-BUILD.bazel bazel: Add initial config for binary distribution (see #3757) 2024-07-28 18:19:47 +00:00
tests-shared-BUILD.bazel.in bazel: Add initial config for binary distribution (see #3757) 2024-07-28 18:19:47 +00:00