aboutsummaryrefslogtreecommitdiff
path: root/cc/config
diff options
context:
space:
mode:
authorBartosz Przydatek <przydatek@google.com>2020-01-22 15:30:10 +0100
committerBartosz Przydatek <przydatek@google.com>2020-01-22 15:30:10 +0100
commit91f208a8b14bbee2ba3d2f4b062f03f7e68b902b (patch)
tree08588636b2e987518972d74104e080b89d0ff885 /cc/config
parentb15e4cf13a585880c620c9e85f4ffb75811dfdc1 (diff)
downloadtink-91f208a8b14bbee2ba3d2f4b062f03f7e68b902b.tar.gz
Moving C++ proto targets to a separate directory.
Change-Id: Ib3d0a8eef30313cf7a2e30a2eea754c009368081
Diffstat (limited to 'cc/config')
-rw-r--r--cc/config/BUILD.bazel4
1 files changed, 2 insertions, 2 deletions
diff --git a/cc/config/BUILD.bazel b/cc/config/BUILD.bazel
index d80b59766..6a901727a 100644
--- a/cc/config/BUILD.bazel
+++ b/cc/config/BUILD.bazel
@@ -16,7 +16,7 @@ cc_library(
"//signature:signature_config",
"//streamingaead:streaming_aead_config",
"//util:status",
- "//:config_cc_proto",
+ "//proto:config_cc_proto",
"@com_google_absl//absl/base:core_headers",
],
)
@@ -27,7 +27,7 @@ cc_library(
hdrs = ["config_util.h"],
include_prefix = "tink/config",
deps = [
- "//:config_cc_proto",
+ "//proto:config_cc_proto",
],
)