| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Fixes googletest for upcoming `--incompatible_load_cc_rules_from_bzl` (https://github.com/bazelbuild/bazel/issues/8743) and `--incompatible_load_python_rules_from_bzl` (https://github.com/bazelbuild/bazel/issues/9006).
This change was automatically generated with `buildifier -lint=fix -warnings=all $(find . -name "BUILD" -o -name "BUILD.bazel" -o -name "*.bzl")`.
|
|
|
|
|
|
| |
gmock_output_test has to run under python2. Bazel 0.27.0 causes this test to break. Fixing it.
PiperOrigin-RevId: 253820111
|
|
|
|
|
|
|
|
| |
Improve Bazel build files.
New target gtest_prod allows access to the FRIEND_TEST macro without depending on the entirety of GTest in production executables. Additionally, duplicate config_setting rules were removed and formatting was adjusted.
PiperOrigin-RevId: 220279205
|
|
|
|
| |
PiperOrigin-RevId: 216423319
|
|
|
|
| |
PiperOrigin-RevId: 216417182
|
| |
|
|
|
|
| |
and x64_windows_msvc
|
|
|
|
|
| |
Without the directive embedding googletest into third_party breaks
any //... target.
|
| |
|
|
|