aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/debug
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2017-08-03 13:47:29 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-08-03 13:51:04 -0700
commit3ac6ed6a62c401b0429633e7b00fddb7b67e06f2 (patch)
tree415d5ea1a307e3cfd9e372c90dd854f5e5ee22c7 /tensorflow/core/debug
parent9f8d8bcc1b771c605c2772e444eafb390c06c160 (diff)
Further refactoring of //tensorflow/core:protos_all_cc dependency reference (in tensorflow/core/BUILD)
PiperOrigin-RevId: 164175525
Diffstat (limited to 'tensorflow/core/debug')
-rw-r--r--tensorflow/core/debug/BUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/tensorflow/core/debug/BUILD b/tensorflow/core/debug/BUILD
index 971576698e..4e32f00abd 100644
--- a/tensorflow/core/debug/BUILD
+++ b/tensorflow/core/debug/BUILD
@@ -29,6 +29,7 @@ load(
"tf_kernel_tests_linkstatic",
"tf_proto_library",
"tf_proto_library_cc",
+ "tf_additional_all_protos",
)
load(
"//tensorflow/core:platform/default/build_config_root.bzl",
@@ -52,8 +53,7 @@ tf_proto_library(
cc_grpc_version = 1,
protodeps = [
":debugger_event_metadata_proto",
- "//tensorflow/core:protos_all",
- ],
+ ] + tf_additional_all_protos(),
visibility = ["//tensorflow:__subpackages__"],
)