Skip to content

Commit 22f482f

Browse files
authored
Remove bazelbuild/rules_cc dependency (abseil#1038)
1 parent d6f40f4 commit 22f482f

File tree

21 files changed

+0
-30
lines changed

21 files changed

+0
-30
lines changed

WORKSPACE

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,6 @@ http_archive(
3535
urls = ["https://github.com/google/benchmark/archive/0baacde3618ca617da95375e0af13ce1baadea47.zip"],
3636
)
3737

38-
# C++ rules for Bazel.
39-
http_archive(
40-
name = "rules_cc", # 2021-06-07T16:41:49Z
41-
sha256 = "b295cad8c5899e371dde175079c0a2cdc0151f5127acc92366a8c986beb95c76",
42-
strip_prefix = "rules_cc-daf6ace7cfeacd6a83e9ff2ed659f416537b6c74",
43-
urls = ["https://github.com/bazelbuild/rules_cc/archive/daf6ace7cfeacd6a83e9ff2ed659f416537b6c74.zip"],
44-
)
45-
4638
# Bazel platform rules.
4739
http_archive(
4840
name = "platforms",

absl/algorithm/BUILD.bazel

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

17-
load("@rules_cc//cc:defs.bzl", "cc_library", "cc_test")
1817
load(
1918
"//absl:copts/configure_copts.bzl",
2019
"ABSL_DEFAULT_COPTS",

absl/base/BUILD.bazel

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

17-
load("@rules_cc//cc:defs.bzl", "cc_binary", "cc_library", "cc_test")
1817
load(
1918
"//absl:copts/configure_copts.bzl",
2019
"ABSL_DEFAULT_COPTS",

absl/cleanup/BUILD.bazel

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

15-
load("@rules_cc//cc:defs.bzl", "cc_library", "cc_test")
1615
load(
1716
"//absl:copts/configure_copts.bzl",
1817
"ABSL_DEFAULT_COPTS",

absl/container/BUILD.bazel

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

17-
load("@rules_cc//cc:defs.bzl", "cc_binary", "cc_library", "cc_test")
1817
load(
1918
"//absl:copts/configure_copts.bzl",
2019
"ABSL_DEFAULT_COPTS",

absl/debugging/BUILD.bazel

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

17-
load("@rules_cc//cc:defs.bzl", "cc_library", "cc_test")
1817
load(
1918
"//absl:copts/configure_copts.bzl",
2019
"ABSL_DEFAULT_COPTS",

absl/flags/BUILD.bazel

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

17-
load("@rules_cc//cc:defs.bzl", "cc_binary", "cc_library", "cc_test")
1817
load(
1918
"//absl:copts/configure_copts.bzl",
2019
"ABSL_DEFAULT_COPTS",

absl/functional/BUILD.bazel

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

17-
load("@rules_cc//cc:defs.bzl", "cc_library", "cc_test")
1817
load(
1918
"//absl:copts/configure_copts.bzl",
2019
"ABSL_DEFAULT_COPTS",

absl/hash/BUILD.bazel

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

17-
load("@rules_cc//cc:defs.bzl", "cc_library", "cc_test")
1817
load(
1918
"//absl:copts/configure_copts.bzl",
2019
"ABSL_DEFAULT_COPTS",

absl/memory/BUILD.bazel

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

17-
load("@rules_cc//cc:defs.bzl", "cc_library", "cc_test")
1817
load(
1918
"//absl:copts/configure_copts.bzl",
2019
"ABSL_DEFAULT_COPTS",

absl/meta/BUILD.bazel

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

17-
load("@rules_cc//cc:defs.bzl", "cc_library", "cc_test")
1817
load(
1918
"//absl:copts/configure_copts.bzl",
2019
"ABSL_DEFAULT_COPTS",

absl/numeric/BUILD.bazel

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

15-
load("@rules_cc//cc:defs.bzl", "cc_library", "cc_test")
1615
load(
1716
"//absl:copts/configure_copts.bzl",
1817
"ABSL_DEFAULT_COPTS",

absl/random/BUILD.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616

1717
# ABSL random-number generation libraries.
1818

19-
load("@rules_cc//cc:defs.bzl", "cc_binary", "cc_library", "cc_test")
2019
load(
2120
"//absl:copts/configure_copts.bzl",
2221
"ABSL_DEFAULT_COPTS",

absl/random/internal/BUILD.bazel

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

17-
load("@rules_cc//cc:defs.bzl", "cc_binary", "cc_library", "cc_test")
18-
1917
# Internal-only implementation classes for Abseil Random
2018
load(
2119
"//absl:copts/configure_copts.bzl",

absl/status/BUILD.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
# It will expand later to have utilities around `Status` like `StatusOr`,
1818
# `StatusBuilder` and macros.
1919

20-
load("@rules_cc//cc:defs.bzl", "cc_library", "cc_test")
2120
load(
2221
"//absl:copts/configure_copts.bzl",
2322
"ABSL_DEFAULT_COPTS",

absl/strings/BUILD.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
load("@rules_cc//cc:defs.bzl", "cc_library", "cc_test")
1716
load(
1817
"//absl:copts/configure_copts.bzl",
1918
"ABSL_DEFAULT_COPTS",

absl/synchronization/BUILD.bazel

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

17-
load("@rules_cc//cc:defs.bzl", "cc_binary", "cc_library", "cc_test")
1817
load(
1918
"//absl:copts/configure_copts.bzl",
2019
"ABSL_DEFAULT_COPTS",

absl/time/BUILD.bazel

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

17-
load("@rules_cc//cc:defs.bzl", "cc_library", "cc_test")
1817
load(
1918
"//absl:copts/configure_copts.bzl",
2019
"ABSL_DEFAULT_COPTS",

absl/time/internal/cctz/BUILD.bazel

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

15-
load("@rules_cc//cc:defs.bzl", "cc_library", "cc_test")
16-
1715
package(features = ["-parse_headers"])
1816

1917
licenses(["notice"])

absl/types/BUILD.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
load("@rules_cc//cc:defs.bzl", "cc_library", "cc_test")
1716
load(
1817
"//absl:copts/configure_copts.bzl",
1918
"ABSL_DEFAULT_COPTS",

absl/utility/BUILD.bazel

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

17-
load("@rules_cc//cc:defs.bzl", "cc_library", "cc_test")
1817
load(
1918
"//absl:copts/configure_copts.bzl",
2019
"ABSL_DEFAULT_COPTS",

0 commit comments

Comments
 (0)