aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/proto_text/BUILD
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-04-24 09:11:15 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-04-24 09:14:24 -0700
commit38b531ddfb1e2fd0afd765710e4416fd555b98ae (patch)
treed68b4e4581fba8af790079f180b95350b269d5cc /tensorflow/tools/proto_text/BUILD
parent1ce99cfa52b19a40cff8a9ae983a0a7f04eb2bf1 (diff)
Internal Change
PiperOrigin-RevId: 194096341
Diffstat (limited to 'tensorflow/tools/proto_text/BUILD')
-rw-r--r--tensorflow/tools/proto_text/BUILD7
1 files changed, 6 insertions, 1 deletions
diff --git a/tensorflow/tools/proto_text/BUILD b/tensorflow/tools/proto_text/BUILD
index ef7bfdd3c9..31e8fb9120 100644
--- a/tensorflow/tools/proto_text/BUILD
+++ b/tensorflow/tools/proto_text/BUILD
@@ -75,9 +75,14 @@ tf_proto_library_cc(
)
tf_generate_proto_text_sources(
- name = "test_proto_text_srcs",
+ name = "test_proto_text",
srcs = ["test.proto"],
srcs_relative_dir = "tensorflow/tools/proto_text/",
+ deps = [
+ ":test_proto_cc",
+ "//tensorflow/core:lib",
+ "//tensorflow/core:lib_internal",
+ ],
)
tf_cc_test(