cef/patch/patches/linux_ui_ozone.patch
Marshall Greenblatt c7ea0c5958 Update to Chromium version 104.0.5112.0 (#1012729)
- Mac: 10.13 is now the minimum required macOS version
2022-06-22 10:56:35 +03:00

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") {