Skip to content
Snippets Groups Projects
Commit 9a2793b9 authored by tholenst's avatar tholenst Committed by Charles Lee
Browse files

Fix kokoro.

I messed up this target, and Kokoro failed because of this.

PiperOrigin-RevId: 243603005
GitOrigin-RevId: fd2dbf7427be6c4bff0ccc68d2619adb6fd8a819
parent 60e7e878
No related branches found
Tags rel_0_2_3
No related merge requests found
......@@ -1018,7 +1018,7 @@ cc_test(
"//cc/util:statusor",
"//cc/util:test_matchers",
"//cc/util:validation",
"//proto:aes_gcm_proto",
"//proto:aes_gcm_cc_proto",
"@com_google_googletest//:gtest_main",
],
)
......@@ -769,6 +769,7 @@ tink_cc_test(
DEPS
tink::core::aead
tink::core::internal_key_manager
tink::proto::aes_gcm_cc_proto
tink::proto::tink_cc_proto
tink::subtle::aes_gcm_boringssl
tink::util::status
......
......@@ -23,7 +23,7 @@
#include "tink/core/template_util.h"
#include "tink/util/status.h"
#include "tink/util/statusor.h"
#include "proto/tink.proto.h"
#include "proto/tink.pb.h"
namespace crypto {
namespace tink {
......
......@@ -27,7 +27,7 @@
#include "tink/util/statusor.h"
#include "tink/util/test_matchers.h"
#include "tink/util/validation.h"
#include "proto/aes_gcm.proto.h"
#include "proto/aes_gcm.pb.h"
namespace crypto {
namespace tink {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment