cef/tools/distrib/bazel
Marshall Greenblatt 9e9ba2c543 bazel: Limit define scope to specific cc targets (see #3757)
- Add `declare_[cc|objc]_library` macros to configure common `copts`
  and `local_defines` (where supported) on `[cc|objc]_library`
  targets. This limits the scope of defines to the specific target
  without inheritance by dependent targets.
- `objc_library` does not currently support `local_defines` so we
  use `copts` instead of MacOS.
- Use `**kwargs` to pass all other arguments to the actual cc
  target declaration.
2024-08-06 14:43:45 -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: Limit define scope to specific cc targets (see #3757) 2024-08-06 14:43:45 -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: 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