Internal-only change

Change: 140098006
This commit is contained in:
Peter Hawkins 2016-11-23 20:32:14 -08:00 committed by TensorFlower Gardener
parent 569cd85032
commit 6cf3ec9c92

View File

@ -1291,7 +1291,10 @@ cc_library(
hdrs = [
"platform/regexp.h",
],
visibility = ["//tensorflow/tools/tfprof:__subpackages__"],
visibility = [
"//tensorflow/compiler:__subpackages__",
"//tensorflow/tools/tfprof:__subpackages__",
],
deps = [":lib_internal"],
)