summaryrefslogtreecommitdiff
path: root/absl/log/BUILD.bazel
diff options
context:
space:
mode:
authorGravatar Andy Getzendanner <durandal@google.com>2023-05-19 18:53:34 -0700
committerGravatar Copybara-Service <copybara-worker@google.com>2023-05-19 18:54:21 -0700
commit68be7315913c8ef8a791a0fb60d98e98787d88b6 (patch)
tree9a5b3fec68e69ec6c37e28db407ba04872626440 /absl/log/BUILD.bazel
parent15d26cdd0179f83b328f3b62ae7d08388ffeef0b (diff)
Rename ABSL_*_IMPL macros to match the other ABSL_LOG_INTERNAL_* macros and to make sure it's clear that they're internal.
Also rename the log and check test files from .h to .inc per https://google.github.io/styleguide/cppguide.html#Self_contained_Headers. PiperOrigin-RevId: 533603350 Change-Id: Iad5d8b683e33b63784cc8e64b84da09f5fc3bf1e
Diffstat (limited to 'absl/log/BUILD.bazel')
-rw-r--r--absl/log/BUILD.bazel4
1 files changed, 2 insertions, 2 deletions
diff --git a/absl/log/BUILD.bazel b/absl/log/BUILD.bazel
index 4813111f..560f6c44 100644
--- a/absl/log/BUILD.bazel
+++ b/absl/log/BUILD.bazel
@@ -289,7 +289,7 @@ cc_library(
"no_test_ios",
"no_test_wasm",
],
- textual_hdrs = ["check_test_impl.h"],
+ textual_hdrs = ["check_test_impl.inc"],
visibility = ["//visibility:private"],
deps = [
"//absl/base:config",
@@ -373,7 +373,7 @@ cc_library(
testonly = True,
copts = ABSL_TEST_COPTS,
linkopts = ABSL_DEFAULT_LINKOPTS,
- textual_hdrs = ["log_basic_test_impl.h"],
+ textual_hdrs = ["log_basic_test_impl.inc"],
visibility = ["//visibility:private"],
deps = [
"//absl/base",