Skip to content

Commit 8783613

Browse files
Abseil Teamcopybara-github
authored andcommitted
Automated Code Change
PiperOrigin-RevId: 783054860 Change-Id: I3f84881642f2f77be5d5275983243edf6305178c
1 parent f8b4736 commit 8783613

17 files changed

Lines changed: 46 additions & 0 deletions

File tree

absl/algorithm/BUILD.bazel

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
# limitations under the License.
1515
#
1616

17+
load("@rules_cc//cc:cc_library.bzl", "cc_library")
18+
load("@rules_cc//cc:cc_test.bzl", "cc_test")
1719
load(
1820
"//absl:copts/configure_copts.bzl",
1921
"ABSL_DEFAULT_COPTS",

absl/base/BUILD.bazel

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
# limitations under the License.
1515
#
1616

17+
load("@rules_cc//cc:cc_binary.bzl", "cc_binary")
18+
load("@rules_cc//cc:cc_library.bzl", "cc_library")
19+
load("@rules_cc//cc:cc_test.bzl", "cc_test")
1720
load(
1821
"//absl:copts/configure_copts.bzl",
1922
"ABSL_DEFAULT_COPTS",

absl/cleanup/BUILD.bazel

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15+
load("@rules_cc//cc:cc_library.bzl", "cc_library")
16+
load("@rules_cc//cc:cc_test.bzl", "cc_test")
1517
load(
1618
"//absl:copts/configure_copts.bzl",
1719
"ABSL_DEFAULT_COPTS",

absl/container/BUILD.bazel

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
# limitations under the License.
1515
#
1616

17+
load("@rules_cc//cc:cc_binary.bzl", "cc_binary")
18+
load("@rules_cc//cc:cc_library.bzl", "cc_library")
19+
load("@rules_cc//cc:cc_test.bzl", "cc_test")
1720
load(
1821
"//absl:copts/configure_copts.bzl",
1922
"ABSL_DEFAULT_COPTS",

absl/crc/BUILD.bazel

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15+
load("@rules_cc//cc:cc_binary.bzl", "cc_binary")
16+
load("@rules_cc//cc:cc_library.bzl", "cc_library")
17+
load("@rules_cc//cc:cc_test.bzl", "cc_test")
1518
load(
1619
"//absl:copts/configure_copts.bzl",
1720
"ABSL_DEFAULT_COPTS",

absl/flags/BUILD.bazel

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
# limitations under the License.
1515
#
1616

17+
load("@rules_cc//cc:cc_binary.bzl", "cc_binary")
18+
load("@rules_cc//cc:cc_library.bzl", "cc_library")
19+
load("@rules_cc//cc:cc_test.bzl", "cc_test")
1720
load(
1821
"//absl:copts/configure_copts.bzl",
1922
"ABSL_DEFAULT_COPTS",

absl/functional/BUILD.bazel

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
# limitations under the License.
1515
#
1616

17+
load("@rules_cc//cc:cc_binary.bzl", "cc_binary")
18+
load("@rules_cc//cc:cc_library.bzl", "cc_library")
19+
load("@rules_cc//cc:cc_test.bzl", "cc_test")
1720
load(
1821
"//absl:copts/configure_copts.bzl",
1922
"ABSL_DEFAULT_COPTS",

absl/hash/BUILD.bazel

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
# limitations under the License.
1515
#
1616

17+
load("@rules_cc//cc:cc_binary.bzl", "cc_binary")
18+
load("@rules_cc//cc:cc_library.bzl", "cc_library")
19+
load("@rules_cc//cc:cc_test.bzl", "cc_test")
1720
load(
1821
"//absl:copts/configure_copts.bzl",
1922
"ABSL_DEFAULT_COPTS",

absl/log/BUILD.bazel

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
# limitations under the License.
1515
#
1616

17+
load("@rules_cc//cc:cc_library.bzl", "cc_library")
18+
load("@rules_cc//cc:cc_test.bzl", "cc_test")
1719
load(
1820
"//absl:copts/configure_copts.bzl",
1921
"ABSL_DEFAULT_COPTS",

absl/log/internal/BUILD.bazel

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
# limitations under the License.
1515
#
1616

17+
load("@rules_cc//cc:cc_binary.bzl", "cc_binary")
18+
load("@rules_cc//cc:cc_library.bzl", "cc_library")
19+
load("@rules_cc//cc:cc_test.bzl", "cc_test")
1720
load(
1821
"//absl:copts/configure_copts.bzl",
1922
"ABSL_DEFAULT_COPTS",

0 commit comments

Comments
 (0)