aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/profiler
diff options
context:
space:
mode:
authorGravatar Martin Wicke <wicke@google.com>2018-03-28 20:46:14 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-03-28 20:49:47 -0700
commitbb582f1b6fad474bc446c78a6683247a8eb6048e (patch)
tree723033399aa0fea97e134c25423edc3293140bb1 /tensorflow/core/profiler
parent789e442513e85ab1caeb1e03997b0aafa3cd76d7 (diff)
Remove all_opensource_files. It's not needed any more.
PiperOrigin-RevId: 190878279
Diffstat (limited to 'tensorflow/core/profiler')
-rw-r--r--tensorflow/core/profiler/BUILD15
-rw-r--r--tensorflow/core/profiler/internal/BUILD14
-rw-r--r--tensorflow/core/profiler/internal/advisor/BUILD15
3 files changed, 0 insertions, 44 deletions
diff --git a/tensorflow/core/profiler/BUILD b/tensorflow/core/profiler/BUILD
index 5ce6f1046d..3d3203cdaa 100644
--- a/tensorflow/core/profiler/BUILD
+++ b/tensorflow/core/profiler/BUILD
@@ -4,21 +4,6 @@ package(
licenses(["notice"]) # Apache 2.0
-# -----------------------------------------------------------------------------
-# Google-internal targets. These must be at the end for syncrepo.
-
-filegroup(
- name = "all_files",
- srcs = glob(
- ["**/*"],
- exclude = [
- "**/METADATA",
- "**/OWNERS",
- ],
- ),
- visibility = ["//tensorflow:__subpackages__"],
-)
-
load("//tensorflow:tensorflow.bzl", "tf_cc_binary")
load("//tensorflow/core:platform/default/build_config.bzl", "tf_proto_library")
load("//tensorflow/core:platform/default/build_config.bzl", "tf_additional_all_protos")
diff --git a/tensorflow/core/profiler/internal/BUILD b/tensorflow/core/profiler/internal/BUILD
index 05a798bff8..8dcfde9a2a 100644
--- a/tensorflow/core/profiler/internal/BUILD
+++ b/tensorflow/core/profiler/internal/BUILD
@@ -365,17 +365,3 @@ cc_library(
"//tensorflow/core:regexp_internal",
],
)
-# -----------------------------------------------------------------------------
-# Google-internal targets. These must be at the end for syncrepo.
-
-filegroup(
- name = "all_files",
- srcs = glob(
- ["**/*"],
- exclude = [
- "**/METADATA",
- "**/OWNERS",
- ],
- ),
- visibility = ["//tensorflow:__subpackages__"],
-)
diff --git a/tensorflow/core/profiler/internal/advisor/BUILD b/tensorflow/core/profiler/internal/advisor/BUILD
index 40cfd1e12e..1fedb05ae3 100644
--- a/tensorflow/core/profiler/internal/advisor/BUILD
+++ b/tensorflow/core/profiler/internal/advisor/BUILD
@@ -73,18 +73,3 @@ tf_cc_test(
"//tensorflow/core/profiler/internal:tfprof_tf_testlib",
],
)
-
-# -----------------------------------------------------------------------------
-# Google-internal targets. These must be at the end for syncrepo.
-
-filegroup(
- name = "all_files",
- srcs = glob(
- ["**/*"],
- exclude = [
- "**/METADATA",
- "**/OWNERS",
- ],
- ),
- visibility = ["//tensorflow:__subpackages__"],
-)