diff --git a/tensorboard/BUILD b/tensorboard/BUILD index 0bf7d51d17..149a462260 100644 --- a/tensorboard/BUILD +++ b/tensorboard/BUILD @@ -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 = [ diff --git a/tensorboard/plugins/audio/BUILD b/tensorboard/plugins/audio/BUILD index 256b815b96..f2361d35c6 100644 --- a/tensorboard/plugins/audio/BUILD +++ b/tensorboard/plugins/audio/BUILD @@ -78,7 +78,6 @@ py_library( ":metadata", ":summary_v2", "//tensorboard:expect_tensorflow_installed", - "//tensorboard:tf_contrib_ffmpeg", "//tensorboard/util:encoder", ], ) diff --git a/tensorboard/util/BUILD b/tensorboard/util/BUILD index 3db15d49f0..f4fbe92a27 100644 --- a/tensorboard/util/BUILD +++ b/tensorboard/util/BUILD @@ -12,7 +12,6 @@ py_library( ":op_evaluator", "//tensorboard:expect_numpy_installed", "//tensorboard:expect_tensorflow_installed", - "//tensorboard:tf_contrib_ffmpeg", ], )