Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 0 additions & 27 deletions bazel/nlohmann_json.BUILD

This file was deleted.

1 change: 0 additions & 1 deletion bazel/workspace0.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,6 @@ def gl_cpp_workspace0(name = None):
],
sha256 = "0d8ef5af7f9794e3263480193c491549b2ba6cc74bb018906202ada498a79406",
strip_prefix = "json-3.11.3",
build_file = Label("//bazel:nlohmann_json.BUILD"),
)

# Load google/crc32c, a library to efficiently compute CRC32C checksums.
Expand Down
4 changes: 2 additions & 2 deletions docfx/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ cc_library(
}),
deps = [
"@com_github_jbeder_yaml_cpp//:yaml-cpp",
"@com_github_nlohmann_json//:nlohmann_json",
"@com_github_nlohmann_json//:json",
"@com_github_zeux_pugixml//:pugixml",
],
)
Expand All @@ -50,7 +50,7 @@ cc_library(
deps = [
":docfx",
"@com_github_jbeder_yaml_cpp//:yaml-cpp",
"@com_github_nlohmann_json//:nlohmann_json",
"@com_github_nlohmann_json//:json",
"@com_github_zeux_pugixml//:pugixml",
],
)
Expand Down
2 changes: 1 addition & 1 deletion generator/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ cc_library(
"//:common",
"//google/cloud:google_cloud_cpp_rest_internal",
"@com_github_jbeder_yaml_cpp//:yaml-cpp",
"@com_github_nlohmann_json//:nlohmann_json",
"@com_github_nlohmann_json//:json",
"@com_google_absl//absl/strings",
"@com_google_absl//absl/strings:str_format",
"@com_google_googleapis//:googleapis_system_includes",
Expand Down
2 changes: 1 addition & 1 deletion google/cloud/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ cc_library(
deps = [
":google_cloud_cpp_common",
"@com_github_curl_curl//:curl",
"@com_github_nlohmann_json//:nlohmann_json",
"@com_github_nlohmann_json//:json",
"@com_google_absl//absl/functional:function_ref",
"@com_google_absl//absl/types:span",
] + select({
Expand Down
4 changes: 2 additions & 2 deletions google/cloud/storage/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ cc_library(
"@com_github_curl_curl//:curl",
"@com_github_google_crc32c//:crc32c",
"@com_github_grpc_grpc//:grpc++",
"@com_github_nlohmann_json//:nlohmann_json",
"@com_github_nlohmann_json//:json",
"@com_google_absl//absl/algorithm:container",
"@com_google_absl//absl/strings",
"@com_google_absl//absl/time",
Expand Down Expand Up @@ -143,7 +143,7 @@ cc_library(
"//google/cloud:google_cloud_cpp_rest_internal",
"@com_github_curl_curl//:curl",
"@com_github_google_crc32c//:crc32c",
"@com_github_nlohmann_json//:nlohmann_json",
"@com_github_nlohmann_json//:json",
"@com_google_absl//absl/strings:cord",
"@com_google_absl//absl/strings:str_format",
"@com_google_absl//absl/time",
Expand Down