Chromium Code Reviews| Index: chrome/test/BUILD.gn |
| diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn |
| index 29576617a77ded4e7f960be13bc5f1d07fdd2cea..6b0972af382f46d459e9d972b494b7c2d5222d0f 100644 |
| --- a/chrome/test/BUILD.gn |
| +++ b/chrome/test/BUILD.gn |
| @@ -4322,7 +4322,7 @@ test("unit_tests") { |
| "//components/os_crypt:gnome_keyring_direct", |
| ] |
| } |
| - if (is_linux && !is_chromeos) { |
| + if (is_linux && !is_chromeos && !use_ozone) { |
|
Nico
2016/09/14 18:17:12
should this check is_desktop_linux like the non-te
tonikitoo
2016/09/14 18:56:44
I believe so. I will follow up on this, so that we
|
| sources += |
| [ "../browser/password_manager/native_backend_libsecret_unittest.cc" ] |
| deps += [ "//third_party/libsecret" ] |