aboutsummaryrefslogtreecommitdiff
path: root/cc/third_party
diff options
context:
space:
mode:
authortholenst <tholenst@google.com>2020-04-14 05:39:00 -0700
committerCopybara-Service <copybara-worker@google.com>2020-04-14 05:39:30 -0700
commit785f9daf2e5c7e6e42e4f6c101aa293580d72c2f (patch)
tree0677be6b624f2e31dfaef6b66cba6480ef7de4f6 /cc/third_party
parentd10fae664d44ae038e1a6490777b9a4b87d22d0c (diff)
downloadtink-785f9daf2e5c7e6e42e4f6c101aa293580d72c2f.tar.gz
Upgrade to the latest version of googleapis.
This means we can also get rid of the patched in BUILD targets, which have been upstreamed. PiperOrigin-RevId: 306420912
Diffstat (limited to 'cc/third_party')
-rw-r--r--cc/third_party/BUILD.bazel6
-rw-r--r--cc/third_party/googleapis.patch27
2 files changed, 0 insertions, 33 deletions
diff --git a/cc/third_party/BUILD.bazel b/cc/third_party/BUILD.bazel
index 1d210dc48..e6d05e7a5 100644
--- a/cc/third_party/BUILD.bazel
+++ b/cc/third_party/BUILD.bazel
@@ -1,9 +1,3 @@
package(default_visibility = ["//visibility:public"])
licenses(["notice"])
-
-exports_files(
- srcs = ["googleapis.patch"]
-)
-
-
diff --git a/cc/third_party/googleapis.patch b/cc/third_party/googleapis.patch
deleted file mode 100644
index 253a967e6..000000000
--- a/cc/third_party/googleapis.patch
+++ /dev/null
@@ -1,27 +0,0 @@
---- google/cloud/kms/v1/BUILD.bazel
-+++ google/cloud/kms/v1/BUILD.bazel
-@@ -155,3 +155,24 @@
- ":kms_go_proto",
- ],
- )
-+
-+##############################################################################
-+# C++
-+##############################################################################
-+load(
-+ "@com_google_googleapis_imports//:imports.bzl",
-+ "cc_grpc_library",
-+ "cc_proto_library",
-+)
-+
-+cc_proto_library(
-+ name = "kms_cc_proto",
-+ deps = [":kms_proto"],
-+)
-+
-+cc_grpc_library(
-+ name = "kms_cc_grpc",
-+ srcs = [":kms_proto"],
-+ grpc_only = True,
-+ deps = [":kms_cc_proto"],
-+)