2021-10-19 00:17:16 +02:00
|
|
|
diff --git ui/ozone/BUILD.gn ui/ozone/BUILD.gn
|
2022-04-21 20:58:48 +02:00
|
|
|
index dc0b0ab02a931..ca3f433f32209 100644
|
2021-10-19 00:17:16 +02:00
|
|
|
--- ui/ozone/BUILD.gn
|
|
|
|
+++ ui/ozone/BUILD.gn
|
2022-04-21 20:58:48 +02:00
|
|
|
@@ -395,6 +395,8 @@ action("generate_test_support_constructor_list") {
|
2021-10-19 00:17:16 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
deps = [ ":generate_ozone_platform_list" ]
|
|
|
|
+
|
|
|
|
+ visibility += [ "//cef:*" ]
|
|
|
|
}
|
|
|
|
|
|
|
|
test("ozone_unittests") {
|