cef/patch/patches/linux_ui_ozone.patch

14 lines
322 B
Diff

diff --git ui/ozone/BUILD.gn ui/ozone/BUILD.gn
index b123f6093eb5d..64e4fc0fba4b5 100644
--- ui/ozone/BUILD.gn
+++ ui/ozone/BUILD.gn
@@ -396,6 +396,8 @@ action("generate_test_support_constructor_list") {
]
deps = [ ":generate_ozone_platform_list" ]
+
+ visibility += [ "//cef:*" ]
}
test("ozone_unittests") {