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
dccfbd2def
commit
fd3e20557d
@ -3966,7 +3966,7 @@ test("unit_tests") {
|
||||
"../browser/ui/input_method/input_method_engine_unittest.cc",
|
||||
]
|
||||
}
|
||||
if (!is_chromeos && !is_chromecast && is_linux) {
|
||||
if (!is_chromeos && !is_chromecast && !use_ozone && is_linux) {
|
||||
sources +=
|
||||
[ "../browser/ui/libgtkui/select_file_dialog_impl_gtk_unittest.cc" ]
|
||||
deps += [ "//build/config/linux/gtk" ]
|
||||
|
Loading…
Reference in New Issue
Block a user