mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-24 06:16:30 +03:00
build: Don't include gtk on ozone in //chrome/test
This commit is contained in:
parent
e45b4af2be
commit
e4396ddd79
@ -3692,7 +3692,7 @@ test("unit_tests") {
|
|||||||
"//ui/wm",
|
"//ui/wm",
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
if (!is_chromeos && is_linux) {
|
if (!is_chromeos && !use_ozone && is_linux) {
|
||||||
sources += [
|
sources += [
|
||||||
"../browser/password_manager/native_backend_kwallet_x_unittest.cc",
|
"../browser/password_manager/native_backend_kwallet_x_unittest.cc",
|
||||||
"../browser/shell_integration_linux_unittest.cc",
|
"../browser/shell_integration_linux_unittest.cc",
|
||||||
|
Loading…
Reference in New Issue
Block a user