Remove //:gn_visibility carve out.
I'm getting rid of //:gn_visibility in Chrome (and other
relevant places) because it wasn't really needed and didn't
do what I'd hoped it would do.
This CL removes the reference to that target from //BUILD.gn
Bug: chromium:1311306
Change-Id: I48b4ef72a3385ad3dc44f305f0a215af4e9541d0
Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/104110
Commit-Queue: Lei Zhang <thestig@chromium.org>
Reviewed-by: Lei Zhang <thestig@chromium.org>
diff --git a/BUILD.gn b/BUILD.gn
index 62210c2..cb1da47 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -397,12 +397,8 @@
}
}
-# Targets below this are only visible within this file (and to the
-# top-level gn_visibility target used to help gn_all build everything).
-visibility = [
- ":*",
- "//:gn_visibility",
-]
+# Targets below this are only visible within this file.
+visibility = [ ":*" ]
group("pdfium_unittest_deps") {
testonly = true