mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Move testonly support for UI input events to libcef_test_support
This commit is contained in:
@@ -566,11 +566,6 @@ patches = [
|
||||
# https://bugs.chromium.org/p/chromium/issues/detail?id=1123214
|
||||
'name': 'linux_atk_1123214',
|
||||
},
|
||||
{
|
||||
# Linux: Make the //ui/ozone:generate_test_support_constructor_list target
|
||||
# visible to CEF.
|
||||
'name': 'linux_ui_ozone',
|
||||
},
|
||||
{
|
||||
# Windows: Fix crash when |sandbox_info| parameter is nullptr.
|
||||
# https://bitbucket.org/chromiumembedded/cef/issues/3210
|
||||
|
@@ -1,13 +0,0 @@
|
||||
diff --git ui/ozone/BUILD.gn ui/ozone/BUILD.gn
|
||||
index fa2c17f4e209f..91bed0fb1ad66 100644
|
||||
--- ui/ozone/BUILD.gn
|
||||
+++ ui/ozone/BUILD.gn
|
||||
@@ -398,6 +398,8 @@ action("generate_test_support_constructor_list") {
|
||||
]
|
||||
|
||||
deps = [ ":generate_ozone_platform_list" ]
|
||||
+
|
||||
+ visibility += [ "//cef:*" ]
|
||||
}
|
||||
|
||||
test("ozone_unittests") {
|
Reference in New Issue
Block a user