Remove //:gn_visibility build target.
It was kinda sorta useful during the GYP->GN migration but it never really worked the way it meant to work, and at any rate the migration was a long time ago. We don't need the target any more. Bug: 1311306 Change-Id: I662ea29b9708a9f1c9d11316464b8d4c23b5eccd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4299703 Reviewed-by: Bruce Dawson <brucedawson@chromium.org> Commit-Queue: Dirk Pranke <dpranke@google.com> Cr-Commit-Position: refs/heads/main@{#1111745}
This commit is contained in:

committed by
Chromium LUCI CQ

parent
a03dfb00e3
commit
b6db96513d
5
BUILD.gn
5
BUILD.gn
@@ -1032,11 +1032,6 @@ if (is_chromeos_ash) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
# TODO(crbug.com/1311306) - Remove this target once all references to
|
|
||||||
# it have been removed from this and other repos.
|
|
||||||
group("gn_visibility") {
|
|
||||||
}
|
|
||||||
|
|
||||||
if (!is_ios) {
|
if (!is_ios) {
|
||||||
group("chromedriver_group") {
|
group("chromedriver_group") {
|
||||||
testonly = true
|
testonly = true
|
||||||
|
Reference in New Issue
Block a user