cef/tools/distrib/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
..
.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: win: Explicitly link libcef.lib in cc_binary (see #3757) 2024-11-05 11:47:54 -05:00
MODULE.bazel.in bazel: mac: Copy but don't link the CEF framework (see #3757) 2024-08-09 13:18:06 -04: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: Limit define scope to specific cc targets (see #3757) 2024-08-06 14:43:45 -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: Limit define scope to specific cc targets (see #3757) 2024-08-06 14:43:45 -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: Limit define scope to specific cc targets (see #3757) 2024-08-06 14:43:45 -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: Limit define scope to specific cc targets (see #3757) 2024-08-06 14:43:45 -04:00