mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2024-12-13 01:56:20 +01:00
b524edc209
Known issues: - chrome: Some ceftests are failing due to bfcache same-site enabled by default (see issue #3301)
14 lines
322 B
Diff
14 lines
322 B
Diff
diff --git ui/ozone/BUILD.gn ui/ozone/BUILD.gn
|
|
index 3d21581e2d7f9..cd07bcb130de2 100644
|
|
--- ui/ozone/BUILD.gn
|
|
+++ ui/ozone/BUILD.gn
|
|
@@ -394,6 +394,8 @@ action("generate_test_support_constructor_list") {
|
|
]
|
|
|
|
deps = [ ":generate_ozone_platform_list" ]
|
|
+
|
|
+ visibility += [ "//cef:*" ]
|
|
}
|
|
|
|
test("ozone_unittests") {
|