14 lines
322 B
Diff
14 lines
322 B
Diff
diff --git ui/ozone/BUILD.gn ui/ozone/BUILD.gn
|
|
index 3fde8b3379e2e..5966cefc752ee 100644
|
|
--- ui/ozone/BUILD.gn
|
|
+++ ui/ozone/BUILD.gn
|
|
@@ -356,6 +356,8 @@ action("generate_test_support_constructor_list") {
|
|
]
|
|
|
|
deps = [ ":generate_ozone_platform_list" ]
|
|
+
|
|
+ visibility += [ "//cef:*" ]
|
|
}
|
|
|
|
test("ozone_unittests") {
|