From ca6129861de1c225d7bf5645ff8d8a434be9d803 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Wed, 9 Aug 2017 18:44:17 -0700 Subject: Further BUILD cleanup PiperOrigin-RevId: 164804406 --- tensorflow/core/profiler/internal/BUILD | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'tensorflow/core/profiler') diff --git a/tensorflow/core/profiler/internal/BUILD b/tensorflow/core/profiler/internal/BUILD index f9dd1e8c7c..edf6b32cfa 100644 --- a/tensorflow/core/profiler/internal/BUILD +++ b/tensorflow/core/profiler/internal/BUILD @@ -1,6 +1,5 @@ package( default_visibility = ["//tensorflow:internal"], - features = ["-parse_headers"], ) licenses(["notice"]) # Apache 2.0 @@ -272,10 +271,7 @@ cc_library( cc_library( name = "print_model_analysis_hdr", hdrs = ["print_model_analysis.h"], - deps = [ - "//tensorflow/core:framework_lite", - "//tensorflow/core:protos_all_cc", - ], + deps = ["//tensorflow/core:framework"], ) cc_library( @@ -286,6 +282,7 @@ cc_library( ":tfprof_options", ":tfprof_stats", "//tensorflow/c:checkpoint_reader", + "//tensorflow/core:framework", "//tensorflow/core:lib", "//tensorflow/core:protos_all_cc", "//tensorflow/core/profiler:protos_all_cc", -- cgit v1.2.3