aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/input_pipeline/kernels/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/contrib/input_pipeline/kernels/BUILD')
-rw-r--r--tensorflow/contrib/input_pipeline/kernels/BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/contrib/input_pipeline/kernels/BUILD b/tensorflow/contrib/input_pipeline/kernels/BUILD
index c47ba37e26..99bf1c8743 100644
--- a/tensorflow/contrib/input_pipeline/kernels/BUILD
+++ b/tensorflow/contrib/input_pipeline/kernels/BUILD
@@ -11,9 +11,9 @@ cc_library(
name = "input_pipeline_kernels",
srcs = ["input_pipeline_kernels.cc"],
deps = [
- "//:protobuf_headers",
"//tensorflow/core:framework_headers_lib",
"//third_party/eigen3",
+ "@protobuf//:protobuf_headers",
],
alwayslink = 1,
)