internal BUILD file cleanup

PiperOrigin-RevId: 278829980
Change-Id: Iec14e036eb915373d24b65d07b54d0780d70ca3f
This commit is contained in:
Adrian Kuegel 2019-11-06 04:27:41 -08:00 committed by TensorFlower Gardener
parent 4f11eb8e53
commit 773a37866e
3 changed files with 3 additions and 3 deletions

View File

@ -971,7 +971,7 @@ tf_cc_test(
"//tensorflow/compiler/xla:test",
"//tensorflow/compiler/xla/tests:hlo_test_base",
"//tensorflow/compiler/xla/tests:xla_internal_test_main",
"//tensorflow/core:protos_all",
"//tensorflow/core:protos_all_cc",
"//tensorflow/core:test",
],
)

View File

@ -1453,7 +1453,7 @@ tf_cc_test(
"//tensorflow/compiler/xla:test",
"//tensorflow/compiler/xla/tests:hlo_test_base",
"//tensorflow/compiler/xla/tests:xla_internal_test_main",
"//tensorflow/core:protos_all",
"//tensorflow/core:protos_all_cc",
"//tensorflow/core:test",
],
)

View File

@ -233,7 +233,7 @@ tf_cc_binary(
"//tensorflow/compiler/xla/service:platform_util",
"//tensorflow/core:framework_internal",
"//tensorflow/core:lib",
"//tensorflow/core:protos_all",
"//tensorflow/core:protos_all_cc",
"@com_google_absl//absl/algorithm:container",
"@com_google_absl//absl/strings",
],