Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1554)

Unified Diff: Source/web/BUILD.gn

Issue 1131763003: Do not restrict the visibility of webkit_unit_tests to only third_party/WebKit. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/BUILD.gn
diff --git a/Source/web/BUILD.gn b/Source/web/BUILD.gn
index e658a0fde3b086f1b721a535b486e49a76832464..0dd917297b0d97c6446770fbeca812738bb4141a 100644
--- a/Source/web/BUILD.gn
+++ b/Source/web/BUILD.gn
@@ -106,6 +106,9 @@ source_set("test_support") {
if (!is_mac) {
# TODO(GYP): Can't link Blink binaries yet on mac.
test("webkit_unit_tests") {
+ visibility = [] # Allow re-assignment of list.
+ visibility = [ "*" ]
+
deps = [
":test_support",
":web",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698