Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions tensorboard/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -312,13 +312,6 @@ py_library(
visibility = ["//visibility:public"],
)

py_library(
name = "tf_contrib_ffmpeg",
# This is a dummy rule for the open source world, which indicates
# that srcs dereference tf.contrib.ffmpeg.
visibility = ["//visibility:public"],
)

filegroup(
name = "tf_web_library_default_typings",
srcs = [
Expand Down
1 change: 0 additions & 1 deletion tensorboard/plugins/audio/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ py_library(
":metadata",
":summary_v2",
"//tensorboard:expect_tensorflow_installed",
"//tensorboard:tf_contrib_ffmpeg",
"//tensorboard/util:encoder",
],
)
Expand Down
1 change: 0 additions & 1 deletion tensorboard/util/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ py_library(
":op_evaluator",
"//tensorboard:expect_numpy_installed",
"//tensorboard:expect_tensorflow_installed",
"//tensorboard:tf_contrib_ffmpeg",
],
)

Expand Down