Update BUILD.gn
This commit is contained in:
parent
4d552256d2
commit
94f02f2f55
1 changed files with 4 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue