[fuchsia] Tighten visibility list

The a11y_manager no longer uses absl. We can tighten down the visibility
list a bit.

Change-Id: Ibabc7d270d10c2a64ad55ceca52c8f407a486046
diff --git a/BUILD.gn b/BUILD.gn
index dac6641..d0c7c93 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -6,7 +6,6 @@
 # abseil-cpp from the Fuchsia platform source tree once cobalt
 # moves out-of-tree.
 visibility = [
-  "//garnet/bin/a11y/a11y_manager/*",
   "//third_party/abseil-cpp/*",
   "//third_party/cobalt/*",
   "//third_party/tink/*",
diff --git a/absl/BUILD.gn b/absl/BUILD.gn
index ff7a239..523c144 100644
--- a/absl/BUILD.gn
+++ b/absl/BUILD.gn
@@ -3,7 +3,6 @@
 # found in the LICENSE file.
 
 visibility = [
-  "//garnet/bin/a11y/a11y_manager/*",
   "//third_party/abseil-cpp/*",
   "//third_party/cobalt/*",
   "//third_party/tink/*",
diff --git a/absl/base/BUILD.gn b/absl/base/BUILD.gn
index 069693a..9882930 100644
--- a/absl/base/BUILD.gn
+++ b/absl/base/BUILD.gn
@@ -6,7 +6,6 @@
 # abseil-cpp from the Fuchsia platform source tree once cobalt
 # moves out-of-tree.
 visibility = [
-  "//garnet/bin/a11y/a11y_manager/*",
   "//third_party/abseil-cpp/*",
   "//third_party/cobalt/*",
   "//third_party/tink/*",
diff --git a/absl/debugging/BUILD.gn b/absl/debugging/BUILD.gn
index 83f97b2..bd7ecc4 100644
--- a/absl/debugging/BUILD.gn
+++ b/absl/debugging/BUILD.gn
@@ -3,7 +3,6 @@
 # found in the LICENSE file.
 
 visibility = [
-  "//garnet/bin/a11y/a11y_manager/*",
   "//third_party/abseil-cpp/*",
   "//third_party/cobalt/*",
   "//third_party/tink/*",
diff --git a/absl/memory/BUILD.gn b/absl/memory/BUILD.gn
index d2b5d4d..496d0a5 100644
--- a/absl/memory/BUILD.gn
+++ b/absl/memory/BUILD.gn
@@ -6,7 +6,6 @@
 # abseil-cpp from the Fuchsia platform source tree once cobalt
 # moves out-of-tree.
 visibility = [
-  "//garnet/bin/a11y/a11y_manager/*",
   "//third_party/abseil-cpp/*",
   "//third_party/cobalt/*",
   "//third_party/tink/*",
diff --git a/absl/meta/BUILD.gn b/absl/meta/BUILD.gn
index c79cac4..0ff9292 100644
--- a/absl/meta/BUILD.gn
+++ b/absl/meta/BUILD.gn
@@ -6,7 +6,6 @@
 # abseil-cpp from the Fuchsia platform source tree once cobalt
 # moves out-of-tree.
 visibility = [
-  "//garnet/bin/a11y/a11y_manager/*",
   "//third_party/abseil-cpp/*",
   "//third_party/cobalt/*",
   "//third_party/tink/*",
diff --git a/absl/numeric/BUILD.gn b/absl/numeric/BUILD.gn
index c387837..8169cb1 100644
--- a/absl/numeric/BUILD.gn
+++ b/absl/numeric/BUILD.gn
@@ -6,7 +6,6 @@
 # abseil-cpp from the Fuchsia platform source tree once cobalt
 # moves out-of-tree.
 visibility = [
-  "//garnet/bin/a11y/a11y_manager/*",
   "//third_party/abseil-cpp/*",
   "//third_party/cobalt/*",
   "//third_party/tink/*",
diff --git a/absl/strings/BUILD.gn b/absl/strings/BUILD.gn
index 766ccdc..afa7745 100644
--- a/absl/strings/BUILD.gn
+++ b/absl/strings/BUILD.gn
@@ -6,7 +6,6 @@
 # abseil-cpp from the Fuchsia platform source tree once cobalt
 # moves out-of-tree.
 visibility = [
-  "//garnet/bin/a11y/a11y_manager/*",
   "//third_party/abseil-cpp/*",
   "//third_party/cobalt/*",
   "//third_party/tink/*",
diff --git a/absl/synchronization/BUILD.gn b/absl/synchronization/BUILD.gn
index edce278..58e860e 100644
--- a/absl/synchronization/BUILD.gn
+++ b/absl/synchronization/BUILD.gn
@@ -6,7 +6,6 @@
 # abseil-cpp from the Fuchsia platform source tree once cobalt
 # moves out-of-tree.
 visibility = [
-  "//garnet/bin/a11y/a11y_manager/*",
   "//third_party/abseil-cpp/*",
   "//third_party/cobalt/*",
   "//third_party/tink/*",
diff --git a/absl/time/BUILD.gn b/absl/time/BUILD.gn
index a558bc3..6f4a045 100644
--- a/absl/time/BUILD.gn
+++ b/absl/time/BUILD.gn
@@ -6,7 +6,6 @@
 # abseil-cpp from the Fuchsia platform source tree once cobalt
 # moves out-of-tree.
 visibility = [
-  "//garnet/bin/a11y/a11y_manager/*",
   "//third_party/abseil-cpp/*",
   "//third_party/cobalt/*",
   "//third_party/tink/*",