DescriptionDo not restrict the visibility of webkit_unit_tests to only third_party/WebKit.
We need to access this unit test target from Chromium, hence we need to
make it accessibile outside of Blink.
The error is as follow:
ERROR at //BUILD.gn:723:3: Dependency not allowed.
group("blink_tests") {
^---------------------
The item //:blink_tests can not depend on //third_party/WebKit/Source/web:webkit_unit_tests
because it is not in //third_party/WebKit/Source/web:webkit_unit_tests's
//visibility list: [
//third_party/WebKit/*
]
BUG=483171
TEST=gn gen out-gn/Debug
R=dpranke@chromium.org
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=195024
Patch Set 1 #
Messages
Total messages: 5 (1 generated)
|