cef/bazel/win
Marshall Greenblatt bdde55a296 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:59:24 -04:00
..
BUILD.bazel bazel: Add initial config for binary distribution (see #3757) 2024-07-28 18:19:47 +00:00
cc_env.bzl bazel: Add initial config for binary distribution (see #3757) 2024-07-28 18:19:47 +00:00
exe_helpers.bzl bazel: Limit define scope to specific cc targets (see #3757) 2024-08-06 14:59:24 -04:00
mt.bzl bazel: Add initial config for binary distribution (see #3757) 2024-07-28 18:19:47 +00:00
rc.bzl bazel: Add initial config for binary distribution (see #3757) 2024-07-28 18:19:47 +00:00
setup_sdk.bzl bazel: Add initial config for binary distribution (see #3757) 2024-07-28 18:19:47 +00:00
variables.bzl bazel: Add repo for package-local target labels (see #3757) 2024-07-31 18:00:27 -04:00
wrapper.py.tpl bazel: Add initial config for binary distribution (see #3757) 2024-07-28 18:19:47 +00:00