aboutsummaryrefslogtreecommitdiff
path: root/cc/.bazelignore
diff options
context:
space:
mode:
authorambrosin <ambrosin@google.com>2022-04-11 05:56:53 -0700
committerCopybara-Service <copybara-worker@google.com>2022-04-11 05:57:54 -0700
commit14286e819c05067c15c3637c109da54b6e816526 (patch)
tree3169661b43dab1622b61ee3a496cfe0264a1d279 /cc/.bazelignore
parent9d21023f031fcaf87f02f6153f2dc23968406240 (diff)
downloadtink-14286e819c05067c15c3637c109da54b6e816526.tar.gz
Move Tink C++ GCP KMS integration to a separate WORKSPACE
In summary: * Create a new WORKSPACE in tink/cc/integration/gcpkms. * Move dependencies from tink_cc to tink_cc_gcpkms; tink_cc no longer depends on gRPC, which is now setup and initialised by tink_cc_gcpkms in tink_cc_gcpkms_deps.bzl and tink_cc_gcpkms_deps_init.bzl. * Add/Update the explicit repository dependency throughout. PiperOrigin-RevId: 440866102
Diffstat (limited to 'cc/.bazelignore')
-rw-r--r--cc/.bazelignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/cc/.bazelignore b/cc/.bazelignore
index 777d548a0..ae24ec143 100644
--- a/cc/.bazelignore
+++ b/cc/.bazelignore
@@ -1,2 +1,3 @@
-# Ignore AWS-KMS integration which is in its own WORKSPACE.
+# Ignore AWS-KMS and Cloud KMS integrations which are in thier own WORKSPACEs.
integration/awskms
+integration/gcpkms