aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/BUILD
diff options
context:
space:
mode:
authorGravatar Gunhan Gulsoy <gunan@google.com>2018-07-02 10:18:32 -0700
committerGravatar Gunhan Gulsoy <gunan@google.com>2018-07-02 10:18:32 -0700
commitb1e54be5fbcba6aff147f16cead9f5eae9342028 (patch)
tree470fc07e2920370ad021d4378dcdaf6c1a5368fc /tensorflow/contrib/BUILD
parente35d9ae50c5bb9ebc6e8e52ab937410fba2030fd (diff)
Deduplicate cloud build targets.
Diffstat (limited to 'tensorflow/contrib/BUILD')
-rw-r--r--tensorflow/contrib/BUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/tensorflow/contrib/BUILD b/tensorflow/contrib/BUILD
index 717533a13f..c039624daa 100644
--- a/tensorflow/contrib/BUILD
+++ b/tensorflow/contrib/BUILD
@@ -131,11 +131,9 @@ py_library(
}) + if_not_windows_cuda([
"//tensorflow/contrib/fused_conv:fused_conv_py", # unresolved symbols, need to export more symbols
]) + if_not_windows([
- "//tensorflow/contrib/bigtable",
- "//tensorflow/contrib/cloud:cloud_py",
+ "//tensorflow/contrib/bigtable", # depends on bigtable
+ "//tensorflow/contrib/cloud:cloud_py", # doesn't compile on Windows
"//tensorflow/contrib/ffmpeg:ffmpeg_ops_py",
- "//tensorflow/contrib/cloud:cloud_py", # depends on bigtable
- "//tensorflow/contrib/bigtable", # doesn't compile on Windows
"//tensorflow/contrib/lite/python:lite", # unix dependency, need to fix code
]),
)