cef/bazel
Marshall Greenblatt 980cc4b9fe bazel: win: Explicitly link libcef.lib in cc_binary (see #3757)
Using cc_import + interface_library/shared_library to link libcef.lib causes
libcef.dll to be copied as a transitive dependency, leading to issues with
complex Bazel configs. Instead, we explicitly link libcef.lib in the binary
target (cc_binary + linkopts/additional_linker_inputs) and explicitly copy
libcef.dll to the target directory.
2024-11-05 11:47:54 -05:00
..
linux bazel: Limit define scope to specific cc targets (see #3757) 2024-08-06 14:43:45 -04:00
mac Update to Chromium version 129.0.6668.0 2024-08-26 12:44:25 +00:00
win bazel: win: Explicitly link libcef.lib in cc_binary (see #3757) 2024-11-05 11:47:54 -05: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
library_helpers.bzl bazel: Limit define scope to specific cc targets (see #3757) 2024-08-06 14:43:45 -04:00