Update BUILD.gn

This commit is contained in:
Alexander David Frick 2022-06-07 23:26:54 -07:00 committed by GitHub
parent 4d552256d2
commit 94f02f2f55
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -310,6 +310,10 @@ static_library("content_shell_lib") {
deps += [ "//ui/views/linux_ui:linux_ui_factory" ]
}
if (is_mac) {
deps += [ "//ui/display:test_support" ]
}
if (is_android) {
deps += [
"//components/embedder_support/android:view",