Move testonly support for UI input events to libcef_test_support

This commit is contained in:
Marshall Greenblatt
2022-07-29 19:56:07 -04:00
parent 27525523be
commit 8353564d92
4 changed files with 56 additions and 130 deletions

View File

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